-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete gRPC MetricsQueryService, metricsquery.proto and related code (#…
…6616) ## Which problem is this PR solving? - No code in Jaeger was dependent on having a gRPC endpoint for reading metrics. UI's Monitor tab uses JSON endpoint. - This code is just a pass-through proxy to the underlying metrics storage with which we communicate using OpenMetrics API. ## Description of the changes - Delete unnecessary code and proto-gen types. - 🛑 This is a breaking change: the gRPC `MetricsQueryService` endpoint is removed. ## How was this change tested? - CI --------- Signed-off-by: Yuri Shkuro <github@ysh.us>
- Loading branch information
1 parent
5caf4e4
commit 7f72d96
Showing
11 changed files
with
38 additions
and
3,393 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
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.