Skip to content

Commit

Permalink
remove prefix for staging environment (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole authored Dec 12, 2024
1 parent 98908ac commit 366ba63
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions gcp/opentelemetry-demo-features.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ opentelemetry-collector:
authenticator: googleclientauth

processors:
transform/metricprefix:
metric_statements:
- context: metric
statements:
- set(name, Concat(["otlp", name], "."))
resource/gcp_project_id:
attributes:
- action: insert
Expand All @@ -73,6 +68,6 @@ opentelemetry-collector:
exporters: [otlphttp/gcp_auth]
metrics/otlp:
receivers: [otlp]
processors: [k8sattributes, memory_limiter, filter/too_frequent, resourcedetection, transform/collision, resource, resource/gcp_project_id, transform/metricprefix, batch]
processors: [k8sattributes, memory_limiter, filter/too_frequent, resourcedetection, transform/collision, resource, resource/gcp_project_id, batch]
exporters: [otlphttp/gcp_auth_staging]
{{ end }}

0 comments on commit 366ba63

Please sign in to comment.