Skip to main content
Version: 2.34.0

OTLP JSON File

info

See also otlpjsonfilereceiver docs in opentelemetry-collector-contrib repository.

note

The otlpjsonfilereceiver extension is available in the default agent image. If you're building your own Aperture Agent, add integrations/otel/otlpjsonfilereceiver to the bundled_extensions list to make the receiver available.

You can configure the OpenTelemetry Collector for OTLP JSON File as part of Policy resources while applying the policy:

policy:
resources:
infra_meters:
otlpjsonfile:
agent_group: default
per_agent_group: true
receivers:
otlpjsonfile: [otlpjsonfilereceiver configuration here]