-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove pod-level metrics from web and CLI (#304)
This PR updates the web UI to remove the pod detail page, and to remove the links to that page from pod names in metrics tables. It also removes the `pods` option from `conduit stat`, and the `sourcePod` and `targetPod` fields from the controller API proto's `MetricMetadata` message. I've updated the `conduit stat` tests to reflect these changes, and manually verified the web UI changes. Closes #261 Signed-off-by: Eliza Weisman <[email protected]>
- Loading branch information
Showing
14 changed files
with
141 additions
and
419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
NAME REQUEST_RATE SUCCESS_RATE P50_LATENCY P99_LATENCY | ||
pod-0 0.0rps 0.00% 1ms 9ms | ||
pod-1 0.1rps 10.00% 2ms 10ms | ||
pod-2 0.2rps 20.00% 3ms 11ms | ||
pod-3 0.3rps 30.00% 4ms 12ms | ||
pod-4 0.4rps 40.00% 5ms 13ms | ||
pod-5 0.5rps 50.00% 6ms 14ms | ||
pod-6 0.6rps 60.00% 7ms 15ms | ||
pod-7 0.7rps 70.00% 8ms 16ms | ||
pod-8 0.8rps 80.00% 9ms 17ms | ||
pod-9 0.9rps 90.00% 10ms 18ms | ||
NAME REQUEST_RATE SUCCESS_RATE P50_LATENCY P99_LATENCY | ||
deployment-0 0.0rps 0.00% 1ms 9ms | ||
deployment-1 0.1rps 10.00% 2ms 10ms | ||
deployment-2 0.2rps 20.00% 3ms 11ms | ||
deployment-3 0.3rps 30.00% 4ms 12ms | ||
deployment-4 0.4rps 40.00% 5ms 13ms | ||
deployment-5 0.5rps 50.00% 6ms 14ms | ||
deployment-6 0.6rps 60.00% 7ms 15ms | ||
deployment-7 0.7rps 70.00% 8ms 16ms | ||
deployment-8 0.8rps 80.00% 9ms 17ms | ||
deployment-9 0.9rps 90.00% 10ms 18ms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.