Add network exporter localprobe#12003
Draft
sven-rosenzweig wants to merge 4 commits into
Draft
Conversation
Contributor
Contributor
14055a2 to
72f81c1
Compare
Contributor
Contributor
72f81c1 to
34534a8
Compare
Contributor
Contributor
Since we now have the network-node exporter and a picture of all subnets with IP assignment from the DB we must not rely on the readiness probes anymore. This will allow more granular alerting.
In the past this was done querying the neutron-api, asking for agents assgigned to the agent and then comparing that to the netns/bridges locally. This put some load on the api as we have a few dozen network agents in each region, each asking the api for their networks. With the network-node-exporter in place, we can also ask prometheus-openstack for that information, shifting that load from the neutron-api to prometheus, which pretty much already has that data lying around. I hope this 1) reduces our dependency to a slow neutron-api leading to failing readyness probes, and 2) reduces the load generated though dozens of agents asking for their assigned networks.
34534a8 to
ea62f55
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.