instana / instana-grafana-datasource

🔭 Grafana datasource plugin for Instana
https://grafana.com/plugins/instana-datasource
Apache License 2.0
38 stars 20 forks source link

Are Events exposed through the datasource? #40

Open SupersixEvo opened 5 years ago

SupersixEvo commented 5 years ago

I'd like to incorporate some information about events into a Grafana dashboard - eg overall number of open events, critical events count etc.

If I try to query with a Dynamic Focus that works in the Instana UI eg:

event.state:open

Grafana highlights the query box in red and the Query Inspector result is:

Object xhrStatus:"complete" request:Object method:"GET" url:"api/datasources/proxy/1/instana/api/snapshots/types?q=event.state%3Aopen&from=1567048248062&to=1567069848062" response:Object errors:Array[1] 0:"Failed to execute search. An unknown error occurred."

Are events exposed via the Grafana DS?

Daniel-Ebert commented 1 year ago

This would also be very useful for us. We built a custom integration via the Instana API and the Infinity datasource(https://github.com/yesoreyeram/grafana-infinity-datasource), but this is not ideal and it would be very useful to have that in the plugin.