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.

dispatcher client stats breaks admin dashboard

See original GitHub issue

I’m looking at the admin dashboard for the gob app running in Kubernetes. When I try to view the “http” router, I see:

screen shot 2017-05-09 at 4 03 42 pm

Here’s the metrics payload that produced the error:

metrics.txt

I think the issue is:

{
  "rt": {
    "http": {
      "client": {
        "$/inet/127.1/8282": {
          ...
        },
        "dispatcher": {
          "serial": {
            "queue_size": {
              "gauge": 0
            }
          }
        }
      }
    }
  }
}

The “dispatcher” key in the “client” map doesn’t match the TRANSFORMER_RE that we use to parse client ids in the js code. Maybe we should just skip all client ids that don’t match the regex? Or maybe those dispatcher stats aren’t scoped properly?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
adleongcommented, Jul 12, 2017

I believe this is caused by https://github.com/twitter/finagle/pull/629

0reactions
adleongcommented, Oct 13, 2017

Fixed!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuring Dispatcher | Adobe Experience Manager
The statfile has no content. When content is updated, Dispatcher updates the timestamp. The default statfile is named .stat and is stored in...
Read more >
Explore the Dispatcher Console Unit - Trailhead - Salesforce
Use the dispatcher console to manage appointments, schedules, service resources, and maps.
Read more >
Latest version breaks Admin Dashboard - WordPress.org
Latest version breaks Admin Dashboard. Resolved mborin ... After upgrading to the latest version I can not expand menu links and Jetpack stats...
Read more >
Dispatcher Activities - Oracle Help Center
Dashboard, Access the reports Dashboard to generate reports. ; Daily, Access the Daily view of a resource, a bucket, or an organization unit....
Read more >
React Admin Dashboard Template Design - YouTube
React admin dashboard from scratch for beginners. React Admin Panel UI.Get Hostinger Discount: http://hostinger.com/lamadev Coupon Code: ...
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