prometheus-cpp icon indicating copy to clipboard operation
prometheus-cpp copied to clipboard

Support for untyped metrics.

Open vaijira opened this issue 8 months ago • 0 comments

For an automatic exporter the default assumption should be that the metric would be untyped but i cannot find a way to add untyped metric to the registry.

https://prometheus.io/docs/instrumenting/writing_exporters/#types

I think the type should be similar to Gauge with a Set method except with type untyped.

vaijira avatar Jun 13 '24 08:06 vaijira