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

konnect.GatewayPluginOpentelemetry

Explore with Pulumi AI

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

    GatewayPluginOpentelemetry Resource

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.konnect.GatewayPluginOpentelemetry;
    import com.pulumi.konnect.GatewayPluginOpentelemetryArgs;
    import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryConfigArgs;
    import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryConfigPropagationArgs;
    import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryConfigQueueArgs;
    import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryConsumerArgs;
    import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryOrderingArgs;
    import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryOrderingAfterArgs;
    import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryOrderingBeforeArgs;
    import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryRouteArgs;
    import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryServiceArgs;
    import static com.pulumi.codegen.internal.Serialization.*;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var myGatewaypluginopentelemetry = new GatewayPluginOpentelemetry("myGatewaypluginopentelemetry", GatewayPluginOpentelemetryArgs.builder()
                .config(GatewayPluginOpentelemetryConfigArgs.builder()
                    .batch_flush_delay(7)
                    .batch_span_count(5)
                    .connect_timeout(1207240418)
                    .header_type("gcp")
                    .headers(Map.of("key", serializeJson(
                        "value")))
                    .http_response_header_for_traceid("...my_http_response_header_for_traceid...")
                    .logs_endpoint("...my_logs_endpoint...")
                    .propagation(GatewayPluginOpentelemetryConfigPropagationArgs.builder()
                        .clear("...")
                        .defaultFormat("aws")
                        .extract("jaeger")
                        .inject("b3")
                        .build())
                    .queue(GatewayPluginOpentelemetryConfigQueueArgs.builder()
                        .concurrencyLimit(2)
                        .initialRetryDelay(226722.01)
                        .maxBatchSize(779071)
                        .maxBytes(9)
                        .maxCoalescingDelay(763.01)
                        .maxEntries(975127)
                        .maxRetryDelay(892016.33)
                        .maxRetryTime(0.21)
                        .build())
                    .read_timeout(1485093464)
                    .resource_attributes(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .sampling_rate(0.37)
                    .send_timeout(1637096441)
                    .traces_endpoint("...my_traces_endpoint...")
                    .build())
                .consumer(GatewayPluginOpentelemetryConsumerArgs.builder()
                    .id("...my_id...")
                    .build())
                .controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
                .enabled(false)
                .gatewayPluginOpentelemetryId("...my_id...")
                .instanceName("...my_instance_name...")
                .ordering(GatewayPluginOpentelemetryOrderingArgs.builder()
                    .after(GatewayPluginOpentelemetryOrderingAfterArgs.builder()
                        .access("...")
                        .build())
                    .before(GatewayPluginOpentelemetryOrderingBeforeArgs.builder()
                        .access("...")
                        .build())
                    .build())
                .protocols("http")
                .route(GatewayPluginOpentelemetryRouteArgs.builder()
                    .id("...my_id...")
                    .build())
                .service(GatewayPluginOpentelemetryServiceArgs.builder()
                    .id("...my_id...")
                    .build())
                .tags("...")
                .build());
    
        }
    }
    
    resources:
      myGatewaypluginopentelemetry:
        type: konnect:GatewayPluginOpentelemetry
        properties:
          config:
            batch_flush_delay: 7
            batch_span_count: 5
            connect_timeout: 1.207240418e+09
            header_type: gcp
            headers:
              key:
                fn::toJSON: value
            http_response_header_for_traceid: '...my_http_response_header_for_traceid...'
            logs_endpoint: '...my_logs_endpoint...'
            propagation:
              clear:
                - '...'
              defaultFormat: aws
              extract:
                - jaeger
              inject:
                - b3
            queue:
              concurrencyLimit: 2
              initialRetryDelay: 226722.01
              maxBatchSize: 779071
              maxBytes: 9
              maxCoalescingDelay: 763.01
              maxEntries: 975127
              maxRetryDelay: 892016.33
              maxRetryTime: 0.21
            read_timeout: 1.485093464e+09
            resource_attributes:
              key:
                fn::toJSON: value
            sampling_rate: 0.37
            send_timeout: 1.637096441e+09
            traces_endpoint: '...my_traces_endpoint...'
          consumer:
            id: '...my_id...'
          controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
          enabled: false
          gatewayPluginOpentelemetryId: '...my_id...'
          instanceName: '...my_instance_name...'
          ordering:
            after:
              access:
                - '...'
            before:
              access:
                - '...'
          protocols:
            - http
          route:
            id: '...my_id...'
          service:
            id: '...my_id...'
          tags:
            - '...'
    

    Create GatewayPluginOpentelemetry Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GatewayPluginOpentelemetry(name: string, args: GatewayPluginOpentelemetryArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayPluginOpentelemetry(resource_name: str,
                                   args: GatewayPluginOpentelemetryArgs,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayPluginOpentelemetry(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   config: Optional[GatewayPluginOpentelemetryConfigArgs] = None,
                                   control_plane_id: Optional[str] = None,
                                   consumer: Optional[GatewayPluginOpentelemetryConsumerArgs] = None,
                                   enabled: Optional[bool] = None,
                                   gateway_plugin_opentelemetry_id: Optional[str] = None,
                                   instance_name: Optional[str] = None,
                                   ordering: Optional[GatewayPluginOpentelemetryOrderingArgs] = None,
                                   protocols: Optional[Sequence[str]] = None,
                                   route: Optional[GatewayPluginOpentelemetryRouteArgs] = None,
                                   service: Optional[GatewayPluginOpentelemetryServiceArgs] = None,
                                   tags: Optional[Sequence[str]] = None)
    func NewGatewayPluginOpentelemetry(ctx *Context, name string, args GatewayPluginOpentelemetryArgs, opts ...ResourceOption) (*GatewayPluginOpentelemetry, error)
    public GatewayPluginOpentelemetry(string name, GatewayPluginOpentelemetryArgs args, CustomResourceOptions? opts = null)
    public GatewayPluginOpentelemetry(String name, GatewayPluginOpentelemetryArgs args)
    public GatewayPluginOpentelemetry(String name, GatewayPluginOpentelemetryArgs args, CustomResourceOptions options)
    
    type: konnect:GatewayPluginOpentelemetry
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args GatewayPluginOpentelemetryArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GatewayPluginOpentelemetryArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GatewayPluginOpentelemetryArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayPluginOpentelemetryArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayPluginOpentelemetryArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var gatewayPluginOpentelemetryResource = new Konnect.GatewayPluginOpentelemetry("gatewayPluginOpentelemetryResource", new()
    {
        Config = new Konnect.Inputs.GatewayPluginOpentelemetryConfigArgs
        {
            BatchFlushDelay = 0,
            BatchSpanCount = 0,
            ConnectTimeout = 0,
            HeaderType = "string",
            Headers = 
            {
                { "string", "string" },
            },
            HttpResponseHeaderForTraceid = "string",
            LogsEndpoint = "string",
            Propagation = new Konnect.Inputs.GatewayPluginOpentelemetryConfigPropagationArgs
            {
                Clears = new[]
                {
                    "string",
                },
                DefaultFormat = "string",
                Extracts = new[]
                {
                    "string",
                },
                Injects = new[]
                {
                    "string",
                },
            },
            Queue = new Konnect.Inputs.GatewayPluginOpentelemetryConfigQueueArgs
            {
                ConcurrencyLimit = 0,
                InitialRetryDelay = 0,
                MaxBatchSize = 0,
                MaxBytes = 0,
                MaxCoalescingDelay = 0,
                MaxEntries = 0,
                MaxRetryDelay = 0,
                MaxRetryTime = 0,
            },
            ReadTimeout = 0,
            ResourceAttributes = 
            {
                { "string", "string" },
            },
            SamplingRate = 0,
            SendTimeout = 0,
            TracesEndpoint = "string",
        },
        ControlPlaneId = "string",
        Consumer = new Konnect.Inputs.GatewayPluginOpentelemetryConsumerArgs
        {
            Id = "string",
        },
        Enabled = false,
        GatewayPluginOpentelemetryId = "string",
        InstanceName = "string",
        Ordering = new Konnect.Inputs.GatewayPluginOpentelemetryOrderingArgs
        {
            After = new Konnect.Inputs.GatewayPluginOpentelemetryOrderingAfterArgs
            {
                Accesses = new[]
                {
                    "string",
                },
            },
            Before = new Konnect.Inputs.GatewayPluginOpentelemetryOrderingBeforeArgs
            {
                Accesses = new[]
                {
                    "string",
                },
            },
        },
        Protocols = new[]
        {
            "string",
        },
        Route = new Konnect.Inputs.GatewayPluginOpentelemetryRouteArgs
        {
            Id = "string",
        },
        Service = new Konnect.Inputs.GatewayPluginOpentelemetryServiceArgs
        {
            Id = "string",
        },
        Tags = new[]
        {
            "string",
        },
    });
    
    example, err := konnect.NewGatewayPluginOpentelemetry(ctx, "gatewayPluginOpentelemetryResource", &konnect.GatewayPluginOpentelemetryArgs{
    Config: &.GatewayPluginOpentelemetryConfigArgs{
    BatchFlushDelay: pulumi.Float64(0),
    BatchSpanCount: pulumi.Float64(0),
    ConnectTimeout: pulumi.Float64(0),
    HeaderType: pulumi.String("string"),
    Headers: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    HttpResponseHeaderForTraceid: pulumi.String("string"),
    LogsEndpoint: pulumi.String("string"),
    Propagation: &.GatewayPluginOpentelemetryConfigPropagationArgs{
    Clears: pulumi.StringArray{
    pulumi.String("string"),
    },
    DefaultFormat: pulumi.String("string"),
    Extracts: pulumi.StringArray{
    pulumi.String("string"),
    },
    Injects: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Queue: &.GatewayPluginOpentelemetryConfigQueueArgs{
    ConcurrencyLimit: pulumi.Float64(0),
    InitialRetryDelay: pulumi.Float64(0),
    MaxBatchSize: pulumi.Float64(0),
    MaxBytes: pulumi.Float64(0),
    MaxCoalescingDelay: pulumi.Float64(0),
    MaxEntries: pulumi.Float64(0),
    MaxRetryDelay: pulumi.Float64(0),
    MaxRetryTime: pulumi.Float64(0),
    },
    ReadTimeout: pulumi.Float64(0),
    ResourceAttributes: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    SamplingRate: pulumi.Float64(0),
    SendTimeout: pulumi.Float64(0),
    TracesEndpoint: pulumi.String("string"),
    },
    ControlPlaneId: pulumi.String("string"),
    Consumer: &.GatewayPluginOpentelemetryConsumerArgs{
    Id: pulumi.String("string"),
    },
    Enabled: pulumi.Bool(false),
    GatewayPluginOpentelemetryId: pulumi.String("string"),
    InstanceName: pulumi.String("string"),
    Ordering: &.GatewayPluginOpentelemetryOrderingArgs{
    After: &.GatewayPluginOpentelemetryOrderingAfterArgs{
    Accesses: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Before: &.GatewayPluginOpentelemetryOrderingBeforeArgs{
    Accesses: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    Protocols: pulumi.StringArray{
    pulumi.String("string"),
    },
    Route: &.GatewayPluginOpentelemetryRouteArgs{
    Id: pulumi.String("string"),
    },
    Service: &.GatewayPluginOpentelemetryServiceArgs{
    Id: pulumi.String("string"),
    },
    Tags: pulumi.StringArray{
    pulumi.String("string"),
    },
    })
    
    var gatewayPluginOpentelemetryResource = new GatewayPluginOpentelemetry("gatewayPluginOpentelemetryResource", GatewayPluginOpentelemetryArgs.builder()
        .config(GatewayPluginOpentelemetryConfigArgs.builder()
            .batchFlushDelay(0)
            .batchSpanCount(0)
            .connectTimeout(0)
            .headerType("string")
            .headers(Map.of("string", "string"))
            .httpResponseHeaderForTraceid("string")
            .logsEndpoint("string")
            .propagation(GatewayPluginOpentelemetryConfigPropagationArgs.builder()
                .clears("string")
                .defaultFormat("string")
                .extracts("string")
                .injects("string")
                .build())
            .queue(GatewayPluginOpentelemetryConfigQueueArgs.builder()
                .concurrencyLimit(0)
                .initialRetryDelay(0)
                .maxBatchSize(0)
                .maxBytes(0)
                .maxCoalescingDelay(0)
                .maxEntries(0)
                .maxRetryDelay(0)
                .maxRetryTime(0)
                .build())
            .readTimeout(0)
            .resourceAttributes(Map.of("string", "string"))
            .samplingRate(0)
            .sendTimeout(0)
            .tracesEndpoint("string")
            .build())
        .controlPlaneId("string")
        .consumer(GatewayPluginOpentelemetryConsumerArgs.builder()
            .id("string")
            .build())
        .enabled(false)
        .gatewayPluginOpentelemetryId("string")
        .instanceName("string")
        .ordering(GatewayPluginOpentelemetryOrderingArgs.builder()
            .after(GatewayPluginOpentelemetryOrderingAfterArgs.builder()
                .accesses("string")
                .build())
            .before(GatewayPluginOpentelemetryOrderingBeforeArgs.builder()
                .accesses("string")
                .build())
            .build())
        .protocols("string")
        .route(GatewayPluginOpentelemetryRouteArgs.builder()
            .id("string")
            .build())
        .service(GatewayPluginOpentelemetryServiceArgs.builder()
            .id("string")
            .build())
        .tags("string")
        .build());
    
    gateway_plugin_opentelemetry_resource = konnect.GatewayPluginOpentelemetry("gatewayPluginOpentelemetryResource",
        config={
            "batch_flush_delay": 0,
            "batch_span_count": 0,
            "connect_timeout": 0,
            "header_type": "string",
            "headers": {
                "string": "string",
            },
            "http_response_header_for_traceid": "string",
            "logs_endpoint": "string",
            "propagation": {
                "clears": ["string"],
                "default_format": "string",
                "extracts": ["string"],
                "injects": ["string"],
            },
            "queue": {
                "concurrency_limit": 0,
                "initial_retry_delay": 0,
                "max_batch_size": 0,
                "max_bytes": 0,
                "max_coalescing_delay": 0,
                "max_entries": 0,
                "max_retry_delay": 0,
                "max_retry_time": 0,
            },
            "read_timeout": 0,
            "resource_attributes": {
                "string": "string",
            },
            "sampling_rate": 0,
            "send_timeout": 0,
            "traces_endpoint": "string",
        },
        control_plane_id="string",
        consumer={
            "id": "string",
        },
        enabled=False,
        gateway_plugin_opentelemetry_id="string",
        instance_name="string",
        ordering={
            "after": {
                "accesses": ["string"],
            },
            "before": {
                "accesses": ["string"],
            },
        },
        protocols=["string"],
        route={
            "id": "string",
        },
        service={
            "id": "string",
        },
        tags=["string"])
    
    const gatewayPluginOpentelemetryResource = new konnect.GatewayPluginOpentelemetry("gatewayPluginOpentelemetryResource", {
        config: {
            batchFlushDelay: 0,
            batchSpanCount: 0,
            connectTimeout: 0,
            headerType: "string",
            headers: {
                string: "string",
            },
            httpResponseHeaderForTraceid: "string",
            logsEndpoint: "string",
            propagation: {
                clears: ["string"],
                defaultFormat: "string",
                extracts: ["string"],
                injects: ["string"],
            },
            queue: {
                concurrencyLimit: 0,
                initialRetryDelay: 0,
                maxBatchSize: 0,
                maxBytes: 0,
                maxCoalescingDelay: 0,
                maxEntries: 0,
                maxRetryDelay: 0,
                maxRetryTime: 0,
            },
            readTimeout: 0,
            resourceAttributes: {
                string: "string",
            },
            samplingRate: 0,
            sendTimeout: 0,
            tracesEndpoint: "string",
        },
        controlPlaneId: "string",
        consumer: {
            id: "string",
        },
        enabled: false,
        gatewayPluginOpentelemetryId: "string",
        instanceName: "string",
        ordering: {
            after: {
                accesses: ["string"],
            },
            before: {
                accesses: ["string"],
            },
        },
        protocols: ["string"],
        route: {
            id: "string",
        },
        service: {
            id: "string",
        },
        tags: ["string"],
    });
    
    type: konnect:GatewayPluginOpentelemetry
    properties:
        config:
            batchFlushDelay: 0
            batchSpanCount: 0
            connectTimeout: 0
            headerType: string
            headers:
                string: string
            httpResponseHeaderForTraceid: string
            logsEndpoint: string
            propagation:
                clears:
                    - string
                defaultFormat: string
                extracts:
                    - string
                injects:
                    - string
            queue:
                concurrencyLimit: 0
                initialRetryDelay: 0
                maxBatchSize: 0
                maxBytes: 0
                maxCoalescingDelay: 0
                maxEntries: 0
                maxRetryDelay: 0
                maxRetryTime: 0
            readTimeout: 0
            resourceAttributes:
                string: string
            samplingRate: 0
            sendTimeout: 0
            tracesEndpoint: string
        consumer:
            id: string
        controlPlaneId: string
        enabled: false
        gatewayPluginOpentelemetryId: string
        instanceName: string
        ordering:
            after:
                accesses:
                    - string
            before:
                accesses:
                    - string
        protocols:
            - string
        route:
            id: string
        service:
            id: string
        tags:
            - string
    

    GatewayPluginOpentelemetry Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The GatewayPluginOpentelemetry resource accepts the following input properties:

    Config GatewayPluginOpentelemetryConfig
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    Consumer GatewayPluginOpentelemetryConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    Enabled bool
    Whether the plugin is applied.
    GatewayPluginOpentelemetryId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginOpentelemetryOrdering
    Protocols List<string>
    A set of strings representing HTTP protocols.
    Route GatewayPluginOpentelemetryRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginOpentelemetryService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags List<string>
    An optional set of strings associated with the Plugin for grouping and filtering.
    Config GatewayPluginOpentelemetryConfigArgs
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    Consumer GatewayPluginOpentelemetryConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    Enabled bool
    Whether the plugin is applied.
    GatewayPluginOpentelemetryId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginOpentelemetryOrderingArgs
    Protocols []string
    A set of strings representing HTTP protocols.
    Route GatewayPluginOpentelemetryRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginOpentelemetryServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags []string
    An optional set of strings associated with the Plugin for grouping and filtering.
    config GatewayPluginOpentelemetryConfig
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer GatewayPluginOpentelemetryConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    enabled Boolean
    Whether the plugin is applied.
    gatewayPluginOpentelemetryId String
    The ID of this resource.
    instanceName String
    ordering GatewayPluginOpentelemetryOrdering
    protocols List<String>
    A set of strings representing HTTP protocols.
    route GatewayPluginOpentelemetryRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginOpentelemetryService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    config GatewayPluginOpentelemetryConfig
    controlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer GatewayPluginOpentelemetryConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    enabled boolean
    Whether the plugin is applied.
    gatewayPluginOpentelemetryId string
    The ID of this resource.
    instanceName string
    ordering GatewayPluginOpentelemetryOrdering
    protocols string[]
    A set of strings representing HTTP protocols.
    route GatewayPluginOpentelemetryRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginOpentelemetryService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags string[]
    An optional set of strings associated with the Plugin for grouping and filtering.
    config GatewayPluginOpentelemetryConfigArgs
    control_plane_id str
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer GatewayPluginOpentelemetryConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    enabled bool
    Whether the plugin is applied.
    gateway_plugin_opentelemetry_id str
    The ID of this resource.
    instance_name str
    ordering GatewayPluginOpentelemetryOrderingArgs
    protocols Sequence[str]
    A set of strings representing HTTP protocols.
    route GatewayPluginOpentelemetryRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginOpentelemetryServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags Sequence[str]
    An optional set of strings associated with the Plugin for grouping and filtering.
    config Property Map
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer Property Map
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    enabled Boolean
    Whether the plugin is applied.
    gatewayPluginOpentelemetryId String
    The ID of this resource.
    instanceName String
    ordering Property Map
    protocols List<String>
    A set of strings representing HTTP protocols.
    route Property Map
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service Property Map
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GatewayPluginOpentelemetry resource produces the following output properties:

    CreatedAt double
    Unix epoch when the resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt double
    Unix epoch when the resource was last updated.
    CreatedAt float64
    Unix epoch when the resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt float64
    Unix epoch when the resource was last updated.
    createdAt Double
    Unix epoch when the resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt Double
    Unix epoch when the resource was last updated.
    createdAt number
    Unix epoch when the resource was created.
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt number
    Unix epoch when the resource was last updated.
    created_at float
    Unix epoch when the resource was created.
    id str
    The provider-assigned unique ID for this managed resource.
    updated_at float
    Unix epoch when the resource was last updated.
    createdAt Number
    Unix epoch when the resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt Number
    Unix epoch when the resource was last updated.

    Look up Existing GatewayPluginOpentelemetry Resource

    Get an existing GatewayPluginOpentelemetry resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: GatewayPluginOpentelemetryState, opts?: CustomResourceOptions): GatewayPluginOpentelemetry
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            config: Optional[GatewayPluginOpentelemetryConfigArgs] = None,
            consumer: Optional[GatewayPluginOpentelemetryConsumerArgs] = None,
            control_plane_id: Optional[str] = None,
            created_at: Optional[float] = None,
            enabled: Optional[bool] = None,
            gateway_plugin_opentelemetry_id: Optional[str] = None,
            instance_name: Optional[str] = None,
            ordering: Optional[GatewayPluginOpentelemetryOrderingArgs] = None,
            protocols: Optional[Sequence[str]] = None,
            route: Optional[GatewayPluginOpentelemetryRouteArgs] = None,
            service: Optional[GatewayPluginOpentelemetryServiceArgs] = None,
            tags: Optional[Sequence[str]] = None,
            updated_at: Optional[float] = None) -> GatewayPluginOpentelemetry
    func GetGatewayPluginOpentelemetry(ctx *Context, name string, id IDInput, state *GatewayPluginOpentelemetryState, opts ...ResourceOption) (*GatewayPluginOpentelemetry, error)
    public static GatewayPluginOpentelemetry Get(string name, Input<string> id, GatewayPluginOpentelemetryState? state, CustomResourceOptions? opts = null)
    public static GatewayPluginOpentelemetry get(String name, Output<String> id, GatewayPluginOpentelemetryState state, CustomResourceOptions options)
    resources:  _:    type: konnect:GatewayPluginOpentelemetry    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Config GatewayPluginOpentelemetryConfig
    Consumer GatewayPluginOpentelemetryConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    CreatedAt double
    Unix epoch when the resource was created.
    Enabled bool
    Whether the plugin is applied.
    GatewayPluginOpentelemetryId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginOpentelemetryOrdering
    Protocols List<string>
    A set of strings representing HTTP protocols.
    Route GatewayPluginOpentelemetryRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginOpentelemetryService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags List<string>
    An optional set of strings associated with the Plugin for grouping and filtering.
    UpdatedAt double
    Unix epoch when the resource was last updated.
    Config GatewayPluginOpentelemetryConfigArgs
    Consumer GatewayPluginOpentelemetryConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    CreatedAt float64
    Unix epoch when the resource was created.
    Enabled bool
    Whether the plugin is applied.
    GatewayPluginOpentelemetryId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginOpentelemetryOrderingArgs
    Protocols []string
    A set of strings representing HTTP protocols.
    Route GatewayPluginOpentelemetryRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginOpentelemetryServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags []string
    An optional set of strings associated with the Plugin for grouping and filtering.
    UpdatedAt float64
    Unix epoch when the resource was last updated.
    config GatewayPluginOpentelemetryConfig
    consumer GatewayPluginOpentelemetryConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt Double
    Unix epoch when the resource was created.
    enabled Boolean
    Whether the plugin is applied.
    gatewayPluginOpentelemetryId String
    The ID of this resource.
    instanceName String
    ordering GatewayPluginOpentelemetryOrdering
    protocols List<String>
    A set of strings representing HTTP protocols.
    route GatewayPluginOpentelemetryRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginOpentelemetryService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt Double
    Unix epoch when the resource was last updated.
    config GatewayPluginOpentelemetryConfig
    consumer GatewayPluginOpentelemetryConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    controlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt number
    Unix epoch when the resource was created.
    enabled boolean
    Whether the plugin is applied.
    gatewayPluginOpentelemetryId string
    The ID of this resource.
    instanceName string
    ordering GatewayPluginOpentelemetryOrdering
    protocols string[]
    A set of strings representing HTTP protocols.
    route GatewayPluginOpentelemetryRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginOpentelemetryService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags string[]
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt number
    Unix epoch when the resource was last updated.
    config GatewayPluginOpentelemetryConfigArgs
    consumer GatewayPluginOpentelemetryConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    control_plane_id str
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    created_at float
    Unix epoch when the resource was created.
    enabled bool
    Whether the plugin is applied.
    gateway_plugin_opentelemetry_id str
    The ID of this resource.
    instance_name str
    ordering GatewayPluginOpentelemetryOrderingArgs
    protocols Sequence[str]
    A set of strings representing HTTP protocols.
    route GatewayPluginOpentelemetryRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginOpentelemetryServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags Sequence[str]
    An optional set of strings associated with the Plugin for grouping and filtering.
    updated_at float
    Unix epoch when the resource was last updated.
    config Property Map
    consumer Property Map
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt Number
    Unix epoch when the resource was created.
    enabled Boolean
    Whether the plugin is applied.
    gatewayPluginOpentelemetryId String
    The ID of this resource.
    instanceName String
    ordering Property Map
    protocols List<String>
    A set of strings representing HTTP protocols.
    route Property Map
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service Property Map
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt Number
    Unix epoch when the resource was last updated.

    Supporting Types

    GatewayPluginOpentelemetryConfig, GatewayPluginOpentelemetryConfigArgs

    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
    must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
    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 GatewayPluginOpentelemetryConfigPropagation
    Queue GatewayPluginOpentelemetryConfigQueue
    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
    must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
    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 GatewayPluginOpentelemetryConfigPropagation
    Queue GatewayPluginOpentelemetryConfigQueue
    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
    must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
    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 GatewayPluginOpentelemetryConfigPropagation
    queue GatewayPluginOpentelemetryConfigQueue
    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
    must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
    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 GatewayPluginOpentelemetryConfigPropagation
    queue GatewayPluginOpentelemetryConfigQueue
    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
    must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
    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 GatewayPluginOpentelemetryConfigPropagation
    queue GatewayPluginOpentelemetryConfigQueue
    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
    must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
    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.

    GatewayPluginOpentelemetryConfigPropagation, GatewayPluginOpentelemetryConfigPropagationArgs

    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. Not Null; must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
    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. Not Null; must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
    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. Not Null; must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
    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. Not Null; must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
    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. Not Null; must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
    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. Not Null; must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
    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.

    GatewayPluginOpentelemetryConfigQueue, GatewayPluginOpentelemetryConfigQueueArgs

    ConcurrencyLimit double
    The number of of queue delivery timers. -1 indicates unlimited. must be one of ["-1", "1"]
    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. must be one of ["-1", "1"]
    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. must be one of ["-1", "1"]
    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. must be one of ["-1", "1"]
    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. must be one of ["-1", "1"]
    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. must be one of ["-1", "1"]
    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.

    GatewayPluginOpentelemetryConsumer, GatewayPluginOpentelemetryConsumerArgs

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

    GatewayPluginOpentelemetryOrdering, GatewayPluginOpentelemetryOrderingArgs

    GatewayPluginOpentelemetryOrderingAfter, GatewayPluginOpentelemetryOrderingAfterArgs

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

    GatewayPluginOpentelemetryOrderingBefore, GatewayPluginOpentelemetryOrderingBeforeArgs

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

    GatewayPluginOpentelemetryRoute, GatewayPluginOpentelemetryRouteArgs

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

    GatewayPluginOpentelemetryService, GatewayPluginOpentelemetryServiceArgs

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

    Import

    $ pulumi import konnect:index/gatewayPluginOpentelemetry:GatewayPluginOpentelemetry my_konnect_gateway_plugin_opentelemetry "{ \"control_plane_id\": \"9524ec7d-36d9-465d-a8c5-83a3c9390458\", \"plugin_id\": \"3473c251-5b6c-4f45-b1ff-7ede735a366d\"}"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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