Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block height specific logs #51

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

usmanmani1122
Copy link
Contributor

Description

TODO

@usmanmani1122 usmanmani1122 self-assigned this Sep 11, 2024
var blockHeight = event.target.value;
if (blockHeight && !isNaN(blockHeight))
document.getElementById("block-height-logs-link").href =
'https://${netname}.logs${domain}/d/aduznatawfxmob/cluster-logs?orgId=1&viewPanel=1&from=now-1m&to=now&var-userQuery=jsonPayload.blockHeight%3D"' + blockHeight + '"';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not all log lines have blockHeight field in them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants