DanielOliver / mssql_exporter

MSSQL Exporter for Prometheus
MIT License
52 stars 17 forks source link

How to expose timestamp in metrics #7

Open kokhooi opened 4 years ago

kokhooi commented 4 years ago

Hi, How can I expose my own timestamp in the metrics? https://prometheus.io/docs/instrumenting/exposition_formats/

Something like this test_load_min{app="web01"} 1 1483228810000

DanielOliver commented 4 years ago

This just isn't implemented yet. I'd happily accept any pull-request which adds a flag to make it optionally available.