loki: devenv: add test-data for regexes (#67476)

This commit is contained in:
Gábor Farkas 2023-04-28 11:48:18 +02:00 committed by GitHub
parent 8845b4cc3b
commit 236862a07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"'
};