1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginOpentelemetry
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginOpentelemetry

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getGatewayPluginOpentelemetry

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGatewayPluginOpentelemetry(args: GetGatewayPluginOpentelemetryArgs, opts?: InvokeOptions): Promise<GetGatewayPluginOpentelemetryResult>
    function getGatewayPluginOpentelemetryOutput(args: GetGatewayPluginOpentelemetryOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginOpentelemetryResult>
    def get_gateway_plugin_opentelemetry(control_plane_id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetGatewayPluginOpentelemetryResult
    def get_gateway_plugin_opentelemetry_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginOpentelemetryResult]
    func LookupGatewayPluginOpentelemetry(ctx *Context, args *LookupGatewayPluginOpentelemetryArgs, opts ...InvokeOption) (*LookupGatewayPluginOpentelemetryResult, error)
    func LookupGatewayPluginOpentelemetryOutput(ctx *Context, args *LookupGatewayPluginOpentelemetryOutputArgs, opts ...InvokeOption) LookupGatewayPluginOpentelemetryResultOutput

    > Note: This function is named LookupGatewayPluginOpentelemetry in the Go SDK.

    public static class GetGatewayPluginOpentelemetry 
    {
        public static Task<GetGatewayPluginOpentelemetryResult> InvokeAsync(GetGatewayPluginOpentelemetryArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginOpentelemetryResult> Invoke(GetGatewayPluginOpentelemetryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginOpentelemetryResult> getGatewayPluginOpentelemetry(GetGatewayPluginOpentelemetryArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginOpentelemetryResult> getGatewayPluginOpentelemetry(GetGatewayPluginOpentelemetryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginOpentelemetry:getGatewayPluginOpentelemetry
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginOpentelemetry Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginOpentelemetryConfig

    BatchFlushDelay double
    The delay, in seconds, between two consecutive batches.
    BatchSpanCount double
    The number of spans to be sent in a single batch.
    ConnectTimeout double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    HeaderType string
    Headers Dictionary<string, string>
    The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
    HttpResponseHeaderForTraceid string
    LogsEndpoint string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    Propagation GetGatewayPluginOpentelemetryConfigPropagation
    Queue GetGatewayPluginOpentelemetryConfigQueue
    ReadTimeout double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    ResourceAttributes Dictionary<string, string>
    SamplingRate double
    Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global tracing_sampling_rate setting from kong.conf.
    SendTimeout double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    TracesEndpoint string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    BatchFlushDelay float64
    The delay, in seconds, between two consecutive batches.
    BatchSpanCount float64
    The number of spans to be sent in a single batch.
    ConnectTimeout float64
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    HeaderType string
    Headers map[string]string
    The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
    HttpResponseHeaderForTraceid string
    LogsEndpoint string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    Propagation GetGatewayPluginOpentelemetryConfigPropagation
    Queue GetGatewayPluginOpentelemetryConfigQueue
    ReadTimeout float64
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    ResourceAttributes map[string]string
    SamplingRate float64
    Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global tracing_sampling_rate setting from kong.conf.
    SendTimeout float64
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    TracesEndpoint string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    batchFlushDelay Double
    The delay, in seconds, between two consecutive batches.
    batchSpanCount Double
    The number of spans to be sent in a single batch.
    connectTimeout Double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    headerType String
    headers Map<String,String>
    The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
    httpResponseHeaderForTraceid String
    logsEndpoint String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    propagation GetGatewayPluginOpentelemetryConfigPropagation
    queue GetGatewayPluginOpentelemetryConfigQueue
    readTimeout Double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    resourceAttributes Map<String,String>
    samplingRate Double
    Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global tracing_sampling_rate setting from kong.conf.
    sendTimeout Double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    tracesEndpoint String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    batchFlushDelay number
    The delay, in seconds, between two consecutive batches.
    batchSpanCount number
    The number of spans to be sent in a single batch.
    connectTimeout number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    headerType string
    headers {[key: string]: string}
    The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
    httpResponseHeaderForTraceid string
    logsEndpoint string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    propagation GetGatewayPluginOpentelemetryConfigPropagation
    queue GetGatewayPluginOpentelemetryConfigQueue
    readTimeout number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    resourceAttributes {[key: string]: string}
    samplingRate number
    Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global tracing_sampling_rate setting from kong.conf.
    sendTimeout number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    tracesEndpoint string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    batch_flush_delay float
    The delay, in seconds, between two consecutive batches.
    batch_span_count float
    The number of spans to be sent in a single batch.
    connect_timeout float
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    header_type str
    headers Mapping[str, str]
    The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
    http_response_header_for_traceid str
    logs_endpoint str
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    propagation GetGatewayPluginOpentelemetryConfigPropagation
    queue GetGatewayPluginOpentelemetryConfigQueue
    read_timeout float
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    resource_attributes Mapping[str, str]
    sampling_rate float
    Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global tracing_sampling_rate setting from kong.conf.
    send_timeout float
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    traces_endpoint str
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    batchFlushDelay Number
    The delay, in seconds, between two consecutive batches.
    batchSpanCount Number
    The number of spans to be sent in a single batch.
    connectTimeout Number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    headerType String
    headers Map<String>
    The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
    httpResponseHeaderForTraceid String
    logsEndpoint String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    propagation Property Map
    queue Property Map
    readTimeout Number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    resourceAttributes Map<String>
    samplingRate Number
    Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global tracing_sampling_rate setting from kong.conf.
    sendTimeout Number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    tracesEndpoint String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.

    GetGatewayPluginOpentelemetryConfigPropagation

    Clears List<string>
    Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
    DefaultFormat string
    The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
    Extracts List<string>
    Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
    Injects List<string>
    Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.
    Clears []string
    Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
    DefaultFormat string
    The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
    Extracts []string
    Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
    Injects []string
    Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.
    clears List<String>
    Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
    defaultFormat String
    The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
    extracts List<String>
    Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
    injects List<String>
    Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.
    clears string[]
    Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
    defaultFormat string
    The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
    extracts string[]
    Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
    injects string[]
    Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.
    clears Sequence[str]
    Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
    default_format str
    The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
    extracts Sequence[str]
    Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
    injects Sequence[str]
    Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.
    clears List<String>
    Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
    defaultFormat String
    The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
    extracts List<String>
    Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
    injects List<String>
    Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.

    GetGatewayPluginOpentelemetryConfigQueue

    ConcurrencyLimit double
    The number of of queue delivery timers. -1 indicates unlimited.
    InitialRetryDelay double
    Time in seconds before the initial retry is made for a failing batch.
    MaxBatchSize double
    Maximum number of entries that can be processed at a time.
    MaxBytes double
    Maximum number of bytes that can be waiting on a queue, requires string content.
    MaxCoalescingDelay double
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    MaxEntries double
    Maximum number of entries that can be waiting on the queue.
    MaxRetryDelay double
    Maximum time in seconds between retries, caps exponential backoff.
    MaxRetryTime double
    Time in seconds before the queue gives up calling a failed handler for a batch.
    ConcurrencyLimit float64
    The number of of queue delivery timers. -1 indicates unlimited.
    InitialRetryDelay float64
    Time in seconds before the initial retry is made for a failing batch.
    MaxBatchSize float64
    Maximum number of entries that can be processed at a time.
    MaxBytes float64
    Maximum number of bytes that can be waiting on a queue, requires string content.
    MaxCoalescingDelay float64
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    MaxEntries float64
    Maximum number of entries that can be waiting on the queue.
    MaxRetryDelay float64
    Maximum time in seconds between retries, caps exponential backoff.
    MaxRetryTime float64
    Time in seconds before the queue gives up calling a failed handler for a batch.
    concurrencyLimit Double
    The number of of queue delivery timers. -1 indicates unlimited.
    initialRetryDelay Double
    Time in seconds before the initial retry is made for a failing batch.
    maxBatchSize Double
    Maximum number of entries that can be processed at a time.
    maxBytes Double
    Maximum number of bytes that can be waiting on a queue, requires string content.
    maxCoalescingDelay Double
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    maxEntries Double
    Maximum number of entries that can be waiting on the queue.
    maxRetryDelay Double
    Maximum time in seconds between retries, caps exponential backoff.
    maxRetryTime Double
    Time in seconds before the queue gives up calling a failed handler for a batch.
    concurrencyLimit number
    The number of of queue delivery timers. -1 indicates unlimited.
    initialRetryDelay number
    Time in seconds before the initial retry is made for a failing batch.
    maxBatchSize number
    Maximum number of entries that can be processed at a time.
    maxBytes number
    Maximum number of bytes that can be waiting on a queue, requires string content.
    maxCoalescingDelay number
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    maxEntries number
    Maximum number of entries that can be waiting on the queue.
    maxRetryDelay number
    Maximum time in seconds between retries, caps exponential backoff.
    maxRetryTime number
    Time in seconds before the queue gives up calling a failed handler for a batch.
    concurrency_limit float
    The number of of queue delivery timers. -1 indicates unlimited.
    initial_retry_delay float
    Time in seconds before the initial retry is made for a failing batch.
    max_batch_size float
    Maximum number of entries that can be processed at a time.
    max_bytes float
    Maximum number of bytes that can be waiting on a queue, requires string content.
    max_coalescing_delay float
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    max_entries float
    Maximum number of entries that can be waiting on the queue.
    max_retry_delay float
    Maximum time in seconds between retries, caps exponential backoff.
    max_retry_time float
    Time in seconds before the queue gives up calling a failed handler for a batch.
    concurrencyLimit Number
    The number of of queue delivery timers. -1 indicates unlimited.
    initialRetryDelay Number
    Time in seconds before the initial retry is made for a failing batch.
    maxBatchSize Number
    Maximum number of entries that can be processed at a time.
    maxBytes Number
    Maximum number of bytes that can be waiting on a queue, requires string content.
    maxCoalescingDelay Number
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    maxEntries Number
    Maximum number of entries that can be waiting on the queue.
    maxRetryDelay Number
    Maximum time in seconds between retries, caps exponential backoff.
    maxRetryTime Number
    Time in seconds before the queue gives up calling a failed handler for a batch.

    GetGatewayPluginOpentelemetryConsumer

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginOpentelemetryOrdering

    GetGatewayPluginOpentelemetryOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginOpentelemetryOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginOpentelemetryRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginOpentelemetryService

    Id string
    Id string
    id String
    id string
    id str
    id String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong