Curious if you’ve figured this out as well. I’m looking at implementing and exposing some custom app/dashboard level metrics. Would be nice if there was some more documentation around this.
Digging into this a little bit more - we’re running PSU v4.4.1 and I noticed that it doesn’t ship with the PowerShellUniversal.Plugin.OpenTelemetry module.
Can anyone from ironmansoftware comment or update on whether the otel libraries were added into any of the stable build at some point?
I guess I’m expecting to see raw metrics at http://localhost:9090/api/v1/otlp/v1/metrics like I would when running a prometheus exporter and hitting /metrics, but I just get localhost refused to connect.
It looks like this was a Prometheus\PSU config issue on my end. I downloaded the latest version and had to use the following command line to start the OTLP connector.
I just tried to get this running in our environment running PSU 4.4.1 with no luck. I’m not able to see any psu/platform related metrics in prometheus.