Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Mar 3, 2025
1 parent befbb5a commit 680eb29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/dd-trace/src/dogstatsd.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,11 @@ class MetricsAggregationClient {
}
}

// This is a simplified user-facing proxy to the underlying DogStatsDClient instance
/**
* This is a simplified user-facing proxy to the underlying DogStatsDClient instance
*
* @implements {DogStatsD}
*/
class CustomMetrics {
constructor (config) {
const clientConfig = DogStatsDClient.generateClientConfig(config)
Expand Down

0 comments on commit 680eb29

Please sign in to comment.