From 5a61268e7c73986133c29d05bea01a03f499662a Mon Sep 17 00:00:00 2001 From: Prajwal Krishna Date: Thu, 2 May 2024 11:42:44 +0530 Subject: [PATCH] Depricate api-naming config --- proto/ai/traceable/agent/config/v1/config.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/ai/traceable/agent/config/v1/config.proto b/proto/ai/traceable/agent/config/v1/config.proto index 26c62ab..890d7fe 100644 --- a/proto/ai/traceable/agent/config/v1/config.proto +++ b/proto/ai/traceable/agent/config/v1/config.proto @@ -11,7 +11,7 @@ message AgentConfig { BlockingConfig blocking_config = 2; google.protobuf.BoolValue debug_log = 3 [deprecated = true]; RemoteConfig remote_config = 4; - ApiDiscoveryConfig api_discovery = 5; + ApiDiscoveryConfig api_discovery = 5 [deprecated = true]; SamplingConfig sampling = 6; // javaagent has the configs specific to javaagent Javaagent javaagent = 7; @@ -178,4 +178,4 @@ message RateLimitConfig { google.protobuf.StringValue value_expiration_period = 5; // set the span type for rate limited spans SpanType span_type = 6; -} \ No newline at end of file +}