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.
Release date 2024/09/11
Fixed an issue where the exported workspace was always default
when the workspace identifier was set to the workspace name.
Release date 2023/05/19
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.
Release date 2023/02/28
Added the tag_style
configuration parameter, which allows the plugin to send metrics with tags. The parameter defaults to nil
, which means that no tags are added to the metrics.#10118
Improved Plugin Documentation: Revised docs for the following plugins to include examples:
Improved Plugin Documentation: StatsD
Release date 2023/01/24
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.
Release date 2022/09/09
Newly open-sourced plugin capabilities : All capabilities of the StatsD Advanced plugin are now bundled in the StatsD plugin.#9046
Any metric name that is related to a service now has a service.
prefix: kong.service.<service_identifier>.request.count
.
kong.<service_identifier>.request.status.<status>
has been renamed to kong.service.<service_identifier>.status.<status>
.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.