influxdb/cmd/transpilerd
Mark Rushakoff a1bf6856fc chore(http): integrate with prom.Registry 2018-07-11 16:54:23 -07:00
..
README.md migrate(cmd/transpilerd): migrate the transpiler and its http handler to platform 2018-05-22 11:13:30 -05:00
main.go chore(http): integrate with prom.Registry 2018-07-11 16:54:23 -07:00

README.md

Transpilerd

Transpilerd is daemon that can execute queries from various source languages by transpiling the query and tranforming the result.

Exposed Metrics

The transpilerd process exposes a Prometheus endpoint on port 8098 by default.

The following metrics are exposed:

Metric Name Prometheus Type Labels Description
http_api_requests_total counter handler,method,path,status Number of requests received on the server
http_api_requests_duration_seconds histogram handler,method,path,status Histogram of times spent on all http requests