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
Swagger API for get prometheus metrics provide error 404. Looks like the issue in wrong path to endpoint and in wrong accept Content-Type in Swagger config.
Current behavior
When try to call endpoint for get prometheus metrics will be provide error 404 instead of expected metrics data.
Expected behavior
Swagger API for get prometheus metrics should return data of metrics.
The text was updated successfully, but these errors were encountered:
Closed. The /metrics was added into Swagger definitions some time ago and was not working as expected, this issue was fixed, however regarding discussion in #297 was detected that the /metrics should not show in Swagger definitions. Removing of /metrics from Swagger will be done in the scope of #312.
erGW version
2.8.4
Description
Swagger API for get
prometheus
metrics provide error404
. Looks like the issue in wrong path to endpoint and in wrong acceptContent-Type
in Swagger config.Current behavior
When try to call endpoint for get
prometheus
metrics will be provide error404
instead of expected metrics data.Expected behavior
Swagger API for get
prometheus
metrics should return data of metrics.The text was updated successfully, but these errors were encountered: