konnect.GatewayPluginOpentelemetry
Explore with Pulumi AI
GatewayPluginOpentelemetry Resource
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.konnect.GatewayPluginOpentelemetry;
import com.pulumi.konnect.GatewayPluginOpentelemetryArgs;
import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryConfigArgs;
import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryConfigPropagationArgs;
import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryConfigQueueArgs;
import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryConsumerArgs;
import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryOrderingArgs;
import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryOrderingAfterArgs;
import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryOrderingBeforeArgs;
import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryRouteArgs;
import com.pulumi.konnect.inputs.GatewayPluginOpentelemetryServiceArgs;
import static com.pulumi.codegen.internal.Serialization.*;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var myGatewaypluginopentelemetry = new GatewayPluginOpentelemetry("myGatewaypluginopentelemetry", GatewayPluginOpentelemetryArgs.builder()
.config(GatewayPluginOpentelemetryConfigArgs.builder()
.batch_flush_delay(7)
.batch_span_count(5)
.connect_timeout(1207240418)
.header_type("gcp")
.headers(Map.of("key", serializeJson(
"value")))
.http_response_header_for_traceid("...my_http_response_header_for_traceid...")
.logs_endpoint("...my_logs_endpoint...")
.propagation(GatewayPluginOpentelemetryConfigPropagationArgs.builder()
.clear("...")
.defaultFormat("aws")
.extract("jaeger")
.inject("b3")
.build())
.queue(GatewayPluginOpentelemetryConfigQueueArgs.builder()
.concurrencyLimit(2)
.initialRetryDelay(226722.01)
.maxBatchSize(779071)
.maxBytes(9)
.maxCoalescingDelay(763.01)
.maxEntries(975127)
.maxRetryDelay(892016.33)
.maxRetryTime(0.21)
.build())
.read_timeout(1485093464)
.resource_attributes(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.sampling_rate(0.37)
.send_timeout(1637096441)
.traces_endpoint("...my_traces_endpoint...")
.build())
.consumer(GatewayPluginOpentelemetryConsumerArgs.builder()
.id("...my_id...")
.build())
.controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
.enabled(false)
.gatewayPluginOpentelemetryId("...my_id...")
.instanceName("...my_instance_name...")
.ordering(GatewayPluginOpentelemetryOrderingArgs.builder()
.after(GatewayPluginOpentelemetryOrderingAfterArgs.builder()
.access("...")
.build())
.before(GatewayPluginOpentelemetryOrderingBeforeArgs.builder()
.access("...")
.build())
.build())
.protocols("http")
.route(GatewayPluginOpentelemetryRouteArgs.builder()
.id("...my_id...")
.build())
.service(GatewayPluginOpentelemetryServiceArgs.builder()
.id("...my_id...")
.build())
.tags("...")
.build());
}
}
resources:
myGatewaypluginopentelemetry:
type: konnect:GatewayPluginOpentelemetry
properties:
config:
batch_flush_delay: 7
batch_span_count: 5
connect_timeout: 1.207240418e+09
header_type: gcp
headers:
key:
fn::toJSON: value
http_response_header_for_traceid: '...my_http_response_header_for_traceid...'
logs_endpoint: '...my_logs_endpoint...'
propagation:
clear:
- '...'
defaultFormat: aws
extract:
- jaeger
inject:
- b3
queue:
concurrencyLimit: 2
initialRetryDelay: 226722.01
maxBatchSize: 779071
maxBytes: 9
maxCoalescingDelay: 763.01
maxEntries: 975127
maxRetryDelay: 892016.33
maxRetryTime: 0.21
read_timeout: 1.485093464e+09
resource_attributes:
key:
fn::toJSON: value
sampling_rate: 0.37
send_timeout: 1.637096441e+09
traces_endpoint: '...my_traces_endpoint...'
consumer:
id: '...my_id...'
controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
enabled: false
gatewayPluginOpentelemetryId: '...my_id...'
instanceName: '...my_instance_name...'
ordering:
after:
access:
- '...'
before:
access:
- '...'
protocols:
- http
route:
id: '...my_id...'
service:
id: '...my_id...'
tags:
- '...'
Create GatewayPluginOpentelemetry Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayPluginOpentelemetry(name: string, args: GatewayPluginOpentelemetryArgs, opts?: CustomResourceOptions);
@overload
def GatewayPluginOpentelemetry(resource_name: str,
args: GatewayPluginOpentelemetryArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayPluginOpentelemetry(resource_name: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginOpentelemetryConfigArgs] = None,
control_plane_id: Optional[str] = None,
consumer: Optional[GatewayPluginOpentelemetryConsumerArgs] = None,
enabled: Optional[bool] = None,
gateway_plugin_opentelemetry_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginOpentelemetryOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginOpentelemetryRouteArgs] = None,
service: Optional[GatewayPluginOpentelemetryServiceArgs] = None,
tags: Optional[Sequence[str]] = None)
func NewGatewayPluginOpentelemetry(ctx *Context, name string, args GatewayPluginOpentelemetryArgs, opts ...ResourceOption) (*GatewayPluginOpentelemetry, error)
public GatewayPluginOpentelemetry(string name, GatewayPluginOpentelemetryArgs args, CustomResourceOptions? opts = null)
public GatewayPluginOpentelemetry(String name, GatewayPluginOpentelemetryArgs args)
public GatewayPluginOpentelemetry(String name, GatewayPluginOpentelemetryArgs args, CustomResourceOptions options)
type: konnect:GatewayPluginOpentelemetry
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GatewayPluginOpentelemetryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GatewayPluginOpentelemetryArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GatewayPluginOpentelemetryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayPluginOpentelemetryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayPluginOpentelemetryArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var gatewayPluginOpentelemetryResource = new Konnect.GatewayPluginOpentelemetry("gatewayPluginOpentelemetryResource", new()
{
Config = new Konnect.Inputs.GatewayPluginOpentelemetryConfigArgs
{
BatchFlushDelay = 0,
BatchSpanCount = 0,
ConnectTimeout = 0,
HeaderType = "string",
Headers =
{
{ "string", "string" },
},
HttpResponseHeaderForTraceid = "string",
LogsEndpoint = "string",
Propagation = new Konnect.Inputs.GatewayPluginOpentelemetryConfigPropagationArgs
{
Clears = new[]
{
"string",
},
DefaultFormat = "string",
Extracts = new[]
{
"string",
},
Injects = new[]
{
"string",
},
},
Queue = new Konnect.Inputs.GatewayPluginOpentelemetryConfigQueueArgs
{
ConcurrencyLimit = 0,
InitialRetryDelay = 0,
MaxBatchSize = 0,
MaxBytes = 0,
MaxCoalescingDelay = 0,
MaxEntries = 0,
MaxRetryDelay = 0,
MaxRetryTime = 0,
},
ReadTimeout = 0,
ResourceAttributes =
{
{ "string", "string" },
},
SamplingRate = 0,
SendTimeout = 0,
TracesEndpoint = "string",
},
ControlPlaneId = "string",
Consumer = new Konnect.Inputs.GatewayPluginOpentelemetryConsumerArgs
{
Id = "string",
},
Enabled = false,
GatewayPluginOpentelemetryId = "string",
InstanceName = "string",
Ordering = new Konnect.Inputs.GatewayPluginOpentelemetryOrderingArgs
{
After = new Konnect.Inputs.GatewayPluginOpentelemetryOrderingAfterArgs
{
Accesses = new[]
{
"string",
},
},
Before = new Konnect.Inputs.GatewayPluginOpentelemetryOrderingBeforeArgs
{
Accesses = new[]
{
"string",
},
},
},
Protocols = new[]
{
"string",
},
Route = new Konnect.Inputs.GatewayPluginOpentelemetryRouteArgs
{
Id = "string",
},
Service = new Konnect.Inputs.GatewayPluginOpentelemetryServiceArgs
{
Id = "string",
},
Tags = new[]
{
"string",
},
});
example, err := konnect.NewGatewayPluginOpentelemetry(ctx, "gatewayPluginOpentelemetryResource", &konnect.GatewayPluginOpentelemetryArgs{
Config: &.GatewayPluginOpentelemetryConfigArgs{
BatchFlushDelay: pulumi.Float64(0),
BatchSpanCount: pulumi.Float64(0),
ConnectTimeout: pulumi.Float64(0),
HeaderType: pulumi.String("string"),
Headers: pulumi.StringMap{
"string": pulumi.String("string"),
},
HttpResponseHeaderForTraceid: pulumi.String("string"),
LogsEndpoint: pulumi.String("string"),
Propagation: &.GatewayPluginOpentelemetryConfigPropagationArgs{
Clears: pulumi.StringArray{
pulumi.String("string"),
},
DefaultFormat: pulumi.String("string"),
Extracts: pulumi.StringArray{
pulumi.String("string"),
},
Injects: pulumi.StringArray{
pulumi.String("string"),
},
},
Queue: &.GatewayPluginOpentelemetryConfigQueueArgs{
ConcurrencyLimit: pulumi.Float64(0),
InitialRetryDelay: pulumi.Float64(0),
MaxBatchSize: pulumi.Float64(0),
MaxBytes: pulumi.Float64(0),
MaxCoalescingDelay: pulumi.Float64(0),
MaxEntries: pulumi.Float64(0),
MaxRetryDelay: pulumi.Float64(0),
MaxRetryTime: pulumi.Float64(0),
},
ReadTimeout: pulumi.Float64(0),
ResourceAttributes: pulumi.StringMap{
"string": pulumi.String("string"),
},
SamplingRate: pulumi.Float64(0),
SendTimeout: pulumi.Float64(0),
TracesEndpoint: pulumi.String("string"),
},
ControlPlaneId: pulumi.String("string"),
Consumer: &.GatewayPluginOpentelemetryConsumerArgs{
Id: pulumi.String("string"),
},
Enabled: pulumi.Bool(false),
GatewayPluginOpentelemetryId: pulumi.String("string"),
InstanceName: pulumi.String("string"),
Ordering: &.GatewayPluginOpentelemetryOrderingArgs{
After: &.GatewayPluginOpentelemetryOrderingAfterArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
Before: &.GatewayPluginOpentelemetryOrderingBeforeArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Route: &.GatewayPluginOpentelemetryRouteArgs{
Id: pulumi.String("string"),
},
Service: &.GatewayPluginOpentelemetryServiceArgs{
Id: pulumi.String("string"),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var gatewayPluginOpentelemetryResource = new GatewayPluginOpentelemetry("gatewayPluginOpentelemetryResource", GatewayPluginOpentelemetryArgs.builder()
.config(GatewayPluginOpentelemetryConfigArgs.builder()
.batchFlushDelay(0)
.batchSpanCount(0)
.connectTimeout(0)
.headerType("string")
.headers(Map.of("string", "string"))
.httpResponseHeaderForTraceid("string")
.logsEndpoint("string")
.propagation(GatewayPluginOpentelemetryConfigPropagationArgs.builder()
.clears("string")
.defaultFormat("string")
.extracts("string")
.injects("string")
.build())
.queue(GatewayPluginOpentelemetryConfigQueueArgs.builder()
.concurrencyLimit(0)
.initialRetryDelay(0)
.maxBatchSize(0)
.maxBytes(0)
.maxCoalescingDelay(0)
.maxEntries(0)
.maxRetryDelay(0)
.maxRetryTime(0)
.build())
.readTimeout(0)
.resourceAttributes(Map.of("string", "string"))
.samplingRate(0)
.sendTimeout(0)
.tracesEndpoint("string")
.build())
.controlPlaneId("string")
.consumer(GatewayPluginOpentelemetryConsumerArgs.builder()
.id("string")
.build())
.enabled(false)
.gatewayPluginOpentelemetryId("string")
.instanceName("string")
.ordering(GatewayPluginOpentelemetryOrderingArgs.builder()
.after(GatewayPluginOpentelemetryOrderingAfterArgs.builder()
.accesses("string")
.build())
.before(GatewayPluginOpentelemetryOrderingBeforeArgs.builder()
.accesses("string")
.build())
.build())
.protocols("string")
.route(GatewayPluginOpentelemetryRouteArgs.builder()
.id("string")
.build())
.service(GatewayPluginOpentelemetryServiceArgs.builder()
.id("string")
.build())
.tags("string")
.build());
gateway_plugin_opentelemetry_resource = konnect.GatewayPluginOpentelemetry("gatewayPluginOpentelemetryResource",
config={
"batch_flush_delay": 0,
"batch_span_count": 0,
"connect_timeout": 0,
"header_type": "string",
"headers": {
"string": "string",
},
"http_response_header_for_traceid": "string",
"logs_endpoint": "string",
"propagation": {
"clears": ["string"],
"default_format": "string",
"extracts": ["string"],
"injects": ["string"],
},
"queue": {
"concurrency_limit": 0,
"initial_retry_delay": 0,
"max_batch_size": 0,
"max_bytes": 0,
"max_coalescing_delay": 0,
"max_entries": 0,
"max_retry_delay": 0,
"max_retry_time": 0,
},
"read_timeout": 0,
"resource_attributes": {
"string": "string",
},
"sampling_rate": 0,
"send_timeout": 0,
"traces_endpoint": "string",
},
control_plane_id="string",
consumer={
"id": "string",
},
enabled=False,
gateway_plugin_opentelemetry_id="string",
instance_name="string",
ordering={
"after": {
"accesses": ["string"],
},
"before": {
"accesses": ["string"],
},
},
protocols=["string"],
route={
"id": "string",
},
service={
"id": "string",
},
tags=["string"])
const gatewayPluginOpentelemetryResource = new konnect.GatewayPluginOpentelemetry("gatewayPluginOpentelemetryResource", {
config: {
batchFlushDelay: 0,
batchSpanCount: 0,
connectTimeout: 0,
headerType: "string",
headers: {
string: "string",
},
httpResponseHeaderForTraceid: "string",
logsEndpoint: "string",
propagation: {
clears: ["string"],
defaultFormat: "string",
extracts: ["string"],
injects: ["string"],
},
queue: {
concurrencyLimit: 0,
initialRetryDelay: 0,
maxBatchSize: 0,
maxBytes: 0,
maxCoalescingDelay: 0,
maxEntries: 0,
maxRetryDelay: 0,
maxRetryTime: 0,
},
readTimeout: 0,
resourceAttributes: {
string: "string",
},
samplingRate: 0,
sendTimeout: 0,
tracesEndpoint: "string",
},
controlPlaneId: "string",
consumer: {
id: "string",
},
enabled: false,
gatewayPluginOpentelemetryId: "string",
instanceName: "string",
ordering: {
after: {
accesses: ["string"],
},
before: {
accesses: ["string"],
},
},
protocols: ["string"],
route: {
id: "string",
},
service: {
id: "string",
},
tags: ["string"],
});
type: konnect:GatewayPluginOpentelemetry
properties:
config:
batchFlushDelay: 0
batchSpanCount: 0
connectTimeout: 0
headerType: string
headers:
string: string
httpResponseHeaderForTraceid: string
logsEndpoint: string
propagation:
clears:
- string
defaultFormat: string
extracts:
- string
injects:
- string
queue:
concurrencyLimit: 0
initialRetryDelay: 0
maxBatchSize: 0
maxBytes: 0
maxCoalescingDelay: 0
maxEntries: 0
maxRetryDelay: 0
maxRetryTime: 0
readTimeout: 0
resourceAttributes:
string: string
samplingRate: 0
sendTimeout: 0
tracesEndpoint: string
consumer:
id: string
controlPlaneId: string
enabled: false
gatewayPluginOpentelemetryId: string
instanceName: string
ordering:
after:
accesses:
- string
before:
accesses:
- string
protocols:
- string
route:
id: string
service:
id: string
tags:
- string
GatewayPluginOpentelemetry Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The GatewayPluginOpentelemetry resource accepts the following input properties:
- Config
Gateway
Plugin Opentelemetry 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 Opentelemetry 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 stringOpentelemetry Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Opentelemetry Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Opentelemetry 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 Opentelemetry 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 Opentelemetry 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 Opentelemetry 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 stringOpentelemetry Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Opentelemetry Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Opentelemetry 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 Opentelemetry 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 Opentelemetry 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 Opentelemetry 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 StringOpentelemetry Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Opentelemetry Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Opentelemetry 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 Opentelemetry 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 Opentelemetry 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 Opentelemetry 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 stringOpentelemetry Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Opentelemetry Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Opentelemetry 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 Opentelemetry 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 Opentelemetry 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 Opentelemetry 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_ stropentelemetry_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Opentelemetry Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Opentelemetry 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 Opentelemetry 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 StringOpentelemetry Id - The ID of this resource.
- instance
Name String - ordering Property Map
- protocols List<String>
- A set of strings representing HTTP protocols.
- route Property Map
- If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service Property Map
- If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayPluginOpentelemetry resource produces the following output properties:
- 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 GatewayPluginOpentelemetry Resource
Get an existing GatewayPluginOpentelemetry resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: GatewayPluginOpentelemetryState, opts?: CustomResourceOptions): GatewayPluginOpentelemetry
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginOpentelemetryConfigArgs] = None,
consumer: Optional[GatewayPluginOpentelemetryConsumerArgs] = None,
control_plane_id: Optional[str] = None,
created_at: Optional[float] = None,
enabled: Optional[bool] = None,
gateway_plugin_opentelemetry_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginOpentelemetryOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginOpentelemetryRouteArgs] = None,
service: Optional[GatewayPluginOpentelemetryServiceArgs] = None,
tags: Optional[Sequence[str]] = None,
updated_at: Optional[float] = None) -> GatewayPluginOpentelemetry
func GetGatewayPluginOpentelemetry(ctx *Context, name string, id IDInput, state *GatewayPluginOpentelemetryState, opts ...ResourceOption) (*GatewayPluginOpentelemetry, error)
public static GatewayPluginOpentelemetry Get(string name, Input<string> id, GatewayPluginOpentelemetryState? state, CustomResourceOptions? opts = null)
public static GatewayPluginOpentelemetry get(String name, Output<String> id, GatewayPluginOpentelemetryState state, CustomResourceOptions options)
resources: _: type: konnect:GatewayPluginOpentelemetry get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Config
Gateway
Plugin Opentelemetry Config - Consumer
Gateway
Plugin Opentelemetry 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 stringOpentelemetry Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Opentelemetry Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Opentelemetry 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 Opentelemetry 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 Opentelemetry Config Args - Consumer
Gateway
Plugin Opentelemetry 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 stringOpentelemetry Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Opentelemetry Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Opentelemetry 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 Opentelemetry 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 Opentelemetry Config - consumer
Gateway
Plugin Opentelemetry 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 StringOpentelemetry Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Opentelemetry Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Opentelemetry 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 Opentelemetry 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 Opentelemetry Config - consumer
Gateway
Plugin Opentelemetry 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 stringOpentelemetry Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Opentelemetry Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Opentelemetry 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 Opentelemetry 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 Opentelemetry Config Args - consumer
Gateway
Plugin Opentelemetry 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_ stropentelemetry_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Opentelemetry Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Opentelemetry 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 Opentelemetry 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 StringOpentelemetry Id - The ID of this resource.
- instance
Name String - ordering Property Map
- protocols List<String>
- A set of strings representing HTTP protocols.
- route Property Map
- If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service Property Map
- If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- 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
GatewayPluginOpentelemetryConfig, GatewayPluginOpentelemetryConfigArgs
- Batch
Flush doubleDelay - The delay, in seconds, between two consecutive batches.
- Batch
Span doubleCount - The number of spans to be sent in a single batch.
- Connect
Timeout double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Header
Type string - must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
- Headers Dictionary<string, string>
- The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
- Http
Response stringHeader For Traceid - Logs
Endpoint string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Propagation
Gateway
Plugin Opentelemetry Config Propagation - Queue
Gateway
Plugin Opentelemetry Config Queue - Read
Timeout double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Resource
Attributes Dictionary<string, string> - Sampling
Rate double - Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global
tracing_sampling_rate
setting from kong.conf. - Send
Timeout double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Traces
Endpoint string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Batch
Flush float64Delay - The delay, in seconds, between two consecutive batches.
- Batch
Span float64Count - The number of spans to be sent in a single batch.
- Connect
Timeout float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Header
Type string - must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
- Headers map[string]string
- The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
- Http
Response stringHeader For Traceid - Logs
Endpoint string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Propagation
Gateway
Plugin Opentelemetry Config Propagation - Queue
Gateway
Plugin Opentelemetry Config Queue - Read
Timeout float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Resource
Attributes map[string]string - Sampling
Rate float64 - Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global
tracing_sampling_rate
setting from kong.conf. - Send
Timeout float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Traces
Endpoint string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- batch
Flush DoubleDelay - The delay, in seconds, between two consecutive batches.
- batch
Span DoubleCount - The number of spans to be sent in a single batch.
- connect
Timeout Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- header
Type String - must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
- headers Map<String,String>
- The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
- http
Response StringHeader For Traceid - logs
Endpoint String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- propagation
Gateway
Plugin Opentelemetry Config Propagation - queue
Gateway
Plugin Opentelemetry Config Queue - read
Timeout Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- resource
Attributes Map<String,String> - sampling
Rate Double - Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global
tracing_sampling_rate
setting from kong.conf. - send
Timeout Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- traces
Endpoint String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- batch
Flush numberDelay - The delay, in seconds, between two consecutive batches.
- batch
Span numberCount - The number of spans to be sent in a single batch.
- connect
Timeout number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- header
Type string - must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
- headers {[key: string]: string}
- The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
- http
Response stringHeader For Traceid - logs
Endpoint string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- propagation
Gateway
Plugin Opentelemetry Config Propagation - queue
Gateway
Plugin Opentelemetry Config Queue - read
Timeout number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- resource
Attributes {[key: string]: string} - sampling
Rate number - Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global
tracing_sampling_rate
setting from kong.conf. - send
Timeout number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- traces
Endpoint string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- batch_
flush_ floatdelay - The delay, in seconds, between two consecutive batches.
- batch_
span_ floatcount - The number of spans to be sent in a single batch.
- connect_
timeout float - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- header_
type str - must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
- headers Mapping[str, str]
- The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
- http_
response_ strheader_ for_ traceid - logs_
endpoint str - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- propagation
Gateway
Plugin Opentelemetry Config Propagation - queue
Gateway
Plugin Opentelemetry Config Queue - read_
timeout float - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- resource_
attributes Mapping[str, str] - sampling_
rate float - Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global
tracing_sampling_rate
setting from kong.conf. - send_
timeout float - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- traces_
endpoint str - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- batch
Flush NumberDelay - The delay, in seconds, between two consecutive batches.
- batch
Span NumberCount - The number of spans to be sent in a single batch.
- connect
Timeout Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- header
Type String - must be one of ["aws", "b3", "b3-single", "datadog", "gcp", "ignore", "jaeger", "ot", "preserve", "w3c"]
- headers Map<String>
- The custom headers to be added in the HTTP request sent to the OTLP server. This setting is useful for adding the authentication headers (token) for the APM backend.
- http
Response StringHeader For Traceid - logs
Endpoint String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- propagation Property Map
- queue Property Map
- read
Timeout Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- resource
Attributes Map<String> - sampling
Rate Number - Tracing sampling rate for configuring the probability-based sampler. When set, this value supersedes the global
tracing_sampling_rate
setting from kong.conf. - send
Timeout Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- traces
Endpoint String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
GatewayPluginOpentelemetryConfigPropagation, GatewayPluginOpentelemetryConfigPropagationArgs
- Clears List<string>
- Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
- 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.
GatewayPluginOpentelemetryConfigQueue, GatewayPluginOpentelemetryConfigQueueArgs
- 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.
GatewayPluginOpentelemetryConsumer, GatewayPluginOpentelemetryConsumerArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginOpentelemetryOrdering, GatewayPluginOpentelemetryOrderingArgs
GatewayPluginOpentelemetryOrderingAfter, GatewayPluginOpentelemetryOrderingAfterArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginOpentelemetryOrderingBefore, GatewayPluginOpentelemetryOrderingBeforeArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginOpentelemetryRoute, GatewayPluginOpentelemetryRouteArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginOpentelemetryService, GatewayPluginOpentelemetryServiceArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
Import
$ pulumi import konnect:index/gatewayPluginOpentelemetry:GatewayPluginOpentelemetry my_konnect_gateway_plugin_opentelemetry "{ \"control_plane_id\": \"9524ec7d-36d9-465d-a8c5-83a3c9390458\", \"plugin_id\": \"3473c251-5b6c-4f45-b1ff-7ede735a366d\"}"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.