After Upgrade to 7.x.x the transactions dashboards based on httpResponseCode doesn't show any data
See original GitHub issueDescription
After Upgrade to 7.x.x from 6.x.x all the transactions dashboards based on httpResponseCode doesn’t show any data any more.
Expected Behavior
Transaction Dashboard based on httpResponseCode should display data.
Steps to Reproduce
- Use version 7.x
- Run a query transaction
SELECT httpResponseCode FROM Transaction WHERE appName like 'YOUR_APP'
Your Environment
- Browser name and version: Chrome latest
- Node version: 14.x
- Operating System and version: MAC OS
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
DPOD v1.0.15.0 - Confluence - Atlassian
When a user specifies "customIsError" in the XSLT, there is an errorr in the Syslog agent and Service Activity Dashboard doesn't show data....
Read more >Grafana 8.4.3 after upgrade, query datasource issue #46730
We are using a variable Data source, named datasource, ... with lot of dashboards). from 8.5.x the workaround above doesn't work anymore.
Read more >Knowledge Center - IBM
When enabled, this feature provides full transaction and message information across the IBM DataPower Gateways configured. This data can be.
Read more >The Windows 10 servicing dashboard shows no data
After you upgrade to Microsoft Endpoint Configuration Manager version 2103, the Windows 10 servicing dashboard doesn't show any data.
Read more >Ruby agent 6.x to 7.x migration guide
This guide covers the major changes between the 6.x and 7.x series of the Ruby agent, issues that may be encountered while upgrading,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @A7med-Ragheb,
This is expected. That was one of the breaking changes called out in the version 7.0 release notes.
* **BREAKING** Removed deprecated httpResponseCode, response.status and httpResponseMessage http response attributes
.That attribute had been previously deprecated in version v6.4.2. You’ll want to update your dashboards to use the following which were introduced in v6.4.2:
Sorry for the inconvenience!
Hmm okay. Thanks @michaelgoin
I’ll reach out to support, still no luck on my side. The transactions are there, just not pulling the status code. Blah