infobox/chart: support InfluxDB ALIAS BY for multi-series queries#417
Draft
grische wants to merge 1 commit into
Draft
infobox/chart: support InfluxDB ALIAS BY for multi-series queries#417grische wants to merge 1 commit into
grische wants to merge 1 commit into
Conversation
A GROUP BY tag InfluxDB query returns one frame per tag value, but without an ALIAS BY pattern those frames come back with the default measurement/field name, so the chart cannot label or colour them per series. Add an optional Chart.alias config field and forward it to the /api/ds/query request as the InfluxDB query's `alias` property. The pattern (e.g. "$tag_domain") runs through the same substitution as the query. Single-series queries omit it and are unaffected. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployed: https://freifunk.github.io/meshviewer/pr-preview/pr-417/ Updated for commit 2579cc0. |
Member
|
Please add an example config |
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.
Description
A GROUP BY tag InfluxDB query returns one frame per tag value, but without an ALIAS BY pattern those frames come back with the default measurement/field name, so the chart cannot label or colour them per series.
Add an optional Chart.alias config field and forward it to the /api/ds/query request as the InfluxDB query's
aliasproperty. The pattern (e.g. "$tag_domain") runs through the same substitution as the query. Single-series queries omit it and are unaffected.Motivation and Context
We wanted to see clients per segment
How Has This Been Tested?
https://map.ffmuc.net/#/en/map:~:text=Clients%20pro%20Segment
Screenshots/links:
Before
After
Checklist: