-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Labels
Milestone
Description
Currently labels are handled by being the first argument to all functions. This gives the incorrect impression that all metrics should labels (in reality most metrics don't have labels) and makes label-less use harder.
This client should follow the structure laid out in https://prometheus.io/docs/instrumenting/writing_clientlibs/#labels
In addition the user should be required to specify all their label names at metric creation time.
Reactions are currently unavailable