Skip to content

Commit

Permalink
Revert "Revert "Remove googlemanagedprometheus from demo, and switch …
Browse files Browse the repository at this point in the history
…to prod …"

This reverts commit da56fca.
  • Loading branch information
dashpole authored Feb 4, 2025
1 parent da56fca commit 0f382b1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions gcp/opentelemetry-demo-features.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ opentelemetry-collector:
{{ if hasKey .Values "otlp_endpoint" }}
config:
exporters:
otlphttp/gcp_auth_staging:
encoding: json
{{ with .Values | getOrNil "otlp_staging_endpoint" }}
endpoint: "{{ . }}"
{{ end }}
auth:
authenticator: googleclientauth
otlphttp/gcp_auth:
encoding: json
{{ with .Values | getOrNil "otlp_endpoint" }}
Expand Down Expand Up @@ -66,8 +59,8 @@ opentelemetry-collector:
traces:
processors: [k8sattributes, memory_limiter, resourcedetection, resource, resource/gcp_project_id, batch]
exporters: [googlecloud, otlphttp/gcp_auth]
metrics/otlp:
metrics:
receivers: [otlp]
processors: [k8sattributes, memory_limiter, filter/too_frequent, resourcedetection, transform/collision, resource, resource/gcp_project_id, batch]
exporters: [otlphttp/gcp_auth_staging]
exporters: [otlphttp/gcp_auth]
{{ end }}

0 comments on commit 0f382b1

Please sign in to comment.