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
At the moment, "_created" series can be disabled by setting PROMETHEUS_DISABLE_CREATED_SERIES environment variable. If one wants to set it from python, he needs to do it before importing prometheus_client, because the value is calculated on import.
Like this: