Skip to content

Commit

Permalink
Merge pull request DataDog#7003 from DataDog/brian.marks/remove-sampl…
Browse files Browse the repository at this point in the history
…ing-status-log

Remove sampling_rules from StatusLogger
  • Loading branch information
bm1549 authored May 7, 2024
2 parents fa48008 + 6dfb753 commit eab7ad5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ public void toJson(JsonWriter writer, Config config) throws IOException {
writer.value(config.isTraceAnalyticsEnabled());
writer.name("sample_rate");
writer.value(config.getTraceSampleRate());
writer.name("sampling_rules");
writer.beginArray();
writeMap(writer, config.getTraceSamplingServiceRules());
writeMap(writer, config.getTraceSamplingOperationRules());
writer.endArray();
writer.name("priority_sampling_enabled");
writer.value(config.isPrioritySamplingEnabled());
writer.name("logs_correlation_enabled");
Expand Down

0 comments on commit eab7ad5

Please sign in to comment.