2023-09-22 10:51:15 -06:00

12 lines
278 B
Protocol Buffer

// 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;
}