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

adding templating in opentsdb graphs #917

Merged
merged 2 commits into from Oct 28, 2014
Merged

Conversation

mchataigner
Copy link
Contributor

I find that templated dashboard is a really great idea. Unfortunately it was not possible to do it with Opentsdb based graphs. Here is a quick hack to make it works fine.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) when pulling de00d18 on mchataigner:master into 920e5c9 on grafana:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) when pulling 482b312 on mchataigner:master into 920e5c9 on grafana:master.

@torkelo
Copy link
Member

torkelo commented Oct 23, 2014

Just an update, will be review all the OpenTSDB PRs next week. I am still "on the road" and do not have access to my desktop laptop with my docker opentsdb test environments (my laptop disk space is empty).

@mchataigner
Copy link
Contributor Author

Thank you for the update. Take your time ;-)

@torkelo
Copy link
Member

torkelo commented Oct 28, 2014

Please sign the CLA, http://grafana.org/docs/contributing/cla.html

@mchataigner
Copy link
Contributor Author

Done

torkelo added a commit that referenced this pull request Oct 28, 2014
adding templating in opentsdb graphs
@torkelo torkelo merged commit c390039 into grafana:master Oct 28, 2014
@torkelo torkelo added this to the 1.9.0 milestone Oct 28, 2014
@nickman
Copy link

nickman commented Nov 10, 2014

Attempting to use templating with OpenTSDB and a Grafana build from Master (as of Nov 8, 2014).
Can you supply a couple of syntax examples ?

@torkelo
Copy link
Member

torkelo commented Nov 10, 2014

First enable templating in dashboard settings / Features tab. Next add a template variable of type "custom". Specify a comma separated list of values.

Use the variable in a tag or series name in the query editor (just specify $var_name)

@nickman
Copy link

nickman commented Nov 10, 2014

Ah got it. Sorry, for some reason, I thought it would be "magically" enabled to query all possible values for my specified expression, but I had no idea how that would work..... Cheers !

@ying-jeanne ying-jeanne added the pr/external This PR is from external contributor label Apr 30, 2021
zerok pushed a commit that referenced this pull request Jun 23, 2023
Add and document option for enabling email lookup (#913)

* Docs: Document option for enabling email lookup

* Add the new config in the config files

* Apply suggestions from code review

Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>

* Don't capitalize identity providers

* Apply suggestions from code review

Co-authored-by: Jo <joao.guerreiro@grafana.com>

* Apply suggestions from code review

Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>

---------

Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
Co-authored-by: Jo <joao.guerreiro@grafana.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
(cherry picked from commit 8380bc7d6a79794cc260bf1c427e2b4e849adbf6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/datasource datasource/OpenTSDB pr/external This PR is from external contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants