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

Add more operators for TagFilters and tests #92

Closed Dalje-et closed 3 years ago

Dalje-et commented 3 years ago

For feature parity with the Instana UI. Adds following new operators:

For Strings:

STARTS_WITH ENDS_WITH NOT_STARTS_WITH NOT_ENDS_WITH

For Numbers:

NOT_EMPTY LESS_OR_EQUAL_THAN GREATER_OR_EQUAL_THAN

For Key Value Pairs:

STARTS_WITH ENDS_WITH IS_BLANK NOT_BLANK