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

[Feature Request]: Graph series overrides, fill below to & use regex capture group #5378

Open
1 of 3 tasks
hryamzik opened this issue Jun 16, 2016 · 1 comment
Open
1 of 3 tasks

Comments

@hryamzik
Copy link

hryamzik commented Jun 16, 2016

  • I'm submitting a ...
  • Bug report
  • Feature request
  • Question / Support request: Please do not open a github issue. Support Options

Let's say you have several servers, each with last smth and first smth metrics. Trey are presented with two queries but result on 2*n graphics. You may be interested in stacking or filling them without defining a rule for each server. For example:

"seriesOverrides": [
{
"alias": "/last (.*)/",
"fillBelowTo": "first \\1",
"lines": true
}
],

Unfortunately this doesn't work even with direct panel json insertion.

@torkelo torkelo changed the title back reference in series specific options [Feature Request]: Graph series overrides, fill below to & use regex capture group Jun 16, 2016
@briangann briangann changed the title [Feature Request]: Graph series overrides, fill below to & use regex capture group [Feature Request]: Graph series overrides, fill below to & use regex capture group Dec 13, 2018
@alpglide
Copy link

alpglide commented Sep 3, 2023

any update on this? this feature is really needed. for repeating panel,s the "Fill below to" fields are all dynamic, it's impossible to input a static field.
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants