Skip to content

Commit

Permalink
debug v2 endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Oct 31, 2024
1 parent 2d528bc commit b3f2284
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions otelcol-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@ receivers:
system.network.connections:
enabled: true
process:

# filelog:
# include: [ /ecs/* ]
# operators:
# - type: json_parser
# timestamp:
# parse_from: attributes.time
# layout: '%Y-%m-%d %H:%M:%S'
processors:
batch:
timeout: 10s
Expand All @@ -70,13 +76,13 @@ exporters:
# api:
# site: 'datadoghq.com'
# key: 'eb7c2acc9758f779ac7a65eaecb9b8b5'
otlphttp/grafana_cloud:
traces_endpoint: https://otlp-gateway-prod-us-west-0.grafana.net/otlp/v1/traces #https://chainsafe.grafana.net/loki/api/v1/push
metrics_endpoint: https://otlp-gateway-prod-us-west-0.grafana.net/otlp/v1/metrics
logs_endpoint: https://otlp-gateway-prod-us-west-0.grafana.net/otlp/v1/logs
auth:
authenticator: basicauth/grafana_cloud
encoding: json
# otlphttp/grafana_cloud:
# traces_endpoint: https://otlp-gateway-prod-us-west-0.grafana.net/otlp/v1/traces #https://chainsafe.grafana.net/loki/api/v1/push
# metrics_endpoint: https://otlp-gateway-prod-us-west-0.grafana.net/otlp/v1/metrics
# logs_endpoint: https://otlp-gateway-prod-us-west-0.grafana.net/otlp/v1/logs
# auth:
# authenticator: basicauth/grafana_cloud
# encoding: json

prometheusremotewrite:
endpoint: "https://prometheus-prod-36-prod-us-west-0.grafana.net/api/prom/push"
Expand All @@ -86,7 +92,7 @@ exporters:
enabled: false

otlphttp/loki:
endpoint: "https://logs-prod-021.grafana.net/loki/api/v1/push"
endpoint: "https://logs-prod-021.grafana.net:3100/loki/api/v1/push"
auth:
authenticator: basicauth/otlp

Expand Down

0 comments on commit b3f2284

Please sign in to comment.