You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both `set_default/3` and `set_default/4` are idempotent: calling them again for an already-created series is a no-op.
194
+
It raises `{unknown_metric, Registry, Name}` if the metric has not been declared, and
195
+
`{invalid_metric_arity, Present, Expected}` if the label value count does not match.
196
+
167
197
### Exposition Formats
168
198
169
199
- [`prometheus_text_format`](https://github.com/deadtrickster/prometheus.erl/blob/master/doc/prometheus_text_format.md) - renders metrics for a given registry (default is `default`) in text format;
0 commit comments