kubewarden / kubewarden-end-to-end-tests

Files used to run Kubewarden end-to-end tests
https://kubewarden.io
Apache License 2.0
2 stars 6 forks source link

Verify metrics port in policy server service. #62

Closed jvanz closed 1 year ago

jvanz commented 1 year ago

Description

Adds a new test in the OpenTelemetry test suite to verify if the controller adds the metrics port used by Prometheus to scrap the metrics.

viccuad commented 1 year ago

we could do a port-forward and curl the metrics port for something specific too.

flavio commented 1 year ago

we could do a port-forward and curl the metrics port for something specific too.

Yes, I think that would be nice. Be sure to grep for something that should always be there, just to be sure you don't get an empty response

jvanz commented 1 year ago

This PR requires this changes