astarte-platform / astarte-kubernetes-operator

Astarte Kubernetes Operator
http://astarte-platform.org
Apache License 2.0
22 stars 9 forks source link

Serve metrics via a metrics ingress #343

Closed matt-mazzucato closed 1 year ago

matt-mazzucato commented 1 year ago

Expose Astarte services' metrics via a dedicated metrics ingress. The ingress is available only when serveMetrics is set to true, and metrics can be retrieverd by querying the <astarte-base-URL>/metrics/<servicename> endpoint. Contextually factor out the logic which is shared by the API and metrics ingress.