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

Add support for sending metrics and events to multiple New Relic accounts #417

Closed
mountaindude opened this issue Jun 22, 2022 · 1 comment · Fixed by #437
Closed

Add support for sending metrics and events to multiple New Relic accounts #417

mountaindude opened this issue Jun 22, 2022 · 1 comment · Fixed by #437
Milestone

Comments

@mountaindude
Copy link
Collaborator

Should be configurable from config file or via command line options.
Similar to how Butler implements the same feature.

@mountaindude mountaindude added this to the 9.1.0 milestone Jun 22, 2022
mountaindude added a commit to mountaindude/butler-sos that referenced this issue Jun 30, 2022
@mountaindude mountaindude modified the milestones: 9.1.0, 9.2.0 Jul 27, 2022
@mountaindude
Copy link
Collaborator Author

mountaindude commented Jul 28, 2022

Design notes

Multi account

Allow separate control of destination account for (config file section shown within parenthesis)

  • general Sense metrics retrieved by Butler SOS (Butler-SOS.newRelic.metric.destinationAccount)
  • proxy session metrics (Butler-SOS.newRelic.metric.destinationAccount )
  • user events (Butler-SOS.userEvents.sendToNewRelic.destinationAccount)
  • log events (Butler-SOS.logEvents.sendToNewRelic.destinationAccount)
  • uptime metrics (Butler-SOS.uptimeMonitor.storeNewRelic.destinationAccount)

@mountaindude mountaindude changed the title Add support for sending metrics to multiple New Relic accounts Add support for sending metrics and events to multiple New Relic accounts Jul 28, 2022
mountaindude pushed a commit to mountaindude/butler-sos that referenced this issue Aug 1, 2022
@mountaindude mountaindude modified the milestones: 9.2.0, 10.0.0 Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment