Skip to content

Commit 1ee56e5

Browse files
authored
Merge pull request #2672 from ppant-code/ebpf-update
fix: Update eBPF dashboard and quickstart
2 parents c4eab2a + fd083e3 commit 1ee56e5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

dashboards/ebpf/ebpf.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,13 @@
11351135
{
11361136
"name": "entity_name",
11371137
"items": null,
1138-
"defaultValues": [],
1138+
"defaultValues": [
1139+
{
1140+
"value": {
1141+
"string": "*"
1142+
}
1143+
}
1144+
],
11391145
"nrqlQuery": {
11401146
"accountIds": [],
11411147
"query": "FROM Metric SELECT uniques(entity.name) limit max"

quickstarts/ebpf/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ documentation:
2727
dataSourceIds:
2828
- ebpf
2929
keywords:
30-
- infrastructure
30+
- language agent
3131
- eAPM
3232
- eBPF
3333
dashboards:

0 commit comments

Comments
 (0)