We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4eab2a + fd083e3 commit 1ee56e5Copy full SHA for 1ee56e5
dashboards/ebpf/ebpf.json
@@ -1135,7 +1135,13 @@
1135
{
1136
"name": "entity_name",
1137
"items": null,
1138
- "defaultValues": [],
+ "defaultValues": [
1139
+ {
1140
+ "value": {
1141
+ "string": "*"
1142
+ }
1143
1144
+ ],
1145
"nrqlQuery": {
1146
"accountIds": [],
1147
"query": "FROM Metric SELECT uniques(entity.name) limit max"
quickstarts/ebpf/config.yml
@@ -27,7 +27,7 @@ documentation:
27
dataSourceIds:
28
- ebpf
29
keywords:
30
- - infrastructure
+ - language agent
31
- eAPM
32
- eBPF
33
dashboards:
0 commit comments