Skip to content

Commit

Permalink
Remove temporary labels
Browse files Browse the repository at this point in the history
  • Loading branch information
turytsia committed Dec 27, 2024
1 parent 7767476 commit d12724d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
3 changes: 3 additions & 0 deletions deploy/helm/metrics-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,9 @@ processors:
- delete_key(resource.attributes, "sw.k8s.job.found")
- delete_key(resource.attributes, "sw.k8s.cronjob.found")
- delete_key(resource.attributes, "sw.k8s.node.found")
- delete_key(resource.attributes, "sw.k8s.persistentvolume.found")
- delete_key(resource.attributes, "sw.k8s.persistentvolumeclaim.found")
- delete_key(resource.attributes, "sw.k8s.service.found")

attributes/remove_prometheus_attributes_endpoint:
exclude:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,9 @@ Metrics config should match snapshot when using default values:
- delete_key(resource.attributes, "sw.k8s.job.found")
- delete_key(resource.attributes, "sw.k8s.cronjob.found")
- delete_key(resource.attributes, "sw.k8s.node.found")
- delete_key(resource.attributes, "sw.k8s.persistentvolume.found")
- delete_key(resource.attributes, "sw.k8s.persistentvolumeclaim.found")
- delete_key(resource.attributes, "sw.k8s.service.found")
transform/scope:
metric_statements:
- context: scope
Expand Down Expand Up @@ -1794,7 +1797,6 @@ Metrics config should match snapshot when using default values:
- forward/metric-exporter
processors:
- memory_limiter
- filter/ebpf
- metricstransform/rename-otel
- resource/otlp-metrics
receivers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,9 @@ Metrics config should match snapshot when fargate is enabled:
- delete_key(resource.attributes, "sw.k8s.job.found")
- delete_key(resource.attributes, "sw.k8s.cronjob.found")
- delete_key(resource.attributes, "sw.k8s.node.found")
- delete_key(resource.attributes, "sw.k8s.persistentvolume.found")
- delete_key(resource.attributes, "sw.k8s.persistentvolumeclaim.found")
- delete_key(resource.attributes, "sw.k8s.service.found")
transform/scope:
metric_statements:
- context: scope
Expand Down Expand Up @@ -1794,7 +1797,6 @@ Metrics config should match snapshot when fargate is enabled:
- forward/metric-exporter
processors:
- memory_limiter
- filter/ebpf
- metricstransform/rename-otel
- resource/otlp-metrics
receivers:
Expand Down Expand Up @@ -3445,6 +3447,9 @@ Metrics config should match snapshot when using Prometheus url with extra_scrape
- delete_key(resource.attributes, "sw.k8s.job.found")
- delete_key(resource.attributes, "sw.k8s.cronjob.found")
- delete_key(resource.attributes, "sw.k8s.node.found")
- delete_key(resource.attributes, "sw.k8s.persistentvolume.found")
- delete_key(resource.attributes, "sw.k8s.persistentvolumeclaim.found")
- delete_key(resource.attributes, "sw.k8s.service.found")
transform/scope:
metric_statements:
- context: scope
Expand Down Expand Up @@ -3585,7 +3590,6 @@ Metrics config should match snapshot when using Prometheus url with extra_scrape
- forward/metric-exporter
processors:
- memory_limiter
- filter/ebpf
- metricstransform/rename-otel
- resource/otlp-metrics
receivers:
Expand Down Expand Up @@ -5243,6 +5247,9 @@ Metrics config should match snapshot when using default values:
- delete_key(resource.attributes, "sw.k8s.job.found")
- delete_key(resource.attributes, "sw.k8s.cronjob.found")
- delete_key(resource.attributes, "sw.k8s.node.found")
- delete_key(resource.attributes, "sw.k8s.persistentvolume.found")
- delete_key(resource.attributes, "sw.k8s.persistentvolumeclaim.found")
- delete_key(resource.attributes, "sw.k8s.service.found")
transform/scope:
metric_statements:
- context: scope
Expand Down Expand Up @@ -5368,7 +5375,6 @@ Metrics config should match snapshot when using default values:
- forward/metric-exporter
processors:
- memory_limiter
- filter/ebpf
- metricstransform/rename-otel
- resource/otlp-metrics
receivers:
Expand Down

0 comments on commit d12724d

Please sign in to comment.