[9.3] Use LongUpDownCounter for Linked Project Error Metrics (#139657)#140480
Closed
JeremyDahlgren wants to merge 1 commit intoelastic:9.3from
Closed
[9.3] Use LongUpDownCounter for Linked Project Error Metrics (#139657)#140480JeremyDahlgren wants to merge 1 commit intoelastic:9.3from
JeremyDahlgren wants to merge 1 commit intoelastic:9.3from
Conversation
Replaces LongCounter with LongUpDownCounter for the metric used for linked project connection errors. Since the metric may not be incremented for long periods of time it was not appearing in the mappings of the current index of the APM datastream. This results in 'not found' errors when developing dashboards and alerts. The change required adding an initial zero value so the metric will be collected every polling cycle. Relates: ES-12696 (cherry picked from commit b1aa31a)
Contributor
Author
|
Closing, the metric will be removed in 9.4 in favor of using logging for dashboards/alerts. |
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.
Backport
This will backport the following commits from
mainto9.3:Questions ?
Please refer to the Backport tool documentation