promjs icon indicating copy to clipboard operation
promjs copied to clipboard

Add default metrics

Open jpellizzari opened this issue 8 years ago • 0 comments

It would be nice to provide some metrics out of the box for folks unfamiliar with prometheus.

For Node.js: a basic middleware to record latencies and status codes of server responses. Also expose a /metrics path.

For the browser: wrap the XMLHttpRequest prototype to instrument client requests.

Hurdles:

  • scrub labels (URLs) for cardinality

jpellizzari avatar Aug 18 '17 21:08 jpellizzari