Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider changing telemetry format #10

Open
tristanls opened this issue Feb 28, 2014 · 1 comment
Open

Consider changing telemetry format #10

tristanls opened this issue Feb 28, 2014 · 1 comment

Comments

@tristanls
Copy link
Owner

Instead of emitting individual events like:

stats.timers.find.ms
stats.timers.find.round.ms

perhaps instead emit a single telemetry event with content being self-describing:

module=discover.target_type=timer.operation=find.unit=ms 10
module=discover.target_type=timer.operation=find_round.unit=ms 2

alternatively:

module=discover target_type=timer operation=find unit=ms 10
module=discover target_type=timer operation=find_round unit=ms 2

alternatively:

module=discover&target_type=timer&operation=find&unit=ms&10
module=discover&target_type=timer&operation=find_round&unit=ms&2

Background:
http://engineering.indeed.com/talks/logrepo-enabling-data-driven-decisions/
http://dieter.plaetinck.be/metrics_2_a_proposal.html
http://dieter.plaetinck.be/introduction_talk_to_metrics2-0_and_graph_explorer.html
http://metrics20.org/

@tristanls
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant