Skip to content

Commit 9bb7923

Browse files
author
Soumya Maitra
committed
Added telegraf health and storage connectivity metrics
1 parent 978de91 commit 9bb7923

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

articles/operator-nexus/list-of-metrics-collected.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ This section provides the list of metrics collected from the different component
3131
- [***Kubernetes Pod***](#kubernetes-pod)
3232
- [***Kubernetes StatefulSet***](#kubernetes-statefulset)
3333
- [***Virtual Machine Orchestrator***](#virtual-machine-orchestrator)
34-
- [***sharedVolume***](#sharedvolume)
34+
- [***storage***](#storage)
35+
- [***telegraf***](#telegraf)
3536
- [***Platform Cluster***](#platform-cluster)
3637
- [Baremetal servers](#baremetal-servers)
3738
- [***node metrics***](#node-metrics)
@@ -235,12 +236,23 @@ All these metrics for Nexus Cluster are collected and delivered to Azure Monitor
235236
|KubevirtVmiStorageWriteTimesMsTotal|VMOrchestrator|Kubevirt VMI Storage Write Times Total (Preview)|Milliseconds|Total time spent on write operations to storage. In the absence of data, this metric will retain the most recent value emitted|Drive, Name, Node|
236237
|NcVmiCpuAffinity|Network Cloud|CPU Pinning Map (Preview)|Count|Pinning map of virtual CPUs (vCPUs) to CPUs. In the absence of data, this metric will retain the most recent value emitted|CPU, NUMA Node, VMI Namespace, VMI Node, VMI Name|
237238

238-
### ***sharedVolume***
239+
### ***storage***
239240

240241
| Metric | Category | Display Name | Unit | Description | Dimensions |
241242
|-------------|:-------------:|:-----:|:----------:|:-----------:|:--------------------------:|
242-
|NfsVolumeSizeBytes|Deployment|NFS Volume Size Bytes|Bytes|Total Size of the NFS volume. In the absence of data, this metric will retain the most recent value emitted|CSN Name|
243-
|NfsVolumeUsedBytes|Deployment|NFS Volume Used Bytes|Bytes|Size of NFS volume used. In the absence of data, this metric will retain the most recent value emitted|CSN Name|
243+
|NfsVolumeSizeBytes|Storage|NFS Volume Size Bytes|Bytes|Total Size of the NFS volume. In the absence of data, this metric will retain the most recent value emitted|CSN Name|
244+
|NfsVolumeUsedBytes|Storage|NFS Volume Used Bytes|Bytes|Size of NFS volume used. In the absence of data, this metric will retain the most recent value emitted|CSN Name|
245+
|StorageControlPlaneConnectivity|Storage|Storage control-plane connectivity (Preview)|Count|Cluster's connectivity status to the storage appliance. In the absence of data, this metric will default to 0|Node, Endpoint, State|
246+
247+
### ***telegraf***
248+
| Metric | Category | Display Name | Unit | Description | Dimensions |
249+
|-------------|:-------------:|:-----:|:----------:|:-----------:|:--------------------------:|
250+
|TelegrafInternalAgentGatherErrors|Telegraf|Telegraf Internal Agent Gather Errors|Count|This metric tracks the number of errors that occur during the gather phase of the Telegraf agent's operation. These errors can happen for various reasons, such as issues with input plugins or problems accessing data sources. In the absence of data, this metric will retain the most recent value emitted|Host|
251+
|TelegrafInternalAgentGatherTimeouts|Telegraf|Telegraf Internal Agent Gather Timeouts|Count|The number of Telegraf internal agent gather timeouts. Timeouts can happen if the data sources are slow to respond or if there are network issues. In the absence of data, this metric will retain the most recent value emitted|Host|
252+
|TelegrafInternalAgentMetricsDropped|Telegraf|Telegraf Internal Agent Metrics Dropped|Count|This metric tracks the number of metrics that have been dropped by the Telegraf agent during its operation. Metrics can be dropped for various reasons, such as buffer overflows, write errors, or other issues that prevent the metrics from being successfully processed and sent to the output destination. In the absence of data, this metric will retain the most recent value emitted|Host|
253+
|TelegrafInternalAgentMetricsGathered|Telegraf|Telegraf Internal Agent Metrics Gathered|Count|This metric tracks the number of metrics that have been successfully gathered by the Telegraf agent. In the absence of data, this metric will retain the most recent value emitted|Host|
254+
|TelegrafInternalAgentMetricsWritten|Telegraf|Telegraf Internal Agent Metrics Written|Count|This metric tracks the number of metrics that have been successfully written by the Telegraf agent to the output destination. In the absence of data, this metric will retain the most recent value emitted|Host|
255+
|TelegrafWriteBufferPercentUsed|Telegraf|Telegraf Write Buffer Percent Used|Count|Percentage of metric write buffer that is being used. In the absence of data, this metric will default to 0|Host, Output|
244256

245257
### ***Platform Cluster***
246258

0 commit comments

Comments
 (0)