An open API service indexing awesome lists of open source software.

https://github.com/sonujose/metrics-server-go

Sidecar for exposing Prometheus metrics as service
https://github.com/sonujose/metrics-server-go

Last synced: 9 months ago
JSON representation

Sidecar for exposing Prometheus metrics as service

Awesome Lists containing this project

README

          

# metrics-server-go
Helper sidecar service for exposing prometheus metrics. Application expose endpoints to update defined metrics.

## Whats inside?
The server creates and maintains 3 metrics
1) server_http_latency [histogram] {type="proxy"} : server response upstream latency
2) server_http_latency [histogram] {type="upstream"} : server response proxy latency
3) server_http_response [counter] : server response status counter
Metrics Dimensions - path, method, service, statuscode

You can run the application locally using `docker-compose up` command in the application directory.