Skip to content

Commit

Permalink
removing grpc plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Kowall <[email protected]>
  • Loading branch information
jkowall committed Aug 6, 2024
1 parent ceba9da commit a0f35ea
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions data/cli/next-release/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"cassandra",
"elasticsearch",
"memory",
"badger",
"grpc-plugin"
"badger"
],
"sampling": [],
"metrics-storage": [
Expand All @@ -23,8 +22,7 @@
"storage": [
"cassandra",
"elasticsearch",
"kafka",
"grpc-plugin"
"kafka"
],
"sampling": [
"adaptive",
Expand All @@ -35,17 +33,15 @@
"jaeger-ingester": {
"storage": [
"cassandra",
"elasticsearch",
"grpc-plugin"
"elasticsearch"
],
"sampling": [],
"metrics-storage": []
},
"jaeger-query": {
"storage": [
"cassandra",
"elasticsearch",
"grpc-plugin"
"elasticsearch"
],
"sampling": [],
"metrics-storage": [
Expand Down

0 comments on commit a0f35ea

Please sign in to comment.