Sha256: c8e6ee9323dc92e40726cf20815cef754fbd6f63928e65093d20b48a0eeae0a2

Contents?: true

Size: 310 Bytes

Versions: 6

Compression:

Stored size: 310 Bytes

Contents

receivers:
  otlp:
    protocols:
      http:
        endpoint: "0.0.0.0:4318"

processors:
  batch:

exporters:
  logging:
  httpsink:
    endpoint: "0.0.0.0:8378"

service:
  pipelines:
    traces:
      receivers: [otlp]
      processors: []
      # processors: [batch]
      exporters: [logging, httpsink]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
splunk-otel-1.3.0 conf/otel-collector-config.yaml
splunk-otel-1.1.3 conf/otel-collector-config.yaml
splunk-otel-1.1.0 conf/otel-collector-config.yaml
splunk-otel-1.0.0 conf/otel-collector-config.yaml
splunk-otel-0.2.0 conf/otel-collector-config.yaml
splunk-otel-0.1.0 conf/otel-collector-config.yaml