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")
.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("...")
.build());
}
}
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
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:
- '...'
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,
config: Optional[GatewayPluginZipkinConfigArgs] = None,
control_plane_id: Optional[str] = None,
consumer: Optional[GatewayPluginZipkinConsumerArgs] = 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)
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 string
- The unique name of the resource.
- args GatewayPluginZipkinArgs
- 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 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 string
- The unique name of the resource.
- args GatewayPluginZipkinArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayPluginZipkinArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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()
{
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,
},
ControlPlaneId = "string",
Consumer = new Konnect.Inputs.GatewayPluginZipkinConsumerArgs
{
Id = "string",
},
Enabled = false,
GatewayPluginZipkinId = "string",
InstanceName = "string",
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",
},
});
example, err := konnect.NewGatewayPluginZipkin(ctx, "gatewayPluginZipkinResource", &konnect.GatewayPluginZipkinArgs{
Config: &.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: &.GatewayPluginZipkinConfigPropagationArgs{
Clears: pulumi.StringArray{
pulumi.String("string"),
},
DefaultFormat: pulumi.String("string"),
Extracts: pulumi.StringArray{
pulumi.String("string"),
},
Injects: pulumi.StringArray{
pulumi.String("string"),
},
},
Queue: &.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: .GatewayPluginZipkinConfigStaticTagArray{
&.GatewayPluginZipkinConfigStaticTagArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TagsHeader: pulumi.String("string"),
TraceidByteCount: pulumi.Float64(0),
},
ControlPlaneId: pulumi.String("string"),
Consumer: &.GatewayPluginZipkinConsumerArgs{
Id: pulumi.String("string"),
},
Enabled: pulumi.Bool(false),
GatewayPluginZipkinId: pulumi.String("string"),
InstanceName: pulumi.String("string"),
Ordering: &.GatewayPluginZipkinOrderingArgs{
After: &.GatewayPluginZipkinOrderingAfterArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
Before: &.GatewayPluginZipkinOrderingBeforeArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Route: &.GatewayPluginZipkinRouteArgs{
Id: pulumi.String("string"),
},
Service: &.GatewayPluginZipkinServiceArgs{
Id: pulumi.String("string"),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var gatewayPluginZipkinResource = new GatewayPluginZipkin("gatewayPluginZipkinResource", GatewayPluginZipkinArgs.builder()
.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())
.controlPlaneId("string")
.consumer(GatewayPluginZipkinConsumerArgs.builder()
.id("string")
.build())
.enabled(false)
.gatewayPluginZipkinId("string")
.instanceName("string")
.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")
.build());
gateway_plugin_zipkin_resource = konnect.GatewayPluginZipkin("gatewayPluginZipkinResource",
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,
},
control_plane_id="string",
consumer={
"id": "string",
},
enabled=False,
gateway_plugin_zipkin_id="string",
instance_name="string",
ordering={
"after": {
"accesses": ["string"],
},
"before": {
"accesses": ["string"],
},
},
protocols=["string"],
route={
"id": "string",
},
service={
"id": "string",
},
tags=["string"])
const gatewayPluginZipkinResource = new konnect.GatewayPluginZipkin("gatewayPluginZipkinResource", {
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,
},
controlPlaneId: "string",
consumer: {
id: "string",
},
enabled: false,
gatewayPluginZipkinId: "string",
instanceName: "string",
ordering: {
after: {
accesses: ["string"],
},
before: {
accesses: ["string"],
},
},
protocols: ["string"],
route: {
id: "string",
},
service: {
id: "string",
},
tags: ["string"],
});
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
enabled: false
gatewayPluginZipkinId: string
instanceName: string
ordering:
after:
accesses:
- string
before:
accesses:
- string
protocols:
- string
route:
id: string
service:
id: string
tags:
- string
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:
- Config
Gateway
Plugin Zipkin Config - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Consumer
Gateway
Plugin Zipkin Consumer - 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 stringZipkin Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Zipkin Ordering - Protocols List<string>
- A set of strings representing protocols.
- Route
Gateway
Plugin Zipkin Route - 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
Gateway
Plugin Zipkin Service - 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.
- List<string>
- An optional set of strings associated with the Plugin for grouping and filtering.
- Config
Gateway
Plugin Zipkin Config Args - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Consumer
Gateway
Plugin Zipkin Consumer Args - 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 stringZipkin Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Zipkin Ordering Args - Protocols []string
- A set of strings representing protocols.
- Route
Gateway
Plugin Zipkin Route Args - 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
Gateway
Plugin Zipkin Service Args - 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.
- []string
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Zipkin Config - control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- consumer
Gateway
Plugin Zipkin Consumer - 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.
- gateway
Plugin StringZipkin Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Zipkin Ordering - protocols List<String>
- A set of strings representing protocols.
- route
Gateway
Plugin Zipkin Route - 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
Gateway
Plugin Zipkin Service - 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.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Zipkin Config - control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- consumer
Gateway
Plugin Zipkin Consumer - 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.
- gateway
Plugin stringZipkin Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Zipkin Ordering - protocols string[]
- A set of strings representing protocols.
- route
Gateway
Plugin Zipkin Route - 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
Gateway
Plugin Zipkin Service - 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.
- string[]
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Zipkin Config Args - control_
plane_ strid - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- consumer
Gateway
Plugin Zipkin Consumer Args - 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_ strzipkin_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Zipkin Ordering Args - protocols Sequence[str]
- A set of strings representing protocols.
- route
Gateway
Plugin Zipkin Route Args - 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
Gateway
Plugin Zipkin Service Args - 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.
- Sequence[str]
- An optional set of strings associated with the Plugin for grouping and filtering.
- config Property Map
- control
Plane StringId - 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.
- gateway
Plugin StringZipkin Id - The ID of this resource.
- instance
Name 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.
- 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 GatewayPluginZipkin resource produces the following output properties:
- 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.
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
- 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.
- Config
Gateway
Plugin Zipkin Config - Consumer
Gateway
Plugin Zipkin Consumer - 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 stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Created
At double - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringZipkin Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Zipkin Ordering - Protocols List<string>
- A set of strings representing protocols.
- Route
Gateway
Plugin Zipkin Route - 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
Gateway
Plugin Zipkin Service - 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.
- List<string>
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At double - Unix epoch when the resource was last updated.
- Config
Gateway
Plugin Zipkin Config Args - Consumer
Gateway
Plugin Zipkin Consumer Args - 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 stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Created
At float64 - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringZipkin Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Zipkin Ordering Args - Protocols []string
- A set of strings representing protocols.
- Route
Gateway
Plugin Zipkin Route Args - 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
Gateway
Plugin Zipkin Service Args - 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.
- []string
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At float64 - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Zipkin Config - consumer
Gateway
Plugin Zipkin Consumer - 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 StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At Double - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringZipkin Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Zipkin Ordering - protocols List<String>
- A set of strings representing protocols.
- route
Gateway
Plugin Zipkin Route - 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
Gateway
Plugin Zipkin Service - 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.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At Double - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Zipkin Config - consumer
Gateway
Plugin Zipkin Consumer - 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 stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At number - Unix epoch when the resource was created.
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin stringZipkin Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Zipkin Ordering - protocols string[]
- A set of strings representing protocols.
- route
Gateway
Plugin Zipkin Route - 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
Gateway
Plugin Zipkin Service - 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.
- string[]
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At number - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Zipkin Config Args - consumer
Gateway
Plugin Zipkin Consumer Args - 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_ strid - 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_ strzipkin_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Zipkin Ordering Args - protocols Sequence[str]
- A set of strings representing protocols.
- route
Gateway
Plugin Zipkin Route Args - 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
Gateway
Plugin Zipkin Service Args - 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.
- 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.
- control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At Number - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringZipkin Id - The ID of this resource.
- instance
Name 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.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At Number - Unix epoch when the resource was last updated.
Supporting Types
GatewayPluginZipkinConfig, GatewayPluginZipkinConfigArgs
- Connect
Timeout double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Default
Header stringType - 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"
. Whenheader_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 stringName - Set a default service name to override
unknown-service-name
in the Zipkin spans. - Header
Type 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"]
- Http
Endpoint string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Http
Response stringHeader For Traceid - Http
Span stringName - 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 stringName - The name of the service as displayed in Zipkin.
- Phase
Duration stringFlavor - Specify whether to include the duration of each phase as an annotation or a tag. must be one of ["annotations", "tags"]
- Propagation
Gateway
Plugin Zipkin Config Propagation - Queue
Gateway
Plugin Zipkin Config Queue - Read
Timeout double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Sample
Ratio double - How often to sample requests that do not contain trace IDs. Set to
0
to turn sampling off, or to1
to sample all requests. - Send
Timeout double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- List<Gateway
Plugin Zipkin Config Static Tag> - The tags specified on this property will be added to the generated request traces.
- 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.
- Traceid
Byte doubleCount - The length in bytes of each request's Trace ID. must be one of ["8", "16"]
- Connect
Timeout float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Default
Header stringType - 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"
. Whenheader_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 stringName - Set a default service name to override
unknown-service-name
in the Zipkin spans. - Header
Type 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"]
- Http
Endpoint string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Http
Response stringHeader For Traceid - Http
Span stringName - 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 stringName - The name of the service as displayed in Zipkin.
- Phase
Duration stringFlavor - Specify whether to include the duration of each phase as an annotation or a tag. must be one of ["annotations", "tags"]
- Propagation
Gateway
Plugin Zipkin Config Propagation - Queue
Gateway
Plugin Zipkin Config Queue - Read
Timeout float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Sample
Ratio float64 - How often to sample requests that do not contain trace IDs. Set to
0
to turn sampling off, or to1
to sample all requests. - Send
Timeout float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- []Gateway
Plugin Zipkin Config Static Tag - The tags specified on this property will be added to the generated request traces.
- 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.
- Traceid
Byte float64Count - The length in bytes of each request's Trace ID. must be one of ["8", "16"]
- connect
Timeout Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- default
Header StringType - 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"
. Whenheader_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 StringName - Set a default service name to override
unknown-service-name
in the Zipkin spans. - header
Type 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"]
- http
Endpoint String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- http
Response StringHeader For Traceid - http
Span StringName - Specify whether to include the HTTP path in the span name. must be one of ["method", "method_path"]
- include
Credential Boolean - Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
- local
Service StringName - The name of the service as displayed in Zipkin.
- phase
Duration StringFlavor - Specify whether to include the duration of each phase as an annotation or a tag. must be one of ["annotations", "tags"]
- propagation
Gateway
Plugin Zipkin Config Propagation - queue
Gateway
Plugin Zipkin Config Queue - read
Timeout Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- sample
Ratio Double - How often to sample requests that do not contain trace IDs. Set to
0
to turn sampling off, or to1
to sample all requests. - send
Timeout Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- List<Gateway
Plugin Zipkin Config Static Tag> - The tags specified on this property will be added to the generated request traces.
- 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.
- traceid
Byte DoubleCount - The length in bytes of each request's Trace ID. must be one of ["8", "16"]
- connect
Timeout number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- default
Header stringType - 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"
. Whenheader_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 stringName - Set a default service name to override
unknown-service-name
in the Zipkin spans. - header
Type 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"]
- http
Endpoint string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- http
Response stringHeader For Traceid - http
Span stringName - Specify whether to include the HTTP path in the span name. must be one of ["method", "method_path"]
- include
Credential boolean - Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
- local
Service stringName - The name of the service as displayed in Zipkin.
- phase
Duration stringFlavor - Specify whether to include the duration of each phase as an annotation or a tag. must be one of ["annotations", "tags"]
- propagation
Gateway
Plugin Zipkin Config Propagation - queue
Gateway
Plugin Zipkin Config Queue - read
Timeout number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- sample
Ratio number - How often to sample requests that do not contain trace IDs. Set to
0
to turn sampling off, or to1
to sample all requests. - send
Timeout number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Gateway
Plugin Zipkin Config Static Tag[] - The tags specified on this property will be added to the generated request traces.
- 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.
- traceid
Byte numberCount - 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_ strtype - 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"
. Whenheader_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_ strname - 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_ strheader_ for_ traceid - http_
span_ strname - 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_ strname - The name of the service as displayed in Zipkin.
- phase_
duration_ strflavor - Specify whether to include the duration of each phase as an annotation or a tag. must be one of ["annotations", "tags"]
- propagation
Gateway
Plugin Zipkin Config Propagation - queue
Gateway
Plugin Zipkin Config Queue - 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 to1
to sample all requests. - send_
timeout float - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Sequence[Gateway
Plugin Zipkin Config Static Tag] - The tags specified on this property will be added to the generated request traces.
- 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_ floatcount - The length in bytes of each request's Trace ID. must be one of ["8", "16"]
- connect
Timeout Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- default
Header StringType - 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"
. Whenheader_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 StringName - Set a default service name to override
unknown-service-name
in the Zipkin spans. - header
Type 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"]
- http
Endpoint String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- http
Response StringHeader For Traceid - http
Span StringName - Specify whether to include the HTTP path in the span name. must be one of ["method", "method_path"]
- include
Credential Boolean - Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
- local
Service StringName - The name of the service as displayed in Zipkin.
- phase
Duration StringFlavor - 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
- read
Timeout Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- sample
Ratio Number - How often to sample requests that do not contain trace IDs. Set to
0
to turn sampling off, or to1
to sample all requests. - send
Timeout Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- List<Property Map>
- The tags specified on this property will be added to the generated request traces.
- 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.
- traceid
Byte NumberCount - 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.
- Default
Format 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 inextract
. 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.
- Default
Format 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 inextract
. 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.
- default
Format 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 inextract
. 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.
- default
Format 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 inextract
. 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 inextract
. 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.
- default
Format 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 inextract
. 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
- Concurrency
Limit double - The number of of queue delivery timers. -1 indicates unlimited. must be one of ["-1", "1"]
- Initial
Retry doubleDelay - Time in seconds before the initial retry is made for a failing batch.
- Max
Batch doubleSize - Maximum number of entries that can be processed at a time.
- Max
Bytes double - Maximum number of bytes that can be waiting on a queue, requires string content.
- Max
Coalescing doubleDelay - Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
- Max
Entries double - Maximum number of entries that can be waiting on the queue.
- Max
Retry doubleDelay - Maximum time in seconds between retries, caps exponential backoff.
- Max
Retry doubleTime - Time in seconds before the queue gives up calling a failed handler for a batch.
- Concurrency
Limit float64 - The number of of queue delivery timers. -1 indicates unlimited. must be one of ["-1", "1"]
- Initial
Retry float64Delay - Time in seconds before the initial retry is made for a failing batch.
- Max
Batch float64Size - Maximum number of entries that can be processed at a time.
- Max
Bytes float64 - Maximum number of bytes that can be waiting on a queue, requires string content.
- Max
Coalescing float64Delay - Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
- Max
Entries float64 - Maximum number of entries that can be waiting on the queue.
- Max
Retry float64Delay - Maximum time in seconds between retries, caps exponential backoff.
- Max
Retry float64Time - Time in seconds before the queue gives up calling a failed handler for a batch.
- concurrency
Limit Double - The number of of queue delivery timers. -1 indicates unlimited. must be one of ["-1", "1"]
- initial
Retry DoubleDelay - Time in seconds before the initial retry is made for a failing batch.
- max
Batch DoubleSize - Maximum number of entries that can be processed at a time.
- max
Bytes Double - Maximum number of bytes that can be waiting on a queue, requires string content.
- max
Coalescing DoubleDelay - Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
- max
Entries Double - Maximum number of entries that can be waiting on the queue.
- max
Retry DoubleDelay - Maximum time in seconds between retries, caps exponential backoff.
- max
Retry DoubleTime - Time in seconds before the queue gives up calling a failed handler for a batch.
- concurrency
Limit number - The number of of queue delivery timers. -1 indicates unlimited. must be one of ["-1", "1"]
- initial
Retry numberDelay - Time in seconds before the initial retry is made for a failing batch.
- max
Batch numberSize - Maximum number of entries that can be processed at a time.
- max
Bytes number - Maximum number of bytes that can be waiting on a queue, requires string content.
- max
Coalescing numberDelay - Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
- max
Entries number - Maximum number of entries that can be waiting on the queue.
- max
Retry numberDelay - Maximum time in seconds between retries, caps exponential backoff.
- max
Retry numberTime - 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_ floatdelay - Time in seconds before the initial retry is made for a failing batch.
- max_
batch_ floatsize - 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_ floatdelay - 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_ floatdelay - Maximum time in seconds between retries, caps exponential backoff.
- max_
retry_ floattime - Time in seconds before the queue gives up calling a failed handler for a batch.
- concurrency
Limit Number - The number of of queue delivery timers. -1 indicates unlimited. must be one of ["-1", "1"]
- initial
Retry NumberDelay - Time in seconds before the initial retry is made for a failing batch.
- max
Batch NumberSize - Maximum number of entries that can be processed at a time.
- max
Bytes Number - Maximum number of bytes that can be waiting on a queue, requires string content.
- max
Coalescing NumberDelay - Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
- max
Entries Number - Maximum number of entries that can be waiting on the queue.
- max
Retry NumberDelay - Maximum time in seconds between retries, caps exponential backoff.
- max
Retry NumberTime - Time in seconds before the queue gives up calling a failed handler for a batch.
GatewayPluginZipkinConfigStaticTag, GatewayPluginZipkinConfigStaticTagArgs
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\", \"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.