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
Currently, I install package from github (master branch) but I can export metrics with exemplar. I only use single process for web server and pass exemplar to counter metric
With single process, I started Flask app via gunicorn with "workers = 1"
The text was updated successfully, but these errors were encountered:
Hello, could I get a couple details around how you are exposing the metrics? E.g. are you manually calling generate_latest? Exemplars will only work if using the openmetrics exposition, which will either need to be selected via content negotiation or manually called from your code.
Currently, I install package from github (master branch) but I can export metrics with exemplar. I only use single process for web server and pass exemplar to counter metric
With single process, I started Flask app via gunicorn with "workers = 1"
The text was updated successfully, but these errors were encountered: