escaping attempt #2-
This commit is contained in:
parent
21ed859e42
commit
094ff3d888
|
|
@ -275,9 +275,10 @@ data:
|
|||
"title": "Raw Peer Telemetry",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "labelsToFields",
|
||||
"id": "extractFields",
|
||||
"options": {
|
||||
"mode": "columns"
|
||||
"format": "json",
|
||||
"source": "labels"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -291,6 +292,7 @@ data:
|
|||
"container": true,
|
||||
"filename": true,
|
||||
"job": true,
|
||||
"labels": true,
|
||||
"level": true,
|
||||
"namespace": true,
|
||||
"pod": true,
|
||||
|
|
@ -351,9 +353,10 @@ data:
|
|||
"title": "Raw Join Telemetry",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "labelsToFields",
|
||||
"id": "extractFields",
|
||||
"options": {
|
||||
"mode": "columns"
|
||||
"format": "json",
|
||||
"source": "labels"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -367,6 +370,7 @@ data:
|
|||
"container": true,
|
||||
"filename": true,
|
||||
"job": true,
|
||||
"labels": true,
|
||||
"level": true,
|
||||
"namespace": true,
|
||||
"pod": true,
|
||||
|
|
@ -424,9 +428,10 @@ data:
|
|||
"title": "Raw Join Summary Telemetry",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "labelsToFields",
|
||||
"id": "extractFields",
|
||||
"options": {
|
||||
"mode": "columns"
|
||||
"format": "json",
|
||||
"source": "labels"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -440,6 +445,7 @@ data:
|
|||
"container": true,
|
||||
"filename": true,
|
||||
"job": true,
|
||||
"labels": true,
|
||||
"level": true,
|
||||
"namespace": true,
|
||||
"pod": true,
|
||||
|
|
@ -496,9 +502,10 @@ data:
|
|||
"title": "Raw Leave Summary Telemetry",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "labelsToFields",
|
||||
"id": "extractFields",
|
||||
"options": {
|
||||
"mode": "columns"
|
||||
"format": "json",
|
||||
"source": "labels"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -512,6 +519,7 @@ data:
|
|||
"container": true,
|
||||
"filename": true,
|
||||
"job": true,
|
||||
"labels": true,
|
||||
"level": true,
|
||||
"namespace": true,
|
||||
"pod": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue