learn-layer5 icon indicating copy to clipboard operation
learn-layer5 copied to clipboard

Use the Prometheus exposition format for exposing metrics

Open leecalcote opened this issue 5 years ago • 2 comments

Does it make sense to instrument using https://github.com/prometheus/client_golang? // @kanishkarj

Originally posted by @leecalcote in https://github.com/layer5io/learn-layer5/pull/15/files

leecalcote avatar Jun 24 '20 05:06 leecalcote

Yes, it is. It's always better to follow a standardized format I guess, xD

kanishkarj avatar Jun 24 '20 06:06 kanishkarj

I'm curious if we can expose JSON response via the prometheus instrumentation libraries. I think it supports only counts and histogram.

kanishkarj avatar Jul 06 '20 19:07 kanishkarj