deggja / netfetch

Kubernetes tool for scanning clusters for network policies and identifying unprotected workloads.
MIT License
363 stars 23 forks source link

Feature: relevant metrics in dashboard mode. #144

Closed riuvshyn closed 3 months ago

riuvshyn commented 4 months ago

Hello, it would be great to have some relevant metrics exposed running netfetch in dashboard mode.

deggja commented 4 months ago

Hello @riuvshyn - thanks for the suggestion!

Can you explain a bit more in depth what you mean? What kind of metrics were you thinking of?

riuvshyn commented 3 months ago

Hello @deggja, basically I wanted pretty much similar info that dashboard exposes to be exposed in prometheus metrics format, so using it people can create alerts for pods reported as not covered by net pols.

deggja commented 3 months ago

Hello @deggja, basically I wanted pretty much similar info that dashboard exposes to be exposed in prometheus metrics format, so using it people can create alerts for pods reported as not covered by net pols.

Got it - thanks. I believe this ties nicely into the existing issue on adding a prometheus endpoint here #127

deggja commented 3 months ago

Closing this issue. Work related to relevant metrics aka a prometheus endpoint will be linked and referenced in #127