remove grafana cloud
This commit is contained in:
parent
c1b819a85a
commit
a80cb81a3e
1 changed files with 1 additions and 36 deletions
|
@ -2,19 +2,6 @@ extensions:
|
||||||
health_check:
|
health_check:
|
||||||
# pprof:
|
# pprof:
|
||||||
zpages:
|
zpages:
|
||||||
basicauth/grafana_cloud_tempo:
|
|
||||||
# https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/basicauthextension
|
|
||||||
client_auth:
|
|
||||||
username: "853044"
|
|
||||||
password: "glc_eyJvIjoiMTA5NTM0MyIsIm4iOiJzdGFjay05MDA5NDctaW50ZWdyYXRpb24tZ3VydS1jb2xsZWN0b3IiLCJrIjoiNFJGWFo4bWRVWDI3WjkyZTRQNFJiMzB2IiwibSI6eyJyIjoicHJvZC1ldS13ZXN0LTIifX0="
|
|
||||||
basicauth/grafana_cloud_prometheus:
|
|
||||||
client_auth:
|
|
||||||
username: "1515927"
|
|
||||||
password: "glc_eyJvIjoiMTA5NTM0MyIsIm4iOiJzdGFjay05MDA5NDctaW50ZWdyYXRpb24tZ3VydS1jb2xsZWN0b3IiLCJrIjoiNFJGWFo4bWRVWDI3WjkyZTRQNFJiMzB2IiwibSI6eyJyIjoicHJvZC1ldS13ZXN0LTIifX0="
|
|
||||||
basicauth/grafana_cloud_loki:
|
|
||||||
client_auth:
|
|
||||||
username: "858728"
|
|
||||||
password: "glc_eyJvIjoiMTA5NTM0MyIsIm4iOiJzdGFjay05MDA5NDctaW50ZWdyYXRpb24tZ3VydS1jb2xsZWN0b3IiLCJrIjoiNFJGWFo4bWRVWDI3WjkyZTRQNFJiMzB2IiwibSI6eyJyIjoicHJvZC1ldS13ZXN0LTIifX0="
|
|
||||||
|
|
||||||
receivers:
|
receivers:
|
||||||
otlp:
|
otlp:
|
||||||
|
@ -25,7 +12,7 @@ receivers:
|
||||||
endpoint: 0.0.0.0:4318
|
endpoint: 0.0.0.0:4318
|
||||||
|
|
||||||
processors:
|
processors:
|
||||||
batch: # https://github.com/open-telemetry/opentelemetry-collector/tree/main/processor/batchprocessor
|
batch:
|
||||||
|
|
||||||
exporters:
|
exporters:
|
||||||
otlp/tempo:
|
otlp/tempo:
|
||||||
|
@ -36,30 +23,11 @@ exporters:
|
||||||
endpoint: http://prometheus.example.com:9411/api/prom/push
|
endpoint: http://prometheus.example.com:9411/api/prom/push
|
||||||
otlphttp/loki:
|
otlphttp/loki:
|
||||||
endpoint: http://loki:3100/otlp
|
endpoint: http://loki:3100/otlp
|
||||||
otlp/grafana_cloud_traces:
|
|
||||||
# https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/otlpexporter
|
|
||||||
endpoint: "tempo-prod-10-prod-eu-west-2.grafana.net:443"
|
|
||||||
auth:
|
|
||||||
authenticator: basicauth/grafana_cloud_tempo
|
|
||||||
otlphttp/grafana_cloud_logs:
|
|
||||||
# https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/lokiexporter
|
|
||||||
endpoint: "https://logs-prod-012.grafana.net/otlp"
|
|
||||||
auth:
|
|
||||||
authenticator: basicauth/grafana_cloud_loki
|
|
||||||
prometheusremotewrite/grafana_cloud_metrics:
|
|
||||||
# https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusremotewriteexporter
|
|
||||||
endpoint: "https://prometheus-prod-24-prod-eu-west-2.grafana.net/api/prom/push"
|
|
||||||
add_metric_suffixes: false
|
|
||||||
auth:
|
|
||||||
authenticator: basicauth/grafana_cloud_prometheus
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
extensions:
|
extensions:
|
||||||
- health_check
|
- health_check
|
||||||
- zpages
|
- zpages
|
||||||
- basicauth/grafana_cloud_tempo
|
|
||||||
- basicauth/grafana_cloud_prometheus
|
|
||||||
- basicauth/grafana_cloud_loki
|
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
traces:
|
traces:
|
||||||
|
@ -67,16 +35,13 @@ service:
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
exporters:
|
exporters:
|
||||||
- otlp/tempo
|
- otlp/tempo
|
||||||
- otlp/grafana_cloud_traces
|
|
||||||
metrics:
|
metrics:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
exporters:
|
exporters:
|
||||||
- prometheusremotewrite
|
- prometheusremotewrite
|
||||||
- prometheusremotewrite/grafana_cloud_metrics
|
|
||||||
logs:
|
logs:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
exporters:
|
exporters:
|
||||||
- otlphttp/loki
|
- otlphttp/loki
|
||||||
- otlphttp/grafana_cloud_logs
|
|
||||||
|
|
Loading…
Reference in a new issue