ChrisCGH
ChrisCGH
Has this issue been fixed? I've tried using the docker image swagger2markup/swagger2markup:1.3.2, but I still see query parameters being shown in examples as JSON
@casualjim I have defined a /metrics endpoint in my swagger yaml API definition. If I define middleware as in the example above, how can I make my /metrics endpoint serve...
@gianarb The way I did this in the end was to use the prometheus/common/extfmt and prometheus/client_golang/prometheus packages directly, to gather the metrics (using prometheus.DefaultGatherer.Gather()) and format a payload string (using...
How does that help if I want to serve the metrics endpoint on the same port as the rest of the api?