Skip to content

Commit 2c7e501

Browse files
authored
Merge pull request #296691 from neilverse/main
Added telegraf health and storage connectivity metrics
2 parents f6fb0cb + 1acad8c commit 2c7e501

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

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

Lines changed: 17 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,24 @@ 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+
249+
| Metric | Category | Display Name | Unit | Description | Dimensions |
250+
|-------------|:-------------:|:-----:|:----------:|:-----------:|:--------------------------:|
251+
|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|
252+
|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|
253+
|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|
254+
|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|
255+
|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|
256+
|TelegrafWriteBufferPercentUsed|Telegraf|Telegraf Write Buffer Percent Used|Percent|Percentage of metric write buffer that is being used. In the absence of data, this metric will default to 0|Host, Output|
244257

245258
### ***Platform Cluster***
246259

0 commit comments

Comments
 (0)