Skip to content

Commit

Permalink
[Profiling] Add k8s namespace to events (#117323) (#117509)
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Gualazzi <[email protected]>
(cherry picked from commit 8fe13f5)

Co-authored-by: Tim Rühsen <[email protected]>
  • Loading branch information
inge4pres and rockdaboot authored Nov 25, 2024
1 parent 8d16529 commit 93535f2
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 @@ -82,6 +83,9 @@
},
"container.id": {
"type": "keyword"
},
"k8s.namespace.name": {
"type": "keyword"
}
}
}
Expand Down

0 comments on commit 93535f2

Please sign in to comment.