1. Packages
  2. Konnect Provider
  3. API Docs
  4. GatewayPluginZipkin
konnect 2.5.0 published on Tuesday, Apr 15, 2025 by kong

konnect.GatewayPluginZipkin

Explore with Pulumi AI

GatewayPluginZipkin 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.GatewayPluginZipkin;
import com.pulumi.konnect.GatewayPluginZipkinArgs;
import com.pulumi.konnect.inputs.GatewayPluginZipkinConfigArgs;
import com.pulumi.konnect.inputs.GatewayPluginZipkinConfigPropagationArgs;
import com.pulumi.konnect.inputs.GatewayPluginZipkinConfigQueueArgs;
import com.pulumi.konnect.inputs.GatewayPluginZipkinConsumerArgs;
import com.pulumi.konnect.inputs.GatewayPluginZipkinOrderingArgs;
import com.pulumi.konnect.inputs.GatewayPluginZipkinOrderingAfterArgs;
import com.pulumi.konnect.inputs.GatewayPluginZipkinOrderingBeforeArgs;
import com.pulumi.konnect.inputs.GatewayPluginZipkinRouteArgs;
import com.pulumi.konnect.inputs.GatewayPluginZipkinServiceArgs;
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 myGatewaypluginzipkin = new GatewayPluginZipkin("myGatewaypluginzipkin", GatewayPluginZipkinArgs.builder()
            .config(GatewayPluginZipkinConfigArgs.builder()
                .connect_timeout(1674102719)
                .default_header_type("b3-single")
                .default_service_name("...my_default_service_name...")
                .header_type("ignore")
                .http_endpoint("...my_http_endpoint...")
                .http_response_header_for_traceid("...my_http_response_header_for_traceid...")
                .http_span_name("method_path")
                .include_credential(false)
                .local_service_name("...my_local_service_name...")
                .phase_duration_flavor("annotations")
                .propagation(GatewayPluginZipkinConfigPropagationArgs.builder()
                    .clear("...")
                    .defaultFormat("gcp")
                    .extract("datadog")
                    .inject("b3")
                    .build())
                .queue(GatewayPluginZipkinConfigQueueArgs.builder()
                    .concurrencyLimit(1)
                    .initialRetryDelay(489129.82)
                    .maxBatchSize(540049)
                    .maxBytes(6)
                    .maxCoalescingDelay(2815.46)
                    .maxEntries(977371)
                    .maxRetryDelay(76225.98)
                    .maxRetryTime(2.97)
                    .build())
                .read_timeout(1936940031)
                .sample_ratio(0.6)
                .send_timeout(2045499472)
                .static_tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .tags_header("...my_tags_header...")
                .traceid_byte_count(8)
                .build())
            .consumer(GatewayPluginZipkinConsumerArgs.builder()
                .id("...my_id...")
                .build())
            .controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
            .createdAt(6)
            .enabled(false)
            .gatewayPluginZipkinId("...my_id...")
            .instanceName("...my_instance_name...")
            .ordering(GatewayPluginZipkinOrderingArgs.builder()
                .after(GatewayPluginZipkinOrderingAfterArgs.builder()
                    .access("...")
                    .build())
                .before(GatewayPluginZipkinOrderingBeforeArgs.builder()
                    .access("...")
                    .build())
                .build())
            .protocols("tcp")
            .route(GatewayPluginZipkinRouteArgs.builder()
                .id("...my_id...")
                .build())
            .service(GatewayPluginZipkinServiceArgs.builder()
                .id("...my_id...")
                .build())
            .tags("...")
            .updatedAt(3)
            .build());

    }
}
Copy
resources:
  myGatewaypluginzipkin:
    type: konnect:GatewayPluginZipkin
    properties:
      config:
        connect_timeout: 1.674102719e+09
        default_header_type: b3-single
        default_service_name: '...my_default_service_name...'
        header_type: ignore
        http_endpoint: '...my_http_endpoint...'
        http_response_header_for_traceid: '...my_http_response_header_for_traceid...'
        http_span_name: method_path
        include_credential: false
        local_service_name: '...my_local_service_name...'
        phase_duration_flavor: annotations
        propagation:
          clear:
            - '...'
          defaultFormat: gcp
          extract:
            - datadog
          inject:
            - b3
        queue:
          concurrencyLimit: 1
          initialRetryDelay: 489129.82
          maxBatchSize: 540049
          maxBytes: 6
          maxCoalescingDelay: 2815.46
          maxEntries: 977371
          maxRetryDelay: 76225.98
          maxRetryTime: 2.97
        read_timeout: 1.936940031e+09
        sample_ratio: 0.6
        send_timeout: 2.045499472e+09
        static_tags:
          - name: '...my_name...'
            value: '...my_value...'
        tags_header: '...my_tags_header...'
        traceid_byte_count: 8
      consumer:
        id: '...my_id...'
      controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
      createdAt: 6
      enabled: false
      gatewayPluginZipkinId: '...my_id...'
      instanceName: '...my_instance_name...'
      ordering:
        after:
          access:
            - '...'
        before:
          access:
            - '...'
      protocols:
        - tcp
      route:
        id: '...my_id...'
      service:
        id: '...my_id...'
      tags:
        - '...'
      updatedAt: 3
Copy

Create GatewayPluginZipkin Resource

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

Constructor syntax

new GatewayPluginZipkin(name: string, args: GatewayPluginZipkinArgs, opts?: CustomResourceOptions);
@overload
def GatewayPluginZipkin(resource_name: str,
                        args: GatewayPluginZipkinArgs,
                        opts: Optional[ResourceOptions] = None)

@overload
def GatewayPluginZipkin(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        control_plane_id: Optional[str] = None,
                        instance_name: Optional[str] = None,
                        consumer: Optional[GatewayPluginZipkinConsumerArgs] = None,
                        created_at: Optional[float] = None,
                        enabled: Optional[bool] = None,
                        gateway_plugin_zipkin_id: Optional[str] = None,
                        config: Optional[GatewayPluginZipkinConfigArgs] = None,
                        ordering: Optional[GatewayPluginZipkinOrderingArgs] = None,
                        protocols: Optional[Sequence[str]] = None,
                        route: Optional[GatewayPluginZipkinRouteArgs] = None,
                        service: Optional[GatewayPluginZipkinServiceArgs] = None,
                        tags: Optional[Sequence[str]] = None,
                        updated_at: Optional[float] = None)
func NewGatewayPluginZipkin(ctx *Context, name string, args GatewayPluginZipkinArgs, opts ...ResourceOption) (*GatewayPluginZipkin, error)
public GatewayPluginZipkin(string name, GatewayPluginZipkinArgs args, CustomResourceOptions? opts = null)
public GatewayPluginZipkin(String name, GatewayPluginZipkinArgs args)
public GatewayPluginZipkin(String name, GatewayPluginZipkinArgs args, CustomResourceOptions options)
type: konnect:GatewayPluginZipkin
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. GatewayPluginZipkinArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. GatewayPluginZipkinArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. GatewayPluginZipkinArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. GatewayPluginZipkinArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. GatewayPluginZipkinArgs
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 gatewayPluginZipkinResource = new Konnect.GatewayPluginZipkin("gatewayPluginZipkinResource", new()
{
    ControlPlaneId = "string",
    InstanceName = "string",
    Consumer = new Konnect.Inputs.GatewayPluginZipkinConsumerArgs
    {
        Id = "string",
    },
    CreatedAt = 0,
    Enabled = false,
    GatewayPluginZipkinId = "string",
    Config = new Konnect.Inputs.GatewayPluginZipkinConfigArgs
    {
        ConnectTimeout = 0,
        DefaultHeaderType = "string",
        DefaultServiceName = "string",
        HeaderType = "string",
        HttpEndpoint = "string",
        HttpResponseHeaderForTraceid = "string",
        HttpSpanName = "string",
        IncludeCredential = false,
        LocalServiceName = "string",
        PhaseDurationFlavor = "string",
        Propagation = new Konnect.Inputs.GatewayPluginZipkinConfigPropagationArgs
        {
            Clears = new[]
            {
                "string",
            },
            DefaultFormat = "string",
            Extracts = new[]
            {
                "string",
            },
            Injects = new[]
            {
                "string",
            },
        },
        Queue = new Konnect.Inputs.GatewayPluginZipkinConfigQueueArgs
        {
            ConcurrencyLimit = 0,
            InitialRetryDelay = 0,
            MaxBatchSize = 0,
            MaxBytes = 0,
            MaxCoalescingDelay = 0,
            MaxEntries = 0,
            MaxRetryDelay = 0,
            MaxRetryTime = 0,
        },
        ReadTimeout = 0,
        SampleRatio = 0,
        SendTimeout = 0,
        StaticTags = new[]
        {
            new Konnect.Inputs.GatewayPluginZipkinConfigStaticTagArgs
            {
                Name = "string",
                Value = "string",
            },
        },
        TagsHeader = "string",
        TraceidByteCount = 0,
    },
    Ordering = new Konnect.Inputs.GatewayPluginZipkinOrderingArgs
    {
        After = new Konnect.Inputs.GatewayPluginZipkinOrderingAfterArgs
        {
            Accesses = new[]
            {
                "string",
            },
        },
        Before = new Konnect.Inputs.GatewayPluginZipkinOrderingBeforeArgs
        {
            Accesses = new[]
            {
                "string",
            },
        },
    },
    Protocols = new[]
    {
        "string",
    },
    Route = new Konnect.Inputs.GatewayPluginZipkinRouteArgs
    {
        Id = "string",
    },
    Service = new Konnect.Inputs.GatewayPluginZipkinServiceArgs
    {
        Id = "string",
    },
    Tags = new[]
    {
        "string",
    },
    UpdatedAt = 0,
});
Copy
example, err := konnect.NewGatewayPluginZipkin(ctx, "gatewayPluginZipkinResource", &konnect.GatewayPluginZipkinArgs{
	ControlPlaneId: pulumi.String("string"),
	InstanceName:   pulumi.String("string"),
	Consumer: &konnect.GatewayPluginZipkinConsumerArgs{
		Id: pulumi.String("string"),
	},
	CreatedAt:             pulumi.Float64(0),
	Enabled:               pulumi.Bool(false),
	GatewayPluginZipkinId: pulumi.String("string"),
	Config: &konnect.GatewayPluginZipkinConfigArgs{
		ConnectTimeout:               pulumi.Float64(0),
		DefaultHeaderType:            pulumi.String("string"),
		DefaultServiceName:           pulumi.String("string"),
		HeaderType:                   pulumi.String("string"),
		HttpEndpoint:                 pulumi.String("string"),
		HttpResponseHeaderForTraceid: pulumi.String("string"),
		HttpSpanName:                 pulumi.String("string"),
		IncludeCredential:            pulumi.Bool(false),
		LocalServiceName:             pulumi.String("string"),
		PhaseDurationFlavor:          pulumi.String("string"),
		Propagation: &konnect.GatewayPluginZipkinConfigPropagationArgs{
			Clears: pulumi.StringArray{
				pulumi.String("string"),
			},
			DefaultFormat: pulumi.String("string"),
			Extracts: pulumi.StringArray{
				pulumi.String("string"),
			},
			Injects: pulumi.StringArray{
				pulumi.String("string"),
			},
		},
		Queue: &konnect.GatewayPluginZipkinConfigQueueArgs{
			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),
		SampleRatio: pulumi.Float64(0),
		SendTimeout: pulumi.Float64(0),
		StaticTags: konnect.GatewayPluginZipkinConfigStaticTagArray{
			&konnect.GatewayPluginZipkinConfigStaticTagArgs{
				Name:  pulumi.String("string"),
				Value: pulumi.String("string"),
			},
		},
		TagsHeader:       pulumi.String("string"),
		TraceidByteCount: pulumi.Float64(0),
	},
	Ordering: &konnect.GatewayPluginZipkinOrderingArgs{
		After: &konnect.GatewayPluginZipkinOrderingAfterArgs{
			Accesses: pulumi.StringArray{
				pulumi.String("string"),
			},
		},
		Before: &konnect.GatewayPluginZipkinOrderingBeforeArgs{
			Accesses: pulumi.StringArray{
				pulumi.String("string"),
			},
		},
	},
	Protocols: pulumi.StringArray{
		pulumi.String("string"),
	},
	Route: &konnect.GatewayPluginZipkinRouteArgs{
		Id: pulumi.String("string"),
	},
	Service: &konnect.GatewayPluginZipkinServiceArgs{
		Id: pulumi.String("string"),
	},
	Tags: pulumi.StringArray{
		pulumi.String("string"),
	},
	UpdatedAt: pulumi.Float64(0),
})
Copy
var gatewayPluginZipkinResource = new GatewayPluginZipkin("gatewayPluginZipkinResource", GatewayPluginZipkinArgs.builder()
    .controlPlaneId("string")
    .instanceName("string")
    .consumer(GatewayPluginZipkinConsumerArgs.builder()
        .id("string")
        .build())
    .createdAt(0)
    .enabled(false)
    .gatewayPluginZipkinId("string")
    .config(GatewayPluginZipkinConfigArgs.builder()
        .connectTimeout(0)
        .defaultHeaderType("string")
        .defaultServiceName("string")
        .headerType("string")
        .httpEndpoint("string")
        .httpResponseHeaderForTraceid("string")
        .httpSpanName("string")
        .includeCredential(false)
        .localServiceName("string")
        .phaseDurationFlavor("string")
        .propagation(GatewayPluginZipkinConfigPropagationArgs.builder()
            .clears("string")
            .defaultFormat("string")
            .extracts("string")
            .injects("string")
            .build())
        .queue(GatewayPluginZipkinConfigQueueArgs.builder()
            .concurrencyLimit(0)
            .initialRetryDelay(0)
            .maxBatchSize(0)
            .maxBytes(0)
            .maxCoalescingDelay(0)
            .maxEntries(0)
            .maxRetryDelay(0)
            .maxRetryTime(0)
            .build())
        .readTimeout(0)
        .sampleRatio(0)
        .sendTimeout(0)
        .staticTags(GatewayPluginZipkinConfigStaticTagArgs.builder()
            .name("string")
            .value("string")
            .build())
        .tagsHeader("string")
        .traceidByteCount(0)
        .build())
    .ordering(GatewayPluginZipkinOrderingArgs.builder()
        .after(GatewayPluginZipkinOrderingAfterArgs.builder()
            .accesses("string")
            .build())
        .before(GatewayPluginZipkinOrderingBeforeArgs.builder()
            .accesses("string")
            .build())
        .build())
    .protocols("string")
    .route(GatewayPluginZipkinRouteArgs.builder()
        .id("string")
        .build())
    .service(GatewayPluginZipkinServiceArgs.builder()
        .id("string")
        .build())
    .tags("string")
    .updatedAt(0)
    .build());
Copy
gateway_plugin_zipkin_resource = konnect.GatewayPluginZipkin("gatewayPluginZipkinResource",
    control_plane_id="string",
    instance_name="string",
    consumer={
        "id": "string",
    },
    created_at=0,
    enabled=False,
    gateway_plugin_zipkin_id="string",
    config={
        "connect_timeout": 0,
        "default_header_type": "string",
        "default_service_name": "string",
        "header_type": "string",
        "http_endpoint": "string",
        "http_response_header_for_traceid": "string",
        "http_span_name": "string",
        "include_credential": False,
        "local_service_name": "string",
        "phase_duration_flavor": "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,
        "sample_ratio": 0,
        "send_timeout": 0,
        "static_tags": [{
            "name": "string",
            "value": "string",
        }],
        "tags_header": "string",
        "traceid_byte_count": 0,
    },
    ordering={
        "after": {
            "accesses": ["string"],
        },
        "before": {
            "accesses": ["string"],
        },
    },
    protocols=["string"],
    route={
        "id": "string",
    },
    service={
        "id": "string",
    },
    tags=["string"],
    updated_at=0)
Copy
const gatewayPluginZipkinResource = new konnect.GatewayPluginZipkin("gatewayPluginZipkinResource", {
    controlPlaneId: "string",
    instanceName: "string",
    consumer: {
        id: "string",
    },
    createdAt: 0,
    enabled: false,
    gatewayPluginZipkinId: "string",
    config: {
        connectTimeout: 0,
        defaultHeaderType: "string",
        defaultServiceName: "string",
        headerType: "string",
        httpEndpoint: "string",
        httpResponseHeaderForTraceid: "string",
        httpSpanName: "string",
        includeCredential: false,
        localServiceName: "string",
        phaseDurationFlavor: "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,
        sampleRatio: 0,
        sendTimeout: 0,
        staticTags: [{
            name: "string",
            value: "string",
        }],
        tagsHeader: "string",
        traceidByteCount: 0,
    },
    ordering: {
        after: {
            accesses: ["string"],
        },
        before: {
            accesses: ["string"],
        },
    },
    protocols: ["string"],
    route: {
        id: "string",
    },
    service: {
        id: "string",
    },
    tags: ["string"],
    updatedAt: 0,
});
Copy
type: konnect:GatewayPluginZipkin
properties:
    config:
        connectTimeout: 0
        defaultHeaderType: string
        defaultServiceName: string
        headerType: string
        httpEndpoint: string
        httpResponseHeaderForTraceid: string
        httpSpanName: string
        includeCredential: false
        localServiceName: string
        phaseDurationFlavor: 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
        sampleRatio: 0
        sendTimeout: 0
        staticTags:
            - name: string
              value: string
        tagsHeader: string
        traceidByteCount: 0
    consumer:
        id: string
    controlPlaneId: string
    createdAt: 0
    enabled: false
    gatewayPluginZipkinId: string
    instanceName: string
    ordering:
        after:
            accesses:
                - string
        before:
            accesses:
                - string
    protocols:
        - string
    route:
        id: string
    service:
        id: string
    tags:
        - string
    updatedAt: 0
Copy

GatewayPluginZipkin 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 GatewayPluginZipkin resource accepts the following input properties:

ControlPlaneId This property is required. string
The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
Config GatewayPluginZipkinConfig
Consumer GatewayPluginZipkinConsumer
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.
CreatedAt double
Unix epoch when the resource was created.
Enabled bool
Whether the plugin is applied.
GatewayPluginZipkinId string
The ID of this resource.
InstanceName string
Ordering GatewayPluginZipkinOrdering
Protocols List<string>
A set of strings representing protocols.
Route GatewayPluginZipkinRoute
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 GatewayPluginZipkinService
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.
ControlPlaneId This property is required. string
The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
Config GatewayPluginZipkinConfigArgs
Consumer GatewayPluginZipkinConsumerArgs
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.
CreatedAt float64
Unix epoch when the resource was created.
Enabled bool
Whether the plugin is applied.
GatewayPluginZipkinId string
The ID of this resource.
InstanceName string
Ordering GatewayPluginZipkinOrderingArgs
Protocols []string
A set of strings representing protocols.
Route GatewayPluginZipkinRouteArgs
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 GatewayPluginZipkinServiceArgs
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.
controlPlaneId This property is required. String
The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
config GatewayPluginZipkinConfig
consumer GatewayPluginZipkinConsumer
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.
createdAt Double
Unix epoch when the resource was created.
enabled Boolean
Whether the plugin is applied.
gatewayPluginZipkinId String
The ID of this resource.
instanceName String
ordering GatewayPluginZipkinOrdering
protocols List<String>
A set of strings representing protocols.
route GatewayPluginZipkinRoute
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 GatewayPluginZipkinService
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.
controlPlaneId This property is required. string
The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
config GatewayPluginZipkinConfig
consumer GatewayPluginZipkinConsumer
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.
createdAt number
Unix epoch when the resource was created.
enabled boolean
Whether the plugin is applied.
gatewayPluginZipkinId string
The ID of this resource.
instanceName string
ordering GatewayPluginZipkinOrdering
protocols string[]
A set of strings representing protocols.
route GatewayPluginZipkinRoute
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 GatewayPluginZipkinService
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.
control_plane_id This property is required. str
The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
config GatewayPluginZipkinConfigArgs
consumer GatewayPluginZipkinConsumerArgs
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.
created_at float
Unix epoch when the resource was created.
enabled bool
Whether the plugin is applied.
gateway_plugin_zipkin_id str
The ID of this resource.
instance_name str
ordering GatewayPluginZipkinOrderingArgs
protocols Sequence[str]
A set of strings representing protocols.
route GatewayPluginZipkinRouteArgs
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 GatewayPluginZipkinServiceArgs
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.
controlPlaneId This property is required. String
The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
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.
createdAt Number
Unix epoch when the resource was created.
enabled Boolean
Whether the plugin is applied.
gatewayPluginZipkinId String
The ID of this resource.
instanceName String
ordering Property Map
protocols List<String>
A set of strings representing 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.

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing GatewayPluginZipkin Resource

Get an existing GatewayPluginZipkin 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?: GatewayPluginZipkinState, opts?: CustomResourceOptions): GatewayPluginZipkin
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        config: Optional[GatewayPluginZipkinConfigArgs] = None,
        consumer: Optional[GatewayPluginZipkinConsumerArgs] = None,
        control_plane_id: Optional[str] = None,
        created_at: Optional[float] = None,
        enabled: Optional[bool] = None,
        gateway_plugin_zipkin_id: Optional[str] = None,
        instance_name: Optional[str] = None,
        ordering: Optional[GatewayPluginZipkinOrderingArgs] = None,
        protocols: Optional[Sequence[str]] = None,
        route: Optional[GatewayPluginZipkinRouteArgs] = None,
        service: Optional[GatewayPluginZipkinServiceArgs] = None,
        tags: Optional[Sequence[str]] = None,
        updated_at: Optional[float] = None) -> GatewayPluginZipkin
func GetGatewayPluginZipkin(ctx *Context, name string, id IDInput, state *GatewayPluginZipkinState, opts ...ResourceOption) (*GatewayPluginZipkin, error)
public static GatewayPluginZipkin Get(string name, Input<string> id, GatewayPluginZipkinState? state, CustomResourceOptions? opts = null)
public static GatewayPluginZipkin get(String name, Output<String> id, GatewayPluginZipkinState state, CustomResourceOptions options)
resources:  _:    type: konnect:GatewayPluginZipkin    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 GatewayPluginZipkinConfig
Consumer GatewayPluginZipkinConsumer
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.
GatewayPluginZipkinId string
The ID of this resource.
InstanceName string
Ordering GatewayPluginZipkinOrdering
Protocols List<string>
A set of strings representing protocols.
Route GatewayPluginZipkinRoute
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 GatewayPluginZipkinService
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 GatewayPluginZipkinConfigArgs
Consumer GatewayPluginZipkinConsumerArgs
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.
GatewayPluginZipkinId string
The ID of this resource.
InstanceName string
Ordering GatewayPluginZipkinOrderingArgs
Protocols []string
A set of strings representing protocols.
Route GatewayPluginZipkinRouteArgs
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 GatewayPluginZipkinServiceArgs
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 GatewayPluginZipkinConfig
consumer GatewayPluginZipkinConsumer
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.
gatewayPluginZipkinId String
The ID of this resource.
instanceName String
ordering GatewayPluginZipkinOrdering
protocols List<String>
A set of strings representing protocols.
route GatewayPluginZipkinRoute
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 GatewayPluginZipkinService
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 GatewayPluginZipkinConfig
consumer GatewayPluginZipkinConsumer
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.
gatewayPluginZipkinId string
The ID of this resource.
instanceName string
ordering GatewayPluginZipkinOrdering
protocols string[]
A set of strings representing protocols.
route GatewayPluginZipkinRoute
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 GatewayPluginZipkinService
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 GatewayPluginZipkinConfigArgs
consumer GatewayPluginZipkinConsumerArgs
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_zipkin_id str
The ID of this resource.
instance_name str
ordering GatewayPluginZipkinOrderingArgs
protocols Sequence[str]
A set of strings representing protocols.
route GatewayPluginZipkinRouteArgs
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 GatewayPluginZipkinServiceArgs
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.
gatewayPluginZipkinId String
The ID of this resource.
instanceName String
ordering Property Map
protocols List<String>
A set of strings representing 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

GatewayPluginZipkinConfig
, GatewayPluginZipkinConfigArgs

ConnectTimeout double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
DefaultHeaderType string
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
DefaultServiceName string
Set a default service name to override unknown-service-name in the Zipkin spans.
HeaderType string
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
HttpEndpoint string
A string representing a URL, such as https://example.com/path/to/resource?q=search.
HttpResponseHeaderForTraceid string
HttpSpanName string
Specify whether to include the HTTP path in the span name. must be one of ["method", "method_path"]
IncludeCredential bool
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
LocalServiceName string
The name of the service as displayed in Zipkin.
PhaseDurationFlavor string
Specify whether to include the duration of each phase as an annotation or a tag. must be one of ["annotations", "tags"]
Propagation GatewayPluginZipkinConfigPropagation
Queue GatewayPluginZipkinConfigQueue
ReadTimeout double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
SampleRatio double
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
SendTimeout double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
StaticTags List<GatewayPluginZipkinConfigStaticTag>
The tags specified on this property will be added to the generated request traces.
TagsHeader string
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
TraceidByteCount double
The length in bytes of each request's Trace ID. must be one of ["8", "16"]
ConnectTimeout float64
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
DefaultHeaderType string
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
DefaultServiceName string
Set a default service name to override unknown-service-name in the Zipkin spans.
HeaderType string
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
HttpEndpoint string
A string representing a URL, such as https://example.com/path/to/resource?q=search.
HttpResponseHeaderForTraceid string
HttpSpanName string
Specify whether to include the HTTP path in the span name. must be one of ["method", "method_path"]
IncludeCredential bool
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
LocalServiceName string
The name of the service as displayed in Zipkin.
PhaseDurationFlavor string
Specify whether to include the duration of each phase as an annotation or a tag. must be one of ["annotations", "tags"]
Propagation GatewayPluginZipkinConfigPropagation
Queue GatewayPluginZipkinConfigQueue
ReadTimeout float64
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
SampleRatio float64
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
SendTimeout float64
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
StaticTags []GatewayPluginZipkinConfigStaticTag
The tags specified on this property will be added to the generated request traces.
TagsHeader string
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
TraceidByteCount float64
The length in bytes of each request's Trace ID. must be one of ["8", "16"]
connectTimeout Double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
defaultHeaderType String
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
defaultServiceName String
Set a default service name to override unknown-service-name in the Zipkin spans.
headerType String
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
httpEndpoint String
A string representing a URL, such as https://example.com/path/to/resource?q=search.
httpResponseHeaderForTraceid String
httpSpanName String
Specify whether to include the HTTP path in the span name. must be one of ["method", "method_path"]
includeCredential Boolean
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
localServiceName String
The name of the service as displayed in Zipkin.
phaseDurationFlavor String
Specify whether to include the duration of each phase as an annotation or a tag. must be one of ["annotations", "tags"]
propagation GatewayPluginZipkinConfigPropagation
queue GatewayPluginZipkinConfigQueue
readTimeout Double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
sampleRatio Double
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
sendTimeout Double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
staticTags List<GatewayPluginZipkinConfigStaticTag>
The tags specified on this property will be added to the generated request traces.
tagsHeader String
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
traceidByteCount Double
The length in bytes of each request's Trace ID. must be one of ["8", "16"]
connectTimeout number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
defaultHeaderType string
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
defaultServiceName string
Set a default service name to override unknown-service-name in the Zipkin spans.
headerType string
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
httpEndpoint string
A string representing a URL, such as https://example.com/path/to/resource?q=search.
httpResponseHeaderForTraceid string
httpSpanName string
Specify whether to include the HTTP path in the span name. must be one of ["method", "method_path"]
includeCredential boolean
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
localServiceName string
The name of the service as displayed in Zipkin.
phaseDurationFlavor string
Specify whether to include the duration of each phase as an annotation or a tag. must be one of ["annotations", "tags"]
propagation GatewayPluginZipkinConfigPropagation
queue GatewayPluginZipkinConfigQueue
readTimeout number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
sampleRatio number
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
sendTimeout number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
staticTags GatewayPluginZipkinConfigStaticTag[]
The tags specified on this property will be added to the generated request traces.
tagsHeader string
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
traceidByteCount number
The length in bytes of each request's Trace ID. must be one of ["8", "16"]
connect_timeout float
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
default_header_type str
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
default_service_name str
Set a default service name to override unknown-service-name in the Zipkin spans.
header_type str
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
http_endpoint str
A string representing a URL, such as https://example.com/path/to/resource?q=search.
http_response_header_for_traceid str
http_span_name str
Specify whether to include the HTTP path in the span name. must be one of ["method", "method_path"]
include_credential bool
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
local_service_name str
The name of the service as displayed in Zipkin.
phase_duration_flavor str
Specify whether to include the duration of each phase as an annotation or a tag. must be one of ["annotations", "tags"]
propagation GatewayPluginZipkinConfigPropagation
queue GatewayPluginZipkinConfigQueue
read_timeout float
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
sample_ratio float
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
send_timeout float
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
static_tags Sequence[GatewayPluginZipkinConfigStaticTag]
The tags specified on this property will be added to the generated request traces.
tags_header str
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
traceid_byte_count float
The length in bytes of each request's Trace ID. must be one of ["8", "16"]
connectTimeout Number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
defaultHeaderType String
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "jaeger", "ot", "w3c"]
defaultServiceName String
Set a default service name to override unknown-service-name in the Zipkin spans.
headerType String
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests. must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
httpEndpoint String
A string representing a URL, such as https://example.com/path/to/resource?q=search.
httpResponseHeaderForTraceid String
httpSpanName String
Specify whether to include the HTTP path in the span name. must be one of ["method", "method_path"]
includeCredential Boolean
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
localServiceName String
The name of the service as displayed in Zipkin.
phaseDurationFlavor String
Specify whether to include the duration of each phase as an annotation or a tag. must be one of ["annotations", "tags"]
propagation Property Map
queue Property Map
readTimeout Number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
sampleRatio Number
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
sendTimeout Number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
staticTags List<Property Map>
The tags specified on this property will be added to the generated request traces.
tagsHeader String
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
traceidByteCount Number
The length in bytes of each request's Trace ID. must be one of ["8", "16"]

GatewayPluginZipkinConfigPropagation
, GatewayPluginZipkinConfigPropagationArgs

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.

GatewayPluginZipkinConfigQueue
, GatewayPluginZipkinConfigQueueArgs

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.

GatewayPluginZipkinConfigStaticTag
, GatewayPluginZipkinConfigStaticTagArgs

Name string
Not Null
Value string
Not Null
Name string
Not Null
Value string
Not Null
name String
Not Null
value String
Not Null
name string
Not Null
value string
Not Null
name str
Not Null
value str
Not Null
name String
Not Null
value String
Not Null

GatewayPluginZipkinConsumer
, GatewayPluginZipkinConsumerArgs

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

GatewayPluginZipkinOrdering
, GatewayPluginZipkinOrderingArgs

GatewayPluginZipkinOrderingAfter
, GatewayPluginZipkinOrderingAfterArgs

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

GatewayPluginZipkinOrderingBefore
, GatewayPluginZipkinOrderingBeforeArgs

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

GatewayPluginZipkinRoute
, GatewayPluginZipkinRouteArgs

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

GatewayPluginZipkinService
, GatewayPluginZipkinServiceArgs

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

Import

$ pulumi import konnect:index/gatewayPluginZipkin:GatewayPluginZipkin my_konnect_gateway_plugin_zipkin "{ \"control_plane_id\": \"9524ec7d-36d9-465d-a8c5-83a3c9390458\", \"id\": \"3473c251-5b6c-4f45-b1ff-7ede735a366d\"}"
Copy

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.