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: adding description to panels #2891

Merged
merged 3 commits into from
May 14, 2024
Merged

feat: adding description to panels #2891

merged 3 commits into from
May 14, 2024

Conversation

Hardikl
Copy link
Contributor

@Hardikl Hardikl commented May 13, 2024

With this PR change, Only these panels are pending and we can target them in next release

        // we don't get description for below panels, we need to manually formed them as per our need.
	ignoreList := []string{
		// These are from fsa
		"Volume Access ($Activity) History", "Volume Access ($Activity) History By Percent", "Volume Modify ($Activity) History", "Volume Modify ($Activity) History By Percent",
		// This is from workload
		"Top $TopResources Workloads by Service Time from sync_repl", "Top $TopResources Workloads by Service Time from flexcache_ral", "Top $TopResources Workloads by Service Time from flexcache_spinhi",
		"Top $TopResources Workloads by Latency from sync_repl", "Top $TopResources Workloads by Latency from flexcache_ral", "Top $TopResources Workloads by Latency from flexcache_spinhi", "Service Latency by Resources",
		// These are from svm
		"NFSv3 Latency Heatmap", "NFSv3 Read Latency Heatmap", "NFSv3 Write Latency Heatmap", "NFSv3 Latency by Op Type", "NFSv3 IOPs per Type",
		"NFSv4 Latency Heatmap", "NFSv4 Read Latency Heatmap", "NFSv4 Write Latency Heatmap", "NFSv4 Latency by Op Type", "NFSv4 IOPs per Type",
		"NFSv4.1 Latency Heatmap", "NFSv4.1 Read Latency Heatmap", "NFSv4.1 Write Latency Heatmap", "NFSv4.1 Latency by Op Type", "NFSv4.1 IOPs per Type",
		"NFSv4.2 Latency by Op Type", "NFSv4.2 IOPs per Type", "SVM NVMe/FC Throughput", "Copy Manager Requests",
		// This is from volume
		"Top $TopResources Volumes by Number of Compress Attempts", "Top $TopResources Volumes by Number of Compress Fail", "Volume Latency by Op Type", "Volume IOPs per Type",
		// This is from lun
		"IO Size",
		// This is from nfs4storePool
		"Allocations over 50%", "All nodes with 1% or more allocations in $Datacenter", "SessionConnectionHolderAlloc", "ConnectionParentSessionReferenceAlloc", "SessionHolderAlloc", "SessionAlloc", "StateRefHistoryAlloc",
	}

grafana/dashboards/cmode/snapmirror.json Outdated Show resolved Hide resolved
grafana/dashboards/cmode/snapmirror.json Outdated Show resolved Hide resolved
grafana/dashboards/cmode/snapmirror.json Outdated Show resolved Hide resolved
grafana/dashboards/cmode/snapmirror.json Outdated Show resolved Hide resolved
grafana/dashboards/cmode/snapmirror.json Outdated Show resolved Hide resolved
grafana/dashboards/cmode/snapmirror.json Outdated Show resolved Hide resolved
grafana/dashboards/cmode/data_protection_snapshot.json Outdated Show resolved Hide resolved
grafana/dashboards/cmode/data_protection_snapshot.json Outdated Show resolved Hide resolved
grafana/dashboards/cmode/data_protection_snapshot.json Outdated Show resolved Hide resolved
@cgrinds cgrinds merged commit 4fed67e into main May 14, 2024
6 checks passed
@cgrinds cgrinds deleted the hl_description branch May 14, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add descriptions to all Harvest dashboard panels and remove Drilldown from rows
3 participants