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

Stop using deprecated tagFilters #100

Closed Dalje-et closed 3 years ago

Dalje-et commented 3 years ago

This PR fixes the deprecated usage of tagFilters and instead makes use of the tagFilterExpressions for "analyze call groups" calls.

It also adds some automation for local datasource development and now runs the datasource always in development mode. This should make life a bit easier.