-
Notifications
You must be signed in to change notification settings - Fork 1.3k
monitoring: add networking dashboard for Zoekt pods #29481
Conversation
Notifying subscribers in CODENOTIFY files for diff d0a7cba...ec0cf3e.
|
Looks great!
TBH, I think we should merge zoekt-indexserver and zoekt-webserver dashboards into one indexed-search dashboard.
Yeah, it would be great to have this already supported. Do we have examples to follow? What's the level of effort for that? |
I'm not super familiar with label rewriting in Prometheus (although I know we do it for other things, so I can use that as prior art). Roughly the steps involved would be:
I'd estimate that this could take a day or two (reading up on label rewriting, trial and error with getting a good workflow to be able to see changes on both deployment types quickly, etc.) |
The generated Grafana 'all' value introduced in #29481 does not work very well for all cases, especially for OptionsQuery where we can get a huge result set. This PR creates an explicit option, WildcardAllValue, along with docs on when and why to use it as well as why we don't use a wildcard by default.
The generated Grafana 'all' value introduced in #29481 does not work very well for all cases, especially for OptionsQuery where we can get a huge result set. This PR creates an explicit option, WildcardAllValue, along with docs on when and why to use it as well as why we don't use a wildcard by default.
This PR adds a new dashboard for Zoekt that displays various networking metrics (transmission/receive rate, errors, dropped packets).
It also includes two other minor changes:
Notes:
zoekt-indexserver
andzoekt-webserver
are aggregated together. Given this, how do y'all feel about copying this same set of dashboards onzoekt-webserver
's Grafana page)?