-
Notifications
You must be signed in to change notification settings - Fork 177
[chart] Address deprecation warnings #2326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
09c53b3
244f3fe
581bb11
aab6b3b
48bb331
3dbc5a6
7af8ff7
17f1097
c74f46f
c4c8386
efbda88
47db8e1
e0a807c
0ffdc78
fd42a12
d908125
9619ae3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
| change_type: breaking | ||
| # The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other) | ||
| component: chart | ||
| # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
| note: Rename all `k8sattributes` processor references to `k8s_attributes` | ||
| # One or more tracking issues related to the change | ||
| issues: [2326] | ||
| # (Optional) One or more lines of additional information to render under the primary note. | ||
| # These lines will be padded with 2 spaces and then inserted directly into the document. | ||
| # Use pipe (|) for multiline entries. | ||
| subtext: | | ||
| The `k8sattributes` alias has been deprecated in favor of `k8s_attributes` in the chart-generated configuration. | ||
| Any Helm values or overrides that reference `k8sattributes` (for example, `*.config.processors.k8sattributes` | ||
| or pipelines that list `k8sattributes` as a processor) must be updated to use `k8s_attributes`. | ||
|
crobert-1 marked this conversation as resolved.
|
||
| The chart will fail to be installed or upgraded if the deprecated alias is still referenced. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
| change_type: breaking | ||
| # The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other) | ||
| component: chart | ||
| # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
| note: Rename all `otlp` exporter references to `otlp_grpc` | ||
| # One or more tracking issues related to the change | ||
| issues: [2326] | ||
| # (Optional) One or more lines of additional information to render under the primary note. | ||
| # These lines will be padded with 2 spaces and then inserted directly into the document. | ||
| # Use pipe (|) for multiline entries. | ||
| subtext: | | ||
| The `otlp` alias has been deprecated in favor of `otlp_grpc` in the chart-generated configuration. | ||
| Any Helm values or overrides that reference `otlp` (for example, `*.config.exporters.otlp` | ||
| or pipelines that list `otlp` as an exporter) must be updated to use `otlp_grpc`. | ||
| The chart will fail to be installed or upgraded if the deprecated alias is still referenced. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
| change_type: breaking | ||
| # The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other) | ||
| component: chart | ||
| # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
| note: Rename all `otlphttp` exporter references to `otlp_http` | ||
| # One or more tracking issues related to the change | ||
| issues: [2326] | ||
| # (Optional) One or more lines of additional information to render under the primary note. | ||
| # These lines will be padded with 2 spaces and then inserted directly into the document. | ||
| # Use pipe (|) for multiline entries. | ||
| subtext: | | ||
| The `otlphttp` alias has been deprecated in favor of `otlp_http` in the chart-generated configuration. | ||
| Any Helm values or overrides that reference `otlphttp` (for example, `*.config.exporters.otlphttp` | ||
| or pipelines that list `otlphttp` as an exporter) must be updated to use `otlp_http`. | ||
| The chart will fail to be installed or upgraded if the deprecated alias is still referenced. |
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -63,7 +63,7 @@ however, only the Splunk distributions are in scope for official Splunk support | |||||||
| This distribution currently supports: | ||||||||
|
|
||||||||
| - [Splunk APM](https://www.splunk.com/en_us/products/apm-application-performance-monitoring.html) via the | ||||||||
| [`otlphttp` | ||||||||
| [`otlp_http` | ||||||||
| exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/otlphttpexporter). | ||||||||
|
Comment on lines
+66
to
67
|
||||||||
| [`otlp_http` | |
| exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/otlphttpexporter). | |
| [`otlp_http` exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/otlphttpexporter). |
Uh oh!
There was an error while loading. Please reload this page.