Skip to content

Commit

Permalink
Update monitor list query to fetch additional container/kubernetes fi…
Browse files Browse the repository at this point in the history
…elds.
  • Loading branch information
justinkambic committed Apr 30, 2019
1 parent d9a09b7 commit 4345679
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions x-pack/plugins/uptime/public/queries/monitor_list_query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ export const monitorListQueryString = `
}
ping {
timestamp
container {
id
}
kubernetes {
pod {
uid
}
}
monitor {
duration {
us
Expand Down

0 comments on commit 4345679

Please sign in to comment.