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
Handle exceptions raised in the metric's code. Write a log message with the error.
Add test.
Cleanup of the code. For example, _instrument_search and _instrument_download used to be independent of each other (you could call _instrument_search without calling _instrument_download) but this is not the case anymore. This is not clear for the code and it should be rewritten.
Fix EODAGInstrumentor_uninstrument. The callback functions continue to be called after calling _uninstrument
Implement prometheus metrics for server mode
Should be configurable as needed only in containers.
measure data downloaded from each provider
measure product types searched ?
check https://github.com/trallnag/prometheus-fastapi-instrumentator
The text was updated successfully, but these errors were encountered: