Waiting for engine...
Skip to main content

OtelOverrideSettingsInput

Input parameters for grouped overrides on an OTLP signal endpoint (logs, traces, or metrics).

input OtelOverrideSettingsInput {
endpoint: String!
compression: OtelCompression
sslEnable: Boolean
headers: [OtelHeaderInput!]
}

Fields

OtelOverrideSettingsInput.endpoint ● String! non-null scalar miscellaneous

OTLP collector endpoint URL for this endpoint.

OtelOverrideSettingsInput.compression ● OtelCompression enum platform

Data compression method for this endpoint. Defaults to NONE when not provided.

OtelOverrideSettingsInput.sslEnable ● Boolean scalar miscellaneous

Use SSL for connections to this endpoint. Defaults to false when not provided.

OtelOverrideSettingsInput.headers ● [OtelHeaderInput!] list input platform

Custom HTTP headers to include with OTLP requests for this endpoint. Defaults to empty when not provided.

Member Of

OtelConfigurationInput input

On this Page