Add support for sending reload failed events/logs to more than one New Relic account #488
Closed
mountaindude
started this conversation in
Ideas
Replies: 1 comment
-
Delivered in version 8.3. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given that New Relic has limited support for access control to dashboards (e.g. it is not possible to give a user read access to a specific dashboard, and no access to other dashboards within a NR account) it would be useful to optionally send data to multiple NR accounts.
This could be implemented simply by having NR credentials in an array rather than as single values, and then iterate over that array, sending the data to each NR account listed in the array.
Beta Was this translation helpful? Give feedback.
All reactions