metricator/internal/application
Stanislav N. aka pztrn 529113a41a
Metrics data is stored as structure, HTTP requests logging, got rid of context.
Metrics data now stored as structures. This is a first step for autodiscovery
helping for NMSes.

HTTP requests now logged.

Got rid of context.Context for getting metric data in applications
because context.Context is useless here.
2020-12-23 13:27:17 +05:00
..
api_responder.go Metrics data is stored as structure, HTTP requests logging, got rid of context. 2020-12-23 13:27:17 +05:00
application.go A very naive, simple and not so robust HTTP API responder implementation. 2020-11-29 06:09:35 +05:00
config.go Linter config tuning and first version of Prometheus metrics parser. 2020-11-29 05:44:21 +05:00
fetcher.go Fix fetcher flag usage misplacement. 2020-11-29 19:36:04 +05:00
parser.go Metrics data is stored as structure, HTTP requests logging, got rid of context. 2020-12-23 13:27:17 +05:00