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
In my projects I recognize the need for strict type checking on the object passed as 'labelValues', to avoid passing labels that were not declared in the metric constructor.
In my projects I recognize the need for strict type checking on the object passed as 'labelValues', to avoid passing labels that were not declared in the metric constructor.
The idea can be seen here: https://github.com/siimon/prom-client/compare/master...kobiburnley:typescript-strict-labelValues?expand=1
(Such change might probably break existing TypeScript code-bases using prom-client)
Is it something that should be fixed?
The text was updated successfully, but these errors were encountered: