Skip to content

Commit e7adaf2

Browse files
committed
RUM-9899: getting rid from deprecated & unused code (Config)
1 parent 9e12105 commit e7adaf2

File tree

2 files changed

+13
-409
lines changed

2 files changed

+13
-409
lines changed

features/dd-sdk-android-trace-internal/api/dd-sdk-android-trace-internal.api

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -137,84 +137,24 @@ public class com/datadog/legacy/trace/api/Config {
137137
public static final field WRITER_TYPE Ljava/lang/String;
138138
public static fun get ()Lcom/datadog/legacy/trace/api/Config;
139139
public static fun get (Ljava/util/Properties;)Lcom/datadog/legacy/trace/api/Config;
140-
public fun getAgentHost ()Ljava/lang/String;
141-
public fun getAgentPort ()I
142-
public fun getAgentUnixDomainSocket ()Ljava/lang/String;
143140
public static fun getBooleanSettingFromEnvironment (Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
144-
public fun getExcludedClasses ()Ljava/util/List;
145141
public fun getFinalProfilingUrl ()Ljava/lang/String;
146142
public static fun getFloatSettingFromEnvironment (Ljava/lang/String;Ljava/lang/Float;)Ljava/lang/Float;
147143
public fun getHeaderTags ()Ljava/util/Map;
148-
public fun getHealthMetricsStatsdHost ()Ljava/lang/String;
149-
public fun getHealthMetricsStatsdPort ()Ljava/lang/Integer;
150-
public fun getHttpClientErrorStatuses ()Ljava/util/Set;
151-
public fun getHttpServerErrorStatuses ()Ljava/util/Set;
152-
public fun getInstrumentationAnalyticsSampleRate ([Ljava/lang/String;)F
153-
public fun getJmxFetchCheckPeriod ()Ljava/lang/Integer;
154-
public fun getJmxFetchConfigDir ()Ljava/lang/String;
155-
public fun getJmxFetchConfigs ()Ljava/util/List;
156-
public fun getJmxFetchMetricsConfigs ()Ljava/util/List;
157-
public fun getJmxFetchRefreshBeansPeriod ()Ljava/lang/Integer;
158-
public fun getJmxFetchStatsdHost ()Ljava/lang/String;
159-
public fun getJmxFetchStatsdPort ()Ljava/lang/Integer;
160144
public fun getLocalRootSpanTags ()Ljava/util/Map;
161-
public fun getMergedJmxTags ()Ljava/util/Map;
162-
public fun getMergedProfilingTags ()Ljava/util/Map;
163145
public fun getMergedSpanTags ()Ljava/util/Map;
164146
public fun getPartialFlushMinSpans ()Ljava/lang/Integer;
165-
public fun getProfilingExceptionHistogramMaxCollectionSize ()I
166-
public fun getProfilingExceptionHistogramTopItems ()I
167-
public fun getProfilingExceptionSampleLimit ()I
168-
public fun getProfilingProxyHost ()Ljava/lang/String;
169-
public fun getProfilingProxyPassword ()Ljava/lang/String;
170-
public fun getProfilingProxyPort ()I
171-
public fun getProfilingProxyUsername ()Ljava/lang/String;
172-
public fun getProfilingStartDelay ()I
173-
public fun getProfilingTemplateOverrideFile ()Ljava/lang/String;
174-
public fun getProfilingUploadCompression ()Ljava/lang/String;
175-
public fun getProfilingUploadPeriod ()I
176-
public fun getProfilingUploadTimeout ()I
177147
public fun getPropagationStylesToExtract ()Ljava/util/Set;
178148
public fun getPropagationStylesToInject ()Ljava/util/Set;
179-
public fun getRuntimeId ()Ljava/lang/String;
180149
public fun getScopeDepthLimit ()Ljava/lang/Integer;
181150
public fun getServiceMapping ()Ljava/util/Map;
182151
public fun getServiceName ()Ljava/lang/String;
183-
public static fun getSettingFromEnvironment (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
184152
public fun getSite ()Ljava/lang/String;
185153
public fun getSplitByTags ()Ljava/util/Set;
186-
public fun getTraceAnnotations ()Ljava/lang/String;
187-
public fun getTraceExecutors ()Ljava/util/List;
188-
public fun getTraceMethods ()Ljava/lang/String;
189-
public fun getTraceRateLimit ()Ljava/lang/Double;
190154
public fun getTraceSampleRate ()Ljava/lang/Double;
191-
public fun getTraceSamplingOperationRules ()Ljava/util/Map;
192-
public fun getTraceSamplingServiceRules ()Ljava/util/Map;
193-
public fun getWriterType ()Ljava/lang/String;
194-
public fun isDbClientSplitByInstance ()Z
195-
public fun isHealthMetricsEnabled ()Z
196-
public fun isHttpClientSplitByDomain ()Z
197-
public fun isHttpClientTagQueryString ()Z
198-
public fun isHttpServerTagQueryString ()Z
199-
public fun isIntegrationEnabled (Ljava/util/SortedSet;Z)Z
200-
public fun isIntegrationsEnabled ()Z
201-
public fun isJmxFetchEnabled ()Z
202-
public fun isJmxFetchIntegrationEnabled (Ljava/util/SortedSet;Z)Z
203-
public fun isLogsInjectionEnabled ()Z
204155
public fun isPrioritySamplingEnabled ()Z
205-
public fun isProfilingEnabled ()Z
206-
public fun isProfilingStartForceFirst ()Z
207-
public fun isReportHostName ()Z
208156
public fun isRuleEnabled (Ljava/lang/String;)Z
209-
public fun isRuntimeContextFieldInjection ()Z
210-
public fun isTraceAnalyticsEnabled ()Z
211-
public fun isTraceAnalyticsIntegrationEnabled (Ljava/util/SortedSet;Z)Z
212-
public fun isTraceEnabled ()Z
213-
public fun isTraceExecutorsAll ()Z
214-
public fun isTraceResolverEnabled ()Z
215-
public static fun jmxFetchIntegrationEnabled (Ljava/util/SortedSet;Z)Z
216157
public fun toString ()Ljava/lang/String;
217-
public static fun traceAnalyticsIntegrationEnabled (Ljava/util/SortedSet;Z)Z
218158
}
219159

220160
public final class com/datadog/legacy/trace/api/Config$PropagationStyle : java/lang/Enum {

0 commit comments

Comments
 (0)