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

Support for Last, Max and Average #39

Closed
jstark1 opened this issue Dec 3, 2020 · 3 comments
Closed

Support for Last, Max and Average #39

jstark1 opened this issue Dec 3, 2020 · 3 comments

Comments

@jstark1
Copy link
Contributor

jstark1 commented Dec 3, 2020

is there a way to display the Last, Max and Average values like pnp does?

@sni
Copy link
Collaborator

sni commented Dec 3, 2020

Same as in #40, Histou basically has nothing to do with pnp and is just a template engine to generate grafana graphs.

@dan-m-joh
Copy link

dan-m-joh commented Dec 3, 2020

If you mean in the legend, see:

setLegend(
show = SHOW_LEGEND,
values = false,
min = false,
max = false,
current = false,
total = false,
avg = false,
alignAsTable = false,
rightSide = false,
hideEmpty = true
)

If you want it in the graph itself - i do not think this is possible (as histou stands today).
(I would be happy proven wrong on this...)

@jstark1
Copy link
Contributor Author

jstark1 commented Dec 3, 2020

setLegend works perfect, thanks

@jstark1 jstark1 closed this as completed Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants