Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
cloud-monitoring | ||
cloudwatch | ||
dashboard | ||
elasticsearch | ||
grafana | ||
grafana-azure-monitor-datasource | ||
graphite | ||
influxdb | ||
jaeger | ||
loki | ||
mixed | ||
mssql | ||
mysql | ||
opentsdb | ||
postgres | ||
prometheus | ||
testdata | ||
zipkin |
* Explore: Transform prometheus query to elasticsearch query Enable a way to transform prometheus/loki labels to elasticsearch query. This make a link between metrics to logs. Examples: A prometheus query : rate(my_metric{label1="value1",label2!="value2",label3=~"value.+",label4!~".*tothemoon"}[5m]) Will be this elasticsearch query when switching to elasticsearch datasource: __name__:"my_metric" AND label1:"value1" AND NOT label2:"value2" AND label3:/value.+/ AND NOT label4:/.*tothemoon/ * fix test * remove non needed async * Use prism token instead of regex * fix test ./scripts/ci-frontend-metrics.sh * mock timesrv and TemplateSrv in test * Remove unnecessary await/async Co-authored-by: Melchior MOULIN <m.moulin@criteo.com> Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
cloud-monitoring | Loading commit data... | |
cloudwatch | Loading commit data... | |
dashboard | Loading commit data... | |
elasticsearch | Loading commit data... | |
grafana | Loading commit data... | |
grafana-azure-monitor-datasource | Loading commit data... | |
graphite | Loading commit data... | |
influxdb | Loading commit data... | |
jaeger | Loading commit data... | |
loki | Loading commit data... | |
mixed | Loading commit data... | |
mssql | Loading commit data... | |
mysql | Loading commit data... | |
opentsdb | Loading commit data... | |
postgres | Loading commit data... | |
prometheus | Loading commit data... | |
testdata | Loading commit data... | |
zipkin | Loading commit data... |