Skip to content

Commit 46bb4f9

Browse files
authored
[SEMCON-761] revert prometheus metric names in otel-agent (#34922)
1 parent 4a8e9e0 commit 46bb4f9

File tree

88 files changed

+181
-414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+181
-414
lines changed

cmd/otel-agent/dist/otel-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ receivers:
2424
config:
2525
scrape_configs:
2626
- job_name: 'otel-collector'
27+
fallback_scrape_protocol: PrometheusText0.0.4
28+
metric_name_validation_scheme: legacy
2729
scrape_interval: 60s
30+
scrape_protocols:
31+
- PrometheusText0.0.4
2832
static_configs:
2933
- targets: ['0.0.0.0:8888']
3034
metric_relabel_configs:

comp/otelcol/collector/impl/testdata/simple-dd/config-enhanced-result.yaml

-204
This file was deleted.

comp/otelcol/collector/impl/testdata/simple-dd/config-provided-result.yaml

-152
This file was deleted.

comp/otelcol/collector/impl/testdata/simple-dd/config.yaml

-26
This file was deleted.

0 commit comments

Comments
 (0)