Skip to content

Commit

Permalink
[Profiling] Add k8s namespace to events (#117323)
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Gualazzi <[email protected]>
  • Loading branch information
rockdaboot and inge4pres authored Nov 23, 2024
1 parent 2b8e4e7 commit 8fe13f5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"sort": {
"field": [
"profiling.project.id",
"k8s.namespace.name",
"orchestrator.resource.name",
"host.name",
"container.name",
Expand Down Expand Up @@ -80,6 +81,9 @@
},
"container.id": {
"type": "keyword"
},
"k8s.namespace.name": {
"type": "keyword"
}
}
}
Expand Down

0 comments on commit 8fe13f5

Please sign in to comment.