このページは、まだ日本語ではご利用いただけません。翻訳中です。
古いプラグインバージョンのドキュメントを閲覧しています。
Changelog
Kong Gateway 3.8.x
- 
StatsD (
statsd) 
Kong Gateway 3.2.x
- Added the 
tag_styleconfiguration parameter. This allows you to send metrics with tags. Defaults tonil, which doesn’t add any tags to the metrics. 
Kong Gateway 3.1.x
- Added support for managing queues and connection retries when sending messages to the upstream with 
the 
queue_size,flush_timeout, andretry_countconfiguration parameters. 
Kong Gateway 3.0.x
- Merged features of the StatsD Advanced plugin into the StatsD plugin. The StatsD plugin now includes the following:
    
- New parameters for StatsD: 
hostname_in_prefix,udp_packet_size,ues_tcp,allow_status_codes,consumer_identifier_default,service_identifier_default,workspace_identifier_default. - New metrics: 
status_count_per_workspace,status_count_per_user_per_route,shdict_usage - New metric fields: 
service_identifier,workspace_identifier 
 - New parameters for StatsD: 
 - Breaking changes
    
- The metric name that is related to the service has been renamed by adding a 
service.prefix. e.g.kong.service.<service_identifier>.request.count - The metric 
kong.<service_identifier>.request.status.<status>.countfrom metricsstatus_countandstatus_count_per_userhas been renamed tokong.service.<service_identifier>.status.<status>.count - The metric 
*.status.<status>.totalfrom metricsstatus_countandstatus_count_per_userhas been removed. - The metric 
kong.<service_identifier>.request_sizeandkong.<service_identifier>.response_sizestat type has been changed fromtimertocounter. 
 - The metric name that is related to the service has been renamed by adding a