-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
Have an API call that will render a PNG of a graph #1889
Comments
There is a way to retrieve the graph using the DOT format : Then, you can use However, it won't look as (nice as ?) with the WebUI |
Exactly :) You'd lose a lot with this back door method. |
@lebauce can we use iFrame and Skydive launch-in-context ? (https://community.grafana.com/t/text-box-iframe/11663) BTW: For new versions of grafana need to configure: https://grafana.com/docs/installation/configuration/#disable-sanitize-html |
Another approach could be to use the topology export/import
You can import to an external analyzer. All topology data will be import and one can use the WebUI. |
@RobertJBarron - does the above provide a reasonable solution? if so then please close issue |
Not really. I'm asking for an API that will return an image in realtime, not export the data that then needs to be massaged/visualized by a 3rd party/offline. |
Currently, the only way to share a skydive graph requires the user to login to skydive and render the graph again in realtime.
This makes is more difficult to share a specific graph easily.
Use cases - embed the png in a mail or in a chat platform like Slack.
Example of use in another application:
https://play.grafana.org/render/d/000000029/prometheus-demo-dashboard?orgId=1&refresh=5m
vs
https://play.grafana.org/d/000000029/prometheus-demo-dashboard?orgId=1&refresh=5m
The text was updated successfully, but these errors were encountered: