influxdb/cmd/transpilerd
Michael Desa 8c87c9d132 revert #442 2018-08-01 14:54:32 -04: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 revert #442 2018-08-01 14:54:32 -04: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