Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

dashboard info by domain #439

Merged
merged 12 commits into from
Aug 22, 2022
Merged

Conversation

jacekkolasa
Copy link
Contributor

related to netdata/netdata-cloud#541

Build dashboard from dashboard_info.js, based on domain (room | node), for example:

  "disk.util": {
    room: {
      info: "Info visible only in room overview",
      heads: [netdataDashboard.gaugeChart("Utilization in room", "12%", "", "#FF5588")],
    },
    node: {
      info: "Info visible only in node-view",
    },

    colors: "#FF5588",
    heads: [netdataDashboard.gaugeChart("Utilization", "12%", "", "#FF5588")],
    info: "Disk Utilization measures the amount of time the disk was busy with something. This is not related to its performance. 100% means that the system always had an outstanding operation on the disk. Keep in mind that depending on the underlying technology of the disk, 100% here may or may not be an indication of congestion.",
  },

If room or node keys are present, properties available there override the config for given context.

@jacekkolasa jacekkolasa requested a review from a team August 17, 2022 15:02
@jacekkolasa jacekkolasa changed the title Feat nc 541/dashboard info by domain dashboard info by domain Aug 17, 2022
@thiagoftsm thiagoftsm requested a review from ilyam8 August 18, 2022 14:42
@ilyam8 ilyam8 removed their request for review August 18, 2022 15:00
Copy link
Contributor

@burbuli8ra burbuli8ra left a comment

Choose a reason for hiding this comment

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

In general it LGTM, but just a question, why was the python version section removed?

@jacekkolasa jacekkolasa force-pushed the feat-nc-541/dashboard_info-by-domain branch from c9e5321 to 6aa4851 Compare August 22, 2022 11:43
@jacekkolasa jacekkolasa merged commit 9cfb9f0 into master Aug 22, 2022
@jacekkolasa jacekkolasa deleted the feat-nc-541/dashboard_info-by-domain branch August 22, 2022 11:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants