influxdb/cmd/transpilerd
Nathaniel Cook d568d7fd01 feat: Use DBRPMappings in 1.x read path 2018-07-18 09:46:57 -06: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 feat: Use DBRPMappings in 1.x read path 2018-07-18 09:46:57 -06: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