4317

From wikieduonline
Revision as of 10:34, 9 April 2024 by Welcome (talk | contribs)
Jump to navigation Jump to search


avalanche

      --tracing-endpoint string                                      The endpoint to send trace data to (default "localhost:4317")

otelcol

receivers:
  otlp:
    protocols:
      grpc:
        endpoint: 0.0.0.0:4317
      http:
        endpoint: 0.0.0.0:4318
processors:
  batch:

exporters:
  otlp:
    endpoint: otelcol:4317

extensions:
  health_check:
  pprof:
  zpages:

service:
  extensions: [health_check, pprof, zpages]
  pipelines:
    traces:
      receivers: [otlp]
      processors: [batch]
      exporters: [otlp]
    metrics:
      receivers: [otlp]
      processors: [batch]
      exporters: [otlp]
    logs:
      receivers: [otlp]
      processors: [batch]
      exporters: [otlp]


OpenTelemetry Collector (otelcol), 4317, 4318

Advertising: