Difference between revisions of "4317"

From wikieduonline
Jump to navigation Jump to search
(Created page with " --tracing-endpoint string The endpoint to send trace data to (default "localhost:4317")")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
  
 +
[[avalanche]]
 +
      --tracing-endpoint string                                      The endpoint to send trace data to (default "localhost:[[4317]]")
 +
 +
[[otelcol]]
 +
<pre>
 +
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]
 +
 +
</pre>
  
      --tracing-endpoint string                                      The endpoint to send trace data to (default "localhost:[[4317]]")
+
 
 +
[[/etc/otel-config.yaml]]
 +
 
 +
 
 +
* {{otelcol}}

Latest revision as of 15:05, 22 May 2024


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]


/etc/otel-config.yaml


Advertising: