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

[Feat]: Make sharing node id and space id easy #490

Open
luisj1983 opened this issue Jun 30, 2022 · 6 comments
Open

[Feat]: Make sharing node id and space id easy #490

luisj1983 opened this issue Jun 30, 2022 · 6 comments

Comments

@luisj1983
Copy link

Problem

I was recently troubleshooting an issue with Netdata and one of your team asked for the Space ID and NodeID of the affected agent.
I had to ask about the Space ID because it’s merely an ID and not a GUID and so it’s the space name; and yet the node ID is something like a GUID (don’t know if it’s global to Netdata or to my instance of data).

In any case it wasn’t obvious to find this information and it’s important for troubleshooting.

Description

  1. I’d like to suggest that the Space ID is added to the dialog which comes up when you select the cog/setting icon for that workspace/War Room; and the Node ID should come up when you click the “Select Node Information” button for a node (which should be trivial as it’s in the JSON output).
  2. Some documentation covering this as a Google search only turned up bug reports which ask for the values and don’t mention how to get them.

Importance

must have

Value proposition

If you want to make troubleshooting easier you need this sort of basic info to be easily available to sysadmin types and not require people to parse through ever lengthening URLs :)

Proposed implementation

No response

@netdata-community-bot
Copy link

This issue has been mentioned on the Netdata Community Forums. There might be relevant details there:

https://community.netdata.cloud/t/feature-request-node-id-and-space-id-in-web-gui/3044/4

@shyamvalsan
Copy link

Thanks @luisj1983 this is a great suggestion.

@andrewm4894
Copy link

I think there sort of is at least a workaround here: https://community.netdata.cloud/t/feature-request-node-id-and-space-id-in-web-gui/3044/5?u=andrewm4894

@luisj1983
Copy link
Author

Yup, that's why I figured it was a small change 😁
And parsing through a bunch of XML is a poor user experience, hence the RFC.
Plus, to be pedantic (sorry, not sorry), the XML mentions an "ID" field and not a "Node ID" field.
It's not obvious whether that "ID" value is context-dependent or not because it's just an "ID" and that could mean anything.
As I said, a doc change is the absolute minimum as it took me time and fruitless Googling to figure it out. It's such a simple thing causing unnecessary friction; but it seems like a low-effort UI change to simply expose information that's already there.

@cakrit
Copy link
Contributor

cakrit commented Jul 1, 2022

I really don't understand, why are we asking for these instead of the URL when they look at a single node view?
It contains the unique space slug (not the name) + the node id.
We just need to never request these two again.

@shyamvalsan shyamvalsan changed the title [Feat]: [Feat]: Make sharing node id and space id easy Jul 5, 2022
@luckman212
Copy link

How can one obtain the node_ids known to a netdata server via console / commandline?

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

No branches or pull requests

7 participants