question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

After Upgrade to 7.x.x the transactions dashboards based on httpResponseCode doesn't show any data

See original GitHub issue

Description

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.

Screenshot 2021-05-21 at 10 04 14

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:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
michaelgoincommented, May 21, 2021

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:

  • http.statusCode
  • http.statusText (if using httpResponseMessage anywhere)

Sorry for the inconvenience!

0reactions
BrightStoresInccommented, Jun 2, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found