Devenv: Remove old-versioned loki blocks and update prometheus2 block (#31282)

* Remove very old-versioned loki blocks

* Update prometheus block from 2.7.2 to latest

* Remove data sources in Grafana

* Fix e2e test not to intercept the whole url

Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
Ivana Huckova
2021-02-19 18:06:09 +01:00
committed by GitHub
parent 114c426f34
commit 58968e1ceb
8 changed files with 2 additions and 114 deletions

View File

@@ -3,7 +3,7 @@ import { e2e } from '@grafana/e2e';
describe('Trace view', () => {
it('Can lazy load big traces', () => {
e2e.flows.login('admin', 'admin');
e2e().intercept('GET', '/api/datasources/proxy/29/api/traces/long-trace', {
e2e().intercept('GET', '/api/traces/long-trace', {
fixture: 'long-trace-response.json',
});