Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove metric ovs_vswitchd_dp_if due to high number of time series #3022

Merged
merged 1 commit into from Jun 13, 2022

Conversation

martinkennelly
Copy link
Member

This metric produces a time series for each interface and this
becomes problematic when the number of nodes in a cluster scales.

For example, with a 50 node cluster and 200 pods per node, we are
looking at 10000 time series.

In order to protect the prometheus database, I want to remove this.

Signed-off-by: Martin Kennelly mkennell@redhat.com

/cc @girishmg Are you ok with removing this?
@npinaeva @pperiyasamy

This metric produces a time series for each interface and this
becomes problematic when the number of nodes in a cluster scales.

For example, with a 50 node cluster and 200 pods per node, we are
looking at 10000 time series.

In order to protect the prometheus database, I want to remove this.

Signed-off-by: Martin Kennelly <mkennell@redhat.com>
@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 51.754% when pulling 145128e on martinkennelly:remove_unbounded_metric into d3e4305 on ovn-org:master.

@martinkennelly
Copy link
Member Author

/retest

@dcbw
Copy link
Contributor

dcbw commented Jun 9, 2022

/lgtm

@martinkennelly
Copy link
Member Author

@jcaamano
Copy link
Contributor

/retest

@trozet trozet merged commit 83f4f37 into ovn-org:master Jun 13, 2022
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants