Skip to content

Commit

Permalink
Depricate api-naming config
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalKrishna authored May 2, 2024
1 parent 201dd73 commit 5a61268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/ai/traceable/agent/config/v1/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
}

0 comments on commit 5a61268

Please sign in to comment.