Closed bpschmitt closed 5 years ago
I noticed the same blank charts as well and did a little digging into the nerdlet code. At least for our data, a Transaction
has an appId
attribute, but the query being created is using applicationId
in the query:
https://github.com/newrelic/nr1-deployment-analyzer/blob/master/nerdlets/deployment-analyzer-nerdlet/components/deployments-container.js#L64
After changing that to appId
I was able to see the charts populate when I ran this app.
I made the changes in this pull request: https://github.com/newrelic/nr1-deployment-analyzer/pull/3
@bpschmitt @matthewbalvanz-wf fixed thanks to @sarabartell 's PR #3 It was due to NR staging account using a different application id attribute, so there is a appId attribute on some APM events and applicationId on others not sure why but I've added a fallback OR condition in the where clause just in case and bumped the version in the latest commit too.
1
I'm able to serve and access the app with no issues, however, I'm not seeing any performance data related to deployments.
I would expect to see data similar to this:
Instead, I see this:
2
The app doesn't seem to honor the user's timezone preferences. I switched from Eastern to Central time in my profile and the times remained the same on the deployment markers.
3
Timepicker is not functional. Bug or feature request?