feat(dashboard): support multiple account id's when creating dashboards#1319
Merged
vinay-newrelic merged 1 commit intomainfrom Jul 29, 2025
Merged
feat(dashboard): support multiple account id's when creating dashboards#1319vinay-newrelic merged 1 commit intomainfrom
vinay-newrelic merged 1 commit intomainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1319 +/- ##
==========================================
- Coverage 35.72% 35.66% -0.07%
==========================================
Files 133 133
Lines 7865 7930 +65
==========================================
+ Hits 2810 2828 +18
- Misses 4862 4905 +43
- Partials 193 197 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
655ccb9 to
b04229b
Compare
b04229b to
186f235
Compare
pranav-new-relic
approved these changes
Jul 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://new-relic.atlassian.net/browse/NR-436500
problem context:
After the multiple account query was launched, the backend system in New Relic platform got be able to respond the JSON file supporting the multiple account data. Once, however, newrelic-cli makes a Terraform formatted file, its output doesn't contain the information on the part of multiple account (losing or trimmed this kind of information). It resulted in different output of dashboards or sometimes the series of provisioning doesn't work as expected.
As tentative solution for this, the customer needs to manually create the dashboard. This is very laborious to do the flow and can potentially include some kind of human error.