Skip to content

Commit

Permalink
remove comment about only one harvestable
Browse files Browse the repository at this point in the history
  • Loading branch information
XiXiaPdx committed Nov 29, 2021
1 parent 6d13914 commit f9e6857
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,6 @@ public void clearReservoir() {
reservoirManager.clearReservoir();
}

/**
* There is only one event reservoir for Distributed Tracing so there only needs to be one harvestable for it.
*/
@Override
public void addHarvestableToService(String appName) {
Harvestable harvestable = new SpanEventHarvestableImpl(this, appName);
Expand Down

0 comments on commit f9e6857

Please sign in to comment.