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.

Possible enhancement: Add scopedVars that points to bucket timestamp

See original GitHub issue

Hi there, and thanks for this excellent plugin.

I wolud to suggest a possible enhancement to use the bucket timestamp (when event occurred) in tooltip and in particular in URL item. This is my working scenario. When i click on status map bucket i want to open another dashboard that starts at bucket time.

I tried with __from, __to (or _url_time_range) but seems taht these values refer to dashboard time and no to bucket time.

So i tried to add this after line 221in tooltip.js

scopedVars["__date_from"] = { value: timestamp //defined at line 153 };

and now i can open the new dashboard starting from event occured.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
diafourcommented, Apr 7, 2022

__bucket_from and __bucket_to are available in 0.5.0.

0reactions
diafourcommented, Dec 8, 2021

@dmalanaphy There is a pull request #222 which implements an expanded range for __bucket_from and __bucket_to. Please, comment there what you think.

Read more comments on GitHub >

github_iconTop Results From Across the Web

2020-October.txt - SuSE Lists
Changes in zypper: - man: Enhance description of the global package cache. ... remove console.log * add ScopedVars to replace function * Make...
Read more >
Configure data links | Grafana documentation
Click in the URL field and then type $ or press Ctrl+Space or Cmd+Space to see a list of available variables. By adding...
Read more >
4.2.0-rc.0 - Release Status
#1916; Enhance Baremetal Host detail page with additional data #1915; kubevirt: fix sorting in disks tab #1890; Add buckets card to object ...
Read more >
Grafana: CHANGELOG.md - Fossies
Alerting: Add Notification error feedback on contact points view. ... (Enterprise); Google Cloud Monitoring: Fix bucket bound for distributions.
Read more >
Source - GitHub
9.2.0 START --> # 9.2.0 (2022-10-11) ### Features and enhancements - **Alerting:** Add Notification error feedback on contact points view.
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