Getting Index was outside the bounds of the array error when trying to scrape the metrics for virtual_machine and kubernetes #2392
Unanswered
HusnainTaja
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Using promitor I am trying to scrape metrics from a virtual machine but getting this message in the logs:-
And also getting error for kubernetes metrics:-
This are the metrics_declaration file:-
name: node_cpu_usage_millicores
description: "{Aggregated measurement of CPU utilization in millicores across the cluster}"
resourceType: KubernetesService
azureMetricConfiguration:
metricName: node_cpu_usage_millicores
aggregation:
type: Average
resourceDiscoveryGroups:
name: available_memory_bytes
description: "{Amount of physical memory, in bytes, immediately available for allocation to a process or for system use in the Virtual Machine}"
resourceType: VirtualMachine
azureMetricConfiguration:
metricName: Available Memory Bytes
aggregation:
type: Average
resourceDiscoveryGroups:
Request you to please help me as I am new to promitor
Promitor version:- 2.6
Beta Was this translation helpful? Give feedback.
All reactions