-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Surface new labels for uninstrumented services and systems (#3543)
* Surface new labels for uninstrumented services and systems * Update CHANGELOG.md * remove unnecessary Println in test * Reuse dimensions and prefixes for this use-case * Add docs * keep only virtual_node behind the new feature * add overrides * Update docs/sources/tempo/metrics-generator/service_graphs/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * forgot this test (fixed) * add benchmarks * add edge pooling/reuse * update flag * move label out of dimensions to avoid prefix logic * lint * Update modules/generator/processor/servicegraphs/config.go Co-authored-by: Mario <mariorvinas@gmail.com> * minor amends to names and docs * leave the new virtual_node label as an extra dimension * keep edge sync.Pool ops inside store * Update modules/generator/processor/servicegraphs/store/store.go The edge is not expired here, so it shouldn't be returned to the pool. Co-authored-by: Mario <mariorvinas@gmail.com> * leave the new label un-prefixed --------- Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Co-authored-by: Mario <mariorvinas@gmail.com>
- Loading branch information
1 parent
11e315c
commit 251bf5a
Showing
19 changed files
with
250 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.