mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
loki: devenv: add test-data for regexes (#67476)
This commit is contained in:
@@ -160,6 +160,7 @@ function getRandomNanosecPart() {
|
|||||||
const sharedLabels = {
|
const sharedLabels = {
|
||||||
source: 'data',
|
source: 'data',
|
||||||
instance: 'server\\1',
|
instance: 'server\\1',
|
||||||
|
re: 'one.two$three^four', // to test regex escaping
|
||||||
job: '"grafana/data"'
|
job: '"grafana/data"'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user