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

"... has label dimensions inconsistency with previously collected metrics in the same metric family" error #21

Closed
UnsignedLong opened this issue Feb 27, 2018 · 1 comment

Comments

@UnsignedLong
Copy link

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:

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
@UnsignedLong
Copy link
Author

Duplicate of #19 - sorry for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants