Related Documentation
Made by
Kong Inc.
Supported Gateway Topologies
hybrid db-less traditional
Supported Konnect Deployments
hybrid cloud-gateways serverless
Compatible Protocols
grpc grpcs http https tcp tls tls_passthrough udp ws wss

3.8.0.0

Release date 2024/09/11

Bugfix

  • Fixed an issue where the exported workspace was always default when the workspace identifier was set to the workspace name.

3.3.0.0

Release date 2023/05/19

Breaking Change

  • Plugin batch queuing: HTTP Log, StatsD, OpenTelemetry, and Datadog

    The queuing system has been reworked, causing some plugin parameters to not function as expected anymore. If you use queues in these plugins, new parameters must be configured. See each plugin’s documentation for details.

3.2.1.0

Release date 2023/02/28

Feature

Bugfix

  • Fixed an issue in these plugins’ batch queue processing, where metrics would be published multiple times. This caused a memory leak, where memory usage would grow without limit.#10052 #10044

3.1.1.2

Release date 2023/01/24

Bugfix

  • Fixed an issue in these plugins’ batch queue processing, where metrics would be published multiple times. This caused a memory leak, where memory usage would grow without limit.

3.0.0.0

Release date 2022/09/09

Feature

  • Newly open-sourced plugin capabilities : All capabilities of the StatsD Advanced plugin are now bundled in the StatsD plugin.#9046

Breaking Change

  • Any metric name that is related to a service now has a service. prefix: kong.service.<service_identifier>.request.count.

    • The metric kong.<service_identifier>.request.status.<status> has been renamed to kong.service.<service_identifier>.status.<status>.
    • The metric kong.<service_identifier>.user.<consumer_identifier>.request.status.<status> has been renamed to kong.service.<service_identifier>.user.<consumer_identifier>.status.<status>.
  • The metric kong.<service_identifier>.request.status.<status> has been renamed to kong.service.<service_identifier>.status.<status>.

  • The metric kong.<service_identifier>.user.<consumer_identifier>.request.status.<status> has been renamed to kong.service.<service_identifier>.user.<consumer_identifier>.status.<status>.

  • The metric *.status.<status>.total from metrics status_count and status_count_per_user has been removed.

  • Deprecated : The StatsD Advanced plugin has been deprecated and will be removed in 4.0. All capabilities are now available in the StatsD plugin.

Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!