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

Separate commands in New Relic #7

Closed
kstole opened this issue Oct 5, 2017 · 1 comment
Closed

Separate commands in New Relic #7

kstole opened this issue Oct 5, 2017 · 1 comment

Comments

@kstole
Copy link
Collaborator

kstole commented Oct 5, 2017

Analytics on all messages coming in from Slack is good, but it seems like ideally New Relic transactions would reflect the command that was called. I've been using

::NewRelic::Agent.set_transaction_name("#{self}/#{match[:command].downcase}")

in individual command bodies to rename transactions per command so that I can get more detailed information about individual commands (which commands are used most, which commands take the longest, etc.).
Any idea on how this could be integrated into the gem?

@kstole
Copy link
Collaborator Author

kstole commented Oct 16, 2017

Closed via #8.

@kstole kstole closed this as completed Oct 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant