docs: document service graph filter policies - #7107
Merged
knylander-grafana merged 1 commit intoMay 5, 2026
Merged
Conversation
javiermolinar
requested review from
carles-grafana,
electron0zero,
ie-pham,
knylander-grafana,
mapno,
mattdurham,
mdisibio,
oleg-kozlyuk-grafana,
ruslan-mikhailov,
stoewer,
yvrhdn and
zalegrala
as code owners
May 5, 2026 14:41
carles-grafana
approved these changes
May 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds missing documentation and a changelog entry for service-graphs span filtering (service_graphs.filter_policies) introduced in #6453, aligning service-graphs docs and override schemas with the existing spanfilter format used by span-metrics.
Changes:
- Documented service-graphs
filter_policiesbehavior, edge-only evaluation, cache/TTL semantics, and relevant metrics. - Updated configuration and user-configurable overrides schema docs to include
filter_policiesfor service-graphs and to use the correctmatch_typeoption name (regex). - Added a
CHANGELOG.mdfeature entry for service-graphs span filtering (#6453).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/sources/tempo/operations/manage-advanced-systems/user-configurable-overrides.md | Aligns override schema with `match_type: strict |
| docs/sources/tempo/metrics-from-traces/service_graphs/_index.md | Adds detailed service-graphs filtering documentation, behavior notes, example config, and metrics to monitor. |
| docs/sources/tempo/configuration/_index.md | Documents service_graphs.filter_policies in the config reference and updates match_type option text to regex. |
| CHANGELOG.md | Adds feature entry documenting service-graphs span filtering support (#6453). |
knylander-grafana
approved these changes
May 5, 2026
knylander-grafana
left a comment
Contributor
There was a problem hiding this comment.
Thank you for updating the docs!
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.
Adds the missing docs and changelog entry for service graph span filtering from #6453.