You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/proto-public/pbmesh/v2beta1/pbproxystate/escape_hatches.proto

12 lines
278 B

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";
package hashicorp.consul.mesh.v2beta1.pbproxystate;
message EscapeHatches {
// listener_tracing_json contains user provided tracing configuration.
string listener_tracing_json = 1;
}