Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #313 from DataDog/talwai/metric
Browse files Browse the repository at this point in the history
stats: revive metric for traces received
  • Loading branch information
talwai authored Aug 24, 2017
2 parents 9772170 + 035f20b commit 1724e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func (ts *tagStats) publish() {
servicesBytes := atomic.LoadInt64(&ts.ServicesBytes)

// Publish the stats
statsd.Client.Count("datadog.trace_agent.receiver.trace", tracesReceived, ts.Tags.toArray(), 1)
statsd.Client.Count("datadog.trace_agent.receiver.traces_received", tracesReceived, ts.Tags.toArray(), 1)
statsd.Client.Count("datadog.trace_agent.receiver.traces_dropped", tracesDropped, ts.Tags.toArray(), 1)
statsd.Client.Count("datadog.trace_agent.receiver.traces_filtered", tracesFiltered, ts.Tags.toArray(), 1)
Expand Down

0 comments on commit 1724e39

Please sign in to comment.