Skip to content

Commit

Permalink
Call checkDynamicConfig() at DSM start to load tracer config, then ag…
Browse files Browse the repository at this point in the history
…ain at Inbox start to merge agent config
  • Loading branch information
mcculls committed Dec 20, 2024
1 parent 5fc9c69 commit a6cbc55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public DefaultDataStreamsMonitoring(

@Override
public void start() {
checkDynamicConfig();
cancellation =
AgentTaskScheduler.INSTANCE.scheduleAtFixedRate(
new ReportTask(), this, bucketDurationNanos, bucketDurationNanos, TimeUnit.NANOSECONDS);
Expand Down

0 comments on commit a6cbc55

Please sign in to comment.