Skip to content

Commit

Permalink
remove stale comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jun 25, 2024
1 parent 62591c6 commit 5d4046c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/datadog/core/telemetry/metric.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def to_h
metric: name,
points: values,
type: type,
tags: tags, # move to method
tags: tags,
common: common
}
res[:interval] = interval if interval
Expand Down Expand Up @@ -134,7 +134,7 @@ def to_h
{
metric: name,
points: values,
tags: tags, # move to method
tags: tags,
common: common
}
end
Expand Down

0 comments on commit 5d4046c

Please sign in to comment.