grafana / k8s-monitoring-helm

Apache License 2.0
126 stars 52 forks source link

Difficulty Debugging New Components #534

Closed adussarps closed 1 week ago

adussarps commented 1 month ago

I've been using the Alloy chart as the central installation for Alloy in my Kubernetes cluster. However, I'm encountering difficulties when trying to debug new components added to the extra configuration.

Is there a way to expose the Alloy UI, and if so, can it be accessed locally via a port forward setting?

Any documentation or guidance on debugging these components would be greatly appreciated!

adussarps commented 1 month ago

Nit: kubectl port-forward svc/grafana-k8s-monitoring-alloy 12345:12345

Works well for me, it would still be nice to have it on the documentation thought !