You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems that in some cases stackdriver-exporter got some errors when building prometheus metrics from stackdriver ones. On one of our projects we get the following output from the /metrics endpoint:
curl http://localhost:9255/metrics
An error has occurred during metrics collection:
6 error(s) occurred:
* collected metric stackdriver_cloud_dataproc_cluster_logging_googleapis_com_byte_count label:<name:"cluster_uuid" value:"aaaaaaaa-aaaa-bbbb-a8c3-ca7a4080223d" > label:<name:"log" value:"hadoop-hdfs-namenode" > label:<name:"project_id" value:"someproject" > label:<name:"region" value:"europe-west1" > label:<name:"severity" value:"INFO" > label:<name:"unit" value:"By" > gauge:<value:6610 > has label dimensions inconsistent with previously collected metrics in the same metric family
* collected metric stackdriver_cloud_dataproc_cluster_logging_googleapis_com_byte_count label:<name:"cluster_uuid" value:"aaaaaaaa-aaaa-bbbb-a8c3-ca7a4080223d" > label:<name:"log" value:"mapred-mapred-historyserver" > label:<name:"project_id" value:"someproject" > label:<name:"region" value:"europe-west1" > label:<name:"severity" value:"INFO" > label:<name:"unit" value:"By" > gauge:<value:0 > has label dimensions inconsistent with previously collected metrics in the same metric family
* collected metric stackdriver_cloud_dataproc_cluster_logging_googleapis_com_byte_count label:<name:"cluster_uuid" value:"aaaaaaaa-aaaa-bbbb-a8c3-ca7a4080223d" > label:<name:"log" value:"yarn-yarn-nodemanager" > label:<name:"project_id" value:"someproject" > label:<name:"region" value:"europe-west1" > label:<name:"severity" value:"INFO" > label:<name:"unit" value:"By" > gauge:<value:0 > has label dimensions inconsistent with previously collected metrics in the same metric family
* collected metric stackdriver_cloud_dataproc_cluster_logging_googleapis_com_log_entry_count label:<name:"cluster_uuid" value:"aaaaaaaa-aaaa-bbbb-a8c3-ca7a4080223d" > label:<name:"log" value:"hadoop-hdfs-namenode" > label:<name:"project_id" value:"someproject" > label:<name:"region" value:"europe-west1" > label:<name:"severity" value:"INFO" > label:<name:"unit" value:"1" > gauge:<value:9 > has label dimensions inconsistent with previously collected metrics in the same metric family
* collected metric stackdriver_cloud_dataproc_cluster_logging_googleapis_com_log_entry_count label:<name:"cluster_uuid" value:"aaaaaaaa-aaaa-bbbb-a8c3-ca7a4080223d" > label:<name:"log" value:"mapred-mapred-historyserver" > label:<name:"project_id" value:"someproject" > label:<name:"region" value:"europe-west1" > label:<name:"severity" value:"INFO" > label:<name:"unit" value:"1" > gauge:<value:0 > has label dimensions inconsistent with previously collected metrics in the same metric family
* collected metric stackdriver_cloud_dataproc_cluster_logging_googleapis_com_log_entry_count label:<name:"cluster_uuid" value:"aaaaaaaa-aaaa-bbbb-a8c3-ca7a4080223d" > label:<name:"log" value:"yarn-yarn-nodemanager" > label:<name:"project_id" value:"someproject" > label:<name:"region" value:"europe-west1" > label:<name:"severity" value:"INFO" > label:<name:"unit" value:"1" > gauge:<value:0 > has label dimensions inconsistent with previously collected metrics in the same metric family
The text was updated successfully, but these errors were encountered:
Hi,
it seems that in some cases stackdriver-exporter got some errors when building prometheus metrics from stackdriver ones. On one of our projects we get the following output from the /metrics endpoint:
The text was updated successfully, but these errors were encountered: