Please read the CONTRIBUTING.md guidelines to learn on which channels you can
seek for help and ask general questions:
https://github.com/Kong/kong/blob/master/CONTRIBUTING.md#where-to-seek-for-help
Issue reported by @irabinovitch
We noticed that it is emitting metrics in the format: kong.
We generally would encourage service-name and status code to be tags rather than part of the metric name as it significantly improves the experience as one graphs/queries/alerts on the metric. We've had a few customers reach out with similar feedback, so I wanted to circle back and see if it might be possible to make the change in an upcoming Kong release.
1.
2.
3.
4.
$ kong version)$ kong start --vv)<KONG_PREFIX>/logs/error.log)Thanks @judithpatudith. It looks like some of the variables might have gotten mangled by markdown.
The metrics we're seeing are kong.<service-name>.request.status.<status-code>. Ideally it would be something like kong.request.status tagged by service name and status code.
Hey Kong team, just to confirm, is this issue fixed in https://github.com/Kong/kong/pull/5154/files?
Most helpful comment
Thanks @judithpatudith. It looks like some of the variables might have gotten mangled by markdown.
The metrics we're seeing are
kong.<service-name>.request.status.<status-code>. Ideally it would be something likekong.request.statustagged by service name and status code.