This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Add statsd metric reporting to Rust version #1054
Comments
9 tasks
pjenvey
added a commit
that referenced
this issue
Nov 7, 2017
the rust side's metrics (via cadence) currently lack the ability to pass datadog tags (currently ua.{message_data,connection.lifespan} Issue: #1054
pjenvey
added a commit
that referenced
this issue
Nov 7, 2017
the rust side's metrics (via cadence) currently lack the ability to pass datadog tags, currently ua.{message_data,connection.lifespan} Issue: #1054
pjenvey
added a commit
that referenced
this issue
Nov 7, 2017
the rust side's metrics (via cadence) currently lack the ability to pass datadog tags, currently ua.{message_data,connection.lifespan} Issue: #1054
10 tasks
pjenvey
added a commit
that referenced
this issue
Jan 26, 2018
relies on my WIP cadence fork, see: 56quarters/cadence#41 also move ua parsing into utils, adding in the setup of metrics' values Closes #1054
pjenvey
added a commit
that referenced
this issue
Jan 26, 2018
relies on my WIP cadence fork, see: 56quarters/cadence#41 also move ua parsing into utils, adding in the setup of metrics' values Closes #1054
pjenvey
added a commit
that referenced
this issue
Jan 31, 2018
relies on my WIP cadence fork, see: 56quarters/cadence#41 also move ua parsing into utils, adding in the setup of metrics' values Closes #1054
Merged
pjenvey
added a commit
that referenced
this issue
Jan 31, 2018
relies on my WIP cadence fork, see: 56quarters/cadence#41 also move ua parsing into utils, adding in the setup of metrics' values Closes #1054
pjenvey
added a commit
that referenced
this issue
Feb 1, 2018
relies on cadence dev w/ new tag support also: - move ua parsing into utils, adding in the setup of metrics' values - setup a cargo test run on travis Closes #1054
pjenvey
added a commit
that referenced
this issue
Feb 1, 2018
relies on cadence dev w/ new tag support also: move ua parsing into utils w/ setup of metrics' specific values and revert a stray pdb.set_trace Closes #1054
pjenvey
added a commit
that referenced
this issue
Feb 1, 2018
relies on cadence dev w/ new tag support also: move ua parsing into utils w/ setup of metrics' specific values and a couple other fixes Closes #1054
pjenvey
added a commit
that referenced
this issue
Feb 1, 2018
relies on cadence dev w/ new tag support also move ua parsing into utils w/ setup of metrics' specific values and a couple other fixes Closes #1054
pjenvey
added a commit
that referenced
this issue
Feb 1, 2018
relies on cadence dev w/ new tag support also move ua parsing into utils w/ setup of metrics' specific values and a couple other fixes Closes #1054
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Rust version needs to emit statsd metrics to Datadog in the same manner as we do for the Python code. It should also emit the same metrics as we emit right now.
The text was updated successfully, but these errors were encountered: