client_golang
client_golang copied to clipboard
OpenMetrics creation time support (in v1)
OpenMetrics has the option of marking creation times of metrics. As this doesn't happen as part of some 1st class metadata but as an additional time series with a magic suffix _created, we cannot just transparently support it, but have to make it configurable: Either don't use them at all or (opt in) use them but error out if a name collision happens.