-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rel: Deprecate the opentelemetry-collector chart (#251)
## Which problem is this PR solving? - works towards #231 ## Short description of the changes - updates chart.yaml to deprecate the chart - update readme to explicitly list deprecation - update NOTES.txt to warn about deprecation
- Loading branch information
1 parent
f96e8d6
commit b7a3ac6
Showing
4 changed files
with
11 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: v2 | ||
name: opentelemetry-collector | ||
description: OpenTelemetry Collector for Honeycomb | ||
description: Deprecated OpenTelemetry Collector for Honeycomb | ||
type: application | ||
version: 1.3.0 | ||
version: 1.3.1 | ||
appVersion: 0.52.0 | ||
keywords: | ||
- observability | ||
|
@@ -12,6 +12,4 @@ sources: | |
- https://github.com/honeycombio/opentelemetry-collector | ||
- https://github.com/honeycombio/opentelemetry-collector-contrib | ||
icon: https://opentelemetry.io/img/logos/opentelemetry-horizontal-color.png | ||
maintainers: | ||
- name: puckpuck | ||
email: [email protected] | ||
deprecated: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
{{- $validApiKey := and (.Values.honeycomb.apiKey) (ne .Values.honeycomb.apiKey "YOUR_API_KEY") -}} | ||
|
||
{{- if and (not $validApiKey) (not .Values.honeycomb.existingSecret) }} | ||
##### ERROR: | ||
You must either set the value for 'honeycomb.apiKey' to your API Key that you can find in your Honeycomb account | ||
profile: https://ui.honeycomb.io/account or set the value for 'honeycomb.existingSecret' with the name of an existing | ||
secret resource name which contains your API Key | ||
##### | ||
{{- end }} | ||
|
||
[WARNING] This chart has been sunset, please use the open-telemetry/opentelemetry-collector chart instead. See https://github.com/honeycombio/helm-charts#sunset-notice for more details. | ||
|
||
OpenTelemetry Collector is setup and configured to collect traces and send them to Honeycomb. | ||
You can see your traces at https://ui.honeycomb.io | ||
[WARNING] This chart has been deprecated, please use the open-telemetry/opentelemetry-collector chart instead. See https://github.com/honeycombio/helm-charts#deprecation-notice for more details. |