influxdb/cmd/transpilerd
Jonathan A. Sternberg eb83898c73 feat(cmd/transpilerd): follow the logging style guide for transpilerd
Introduce logging into the http server implementation for when the
server is shutting down and reporting when we receive a signal for a
hard shutdown.
2018-05-23 12:06:09 -05: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(cmd/transpilerd): follow the logging style guide for transpilerd 2018-05-23 12:06:09 -05: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