File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dd-trace-api/src/main/java/datadog/trace/api/config Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ public final class TracerConfig {
6868 // Use TRACE_HTTP_SERVER_ERROR_STATUSES instead
6969 @ Deprecated public static final String HTTP_SERVER_ERROR_STATUSES = "http.server.error.statuses" ;
7070 public static final String TRACE_HTTP_SERVER_ERROR_STATUSES = "trace.http.server.error.statuses" ;
71- public static final String HTTP_CLIENT_ERROR_STATUSES = "http.client.error.statuses" ;
71+ // Use TRACE_HTTP_CLIENT_ERROR_STATUSES instead
72+ @ Deprecated public static final String HTTP_CLIENT_ERROR_STATUSES = "http.client.error.statuses" ;
7273 public static final String TRACE_HTTP_CLIENT_ERROR_STATUSES = "trace.http.client.error.statuses" ;
7374
7475 public static final String SPLIT_BY_TAGS = "trace.split-by-tags" ;
You can’t perform that action at this time.
0 commit comments