We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prometheus_buckets documents some useful functions (exponential/3, linear/3 etc.) that are not available because they are only exported when TEST is defined: https://github.com/deadtrickster/prometheus.erl/blob/master/src/prometheus_buckets.erl#L11-L15
prometheus_buckets
exponential/3
linear/3
TEST
That makes them impossible to use in production when setting up metrics.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
prometheus_buckets
documents some useful functions (exponential/3
,linear/3
etc.) that are not available because they are only exported whenTEST
is defined: https://github.com/deadtrickster/prometheus.erl/blob/master/src/prometheus_buckets.erl#L11-L15That makes them impossible to use in production when setting up metrics.
The text was updated successfully, but these errors were encountered: