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

konnect.getGatewayPluginStatsd

Explore with Pulumi AI

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

    Using getGatewayPluginStatsd

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

    function getGatewayPluginStatsd(args: GetGatewayPluginStatsdArgs, opts?: InvokeOptions): Promise<GetGatewayPluginStatsdResult>
    function getGatewayPluginStatsdOutput(args: GetGatewayPluginStatsdOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginStatsdResult>
    def get_gateway_plugin_statsd(control_plane_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetGatewayPluginStatsdResult
    def get_gateway_plugin_statsd_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginStatsdResult]
    func LookupGatewayPluginStatsd(ctx *Context, args *LookupGatewayPluginStatsdArgs, opts ...InvokeOption) (*LookupGatewayPluginStatsdResult, error)
    func LookupGatewayPluginStatsdOutput(ctx *Context, args *LookupGatewayPluginStatsdOutputArgs, opts ...InvokeOption) LookupGatewayPluginStatsdResultOutput

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

    public static class GetGatewayPluginStatsd 
    {
        public static Task<GetGatewayPluginStatsdResult> InvokeAsync(GetGatewayPluginStatsdArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginStatsdResult> Invoke(GetGatewayPluginStatsdInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginStatsdResult> getGatewayPluginStatsd(GetGatewayPluginStatsdArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginStatsdResult> getGatewayPluginStatsd(GetGatewayPluginStatsdArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginStatsd:getGatewayPluginStatsd
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginStatsd Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginStatsdConfig

    AllowStatusCodes List<string>
    List of status code ranges that are allowed to be logged in metrics.
    ConsumerIdentifierDefault string
    FlushTimeout double
    Host string
    The IP address or hostname of StatsD server to send data to.
    HostnameInPrefix bool
    Metrics List<GetGatewayPluginStatsdConfigMetric>
    List of metrics to be logged.
    Port double
    The port of StatsD server to send data to.
    Prefix string
    String to prefix to each metric's name.
    Queue GetGatewayPluginStatsdConfigQueue
    QueueSize double
    RetryCount double
    ServiceIdentifierDefault string
    TagStyle string
    UdpPacketSize double
    UseTcp bool
    WorkspaceIdentifierDefault string
    AllowStatusCodes []string
    List of status code ranges that are allowed to be logged in metrics.
    ConsumerIdentifierDefault string
    FlushTimeout float64
    Host string
    The IP address or hostname of StatsD server to send data to.
    HostnameInPrefix bool
    Metrics []GetGatewayPluginStatsdConfigMetric
    List of metrics to be logged.
    Port float64
    The port of StatsD server to send data to.
    Prefix string
    String to prefix to each metric's name.
    Queue GetGatewayPluginStatsdConfigQueue
    QueueSize float64
    RetryCount float64
    ServiceIdentifierDefault string
    TagStyle string
    UdpPacketSize float64
    UseTcp bool
    WorkspaceIdentifierDefault string
    allowStatusCodes List<String>
    List of status code ranges that are allowed to be logged in metrics.
    consumerIdentifierDefault String
    flushTimeout Double
    host String
    The IP address or hostname of StatsD server to send data to.
    hostnameInPrefix Boolean
    metrics List<GetGatewayPluginStatsdConfigMetric>
    List of metrics to be logged.
    port Double
    The port of StatsD server to send data to.
    prefix String
    String to prefix to each metric's name.
    queue GetGatewayPluginStatsdConfigQueue
    queueSize Double
    retryCount Double
    serviceIdentifierDefault String
    tagStyle String
    udpPacketSize Double
    useTcp Boolean
    workspaceIdentifierDefault String
    allowStatusCodes string[]
    List of status code ranges that are allowed to be logged in metrics.
    consumerIdentifierDefault string
    flushTimeout number
    host string
    The IP address or hostname of StatsD server to send data to.
    hostnameInPrefix boolean
    metrics GetGatewayPluginStatsdConfigMetric[]
    List of metrics to be logged.
    port number
    The port of StatsD server to send data to.
    prefix string
    String to prefix to each metric's name.
    queue GetGatewayPluginStatsdConfigQueue
    queueSize number
    retryCount number
    serviceIdentifierDefault string
    tagStyle string
    udpPacketSize number
    useTcp boolean
    workspaceIdentifierDefault string
    allow_status_codes Sequence[str]
    List of status code ranges that are allowed to be logged in metrics.
    consumer_identifier_default str
    flush_timeout float
    host str
    The IP address or hostname of StatsD server to send data to.
    hostname_in_prefix bool
    metrics Sequence[GetGatewayPluginStatsdConfigMetric]
    List of metrics to be logged.
    port float
    The port of StatsD server to send data to.
    prefix str
    String to prefix to each metric's name.
    queue GetGatewayPluginStatsdConfigQueue
    queue_size float
    retry_count float
    service_identifier_default str
    tag_style str
    udp_packet_size float
    use_tcp bool
    workspace_identifier_default str
    allowStatusCodes List<String>
    List of status code ranges that are allowed to be logged in metrics.
    consumerIdentifierDefault String
    flushTimeout Number
    host String
    The IP address or hostname of StatsD server to send data to.
    hostnameInPrefix Boolean
    metrics List<Property Map>
    List of metrics to be logged.
    port Number
    The port of StatsD server to send data to.
    prefix String
    String to prefix to each metric's name.
    queue Property Map
    queueSize Number
    retryCount Number
    serviceIdentifierDefault String
    tagStyle String
    udpPacketSize Number
    useTcp Boolean
    workspaceIdentifierDefault String

    GetGatewayPluginStatsdConfigMetric

    ConsumerIdentifier string
    Authenticated user detail.
    Name string
    StatsD metric’s name.
    SampleRate double
    Sampling rate
    ServiceIdentifier string
    Service detail.
    StatType string
    Determines what sort of event a metric represents.
    WorkspaceIdentifier string
    Workspace detail.
    ConsumerIdentifier string
    Authenticated user detail.
    Name string
    StatsD metric’s name.
    SampleRate float64
    Sampling rate
    ServiceIdentifier string
    Service detail.
    StatType string
    Determines what sort of event a metric represents.
    WorkspaceIdentifier string
    Workspace detail.
    consumerIdentifier String
    Authenticated user detail.
    name String
    StatsD metric’s name.
    sampleRate Double
    Sampling rate
    serviceIdentifier String
    Service detail.
    statType String
    Determines what sort of event a metric represents.
    workspaceIdentifier String
    Workspace detail.
    consumerIdentifier string
    Authenticated user detail.
    name string
    StatsD metric’s name.
    sampleRate number
    Sampling rate
    serviceIdentifier string
    Service detail.
    statType string
    Determines what sort of event a metric represents.
    workspaceIdentifier string
    Workspace detail.
    consumer_identifier str
    Authenticated user detail.
    name str
    StatsD metric’s name.
    sample_rate float
    Sampling rate
    service_identifier str
    Service detail.
    stat_type str
    Determines what sort of event a metric represents.
    workspace_identifier str
    Workspace detail.
    consumerIdentifier String
    Authenticated user detail.
    name String
    StatsD metric’s name.
    sampleRate Number
    Sampling rate
    serviceIdentifier String
    Service detail.
    statType String
    Determines what sort of event a metric represents.
    workspaceIdentifier String
    Workspace detail.

    GetGatewayPluginStatsdConfigQueue

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

    GetGatewayPluginStatsdConsumer

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

    GetGatewayPluginStatsdOrdering

    GetGatewayPluginStatsdOrderingAfter

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

    GetGatewayPluginStatsdOrderingBefore

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

    GetGatewayPluginStatsdRoute

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

    GetGatewayPluginStatsdService

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

    Package Details

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