metno / discovery-metadata-catalog-ingestor

Apache License 2.0
1 stars 1 forks source link

use GunicornInternalPrometheusMetrics #243

Closed charlienegri closed 1 month ago

charlienegri commented 1 month ago

Summary: this avoids starting an extra http server for the metrics (which is what GunicornPrometheusMetrics does) at port 9200,
the problem with that is that when running the container locally all metrics get redirected at the right endpoint via port 9200, but when running in kubernetes the custom metrics and the flask standard metrics seem to be sent to different ports... here we try to avoid that
it will need an edit to the tjeneste repo to scrape port 8000 instead of 9200

Related issue: #220

Suggested reviewer(s):

Reviewer checklist:

The checklist is based on the S-ENDA conventions and definition of done (see General Conventions). The above points are not necessarily relevant to all contributions. In that case, please add a short explanation to help the reviewer.

charlienegri commented 1 month ago

if this works, then https://gitlab.met.no/tjenester/s-enda/-/merge_requests/2929

charlienegri commented 1 month ago

Screenshot from 2024-10-07 19-30-03 local test works... but then again this is no guarantee