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