Skip to content

Commit

Permalink
Sync APIs. @tag-name=gloo-v1.19.0-beta5 (#1404)
Browse files Browse the repository at this point in the history
Co-authored-by: soloio-bot <[email protected]>
  • Loading branch information
soloio-bot and soloio-bot authored Jan 30, 2025
1 parent 06e30e5 commit 784b830
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 30 deletions.
12 changes: 12 additions & 0 deletions api/gloo/gloo/external/envoy/config/trace/v3/opentelemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ message OpenTelemetryConfig {
// If this is not set it will be automatically set to the name of the
// listener + the namespace of the Gateway object
string service_name = 3;

// Optional. Current only gRPC is supported, but are intentionally using a oneof
// to allow for future support of HTTP. This structure matches Envoy's.
oneof service_type {
// Optional gRPC transport options
GrpcService grpc_service = 4;
}
}

message GrpcService {
// Set the authority header when calling the gRPC service.
string authority = 1;
}

option go_package = "github.com/solo-io/solo-apis/pkg/api/gloo.solo.io/external/envoy/config/trace/v3";
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

164 changes: 134 additions & 30 deletions pkg/api/gloo.solo.io/external/envoy/config/trace/v3/opentelemetry.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 784b830

Please sign in to comment.