Skip to content

Commit

Permalink
Fixes javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Juneja <[email protected]>
  • Loading branch information
Gagan Juneja committed Feb 2, 2024
1 parent 9e3bc21 commit c9363b9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
* This class encapsulates all OpenTelemetry related resources
*/
public final class OTelResourceProvider {
/**
* SUFFIX to differentiate dynamic and explicit bucket histograms.
*/
public static final String DYNAMIC_HISTOGRAM_METRIC_NAME_SUFFIX = "-dynamic";

private OTelResourceProvider() {}
Expand Down

0 comments on commit c9363b9

Please sign in to comment.