-
Notifications
You must be signed in to change notification settings - Fork 100
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
Getting error message has label dimensions inconsistent with previously collected metrics in the same metric family #27
Comments
You can check the fix (open PR) |
Still getting this on 0.13.0
|
Wanted to post that I am having the same issue. This fully blocks the use of the exporter, as it won't serve any other metrics |
I believe this would be fixed by #319 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Executing stackdriver_exporter as:
Then running
Gives me
An error has occurred during metrics collection:
2 error(s) occurred:
collected metric stackdriver_consumed_api_serviceruntime_googleapis_com_api_request_count label:<name:"grpc_status_code" value:"0" > label:<name:"location" value:"us-central1" > label:<name:"method" value:"google.api.servicecontrol.v1.ServiceController.Check" > label:<name:"project_id" value:"myproject" > label:<name:"protocol" value:"" > label:<name:"response_code" value:"200" > label:<name:"response_code_class" value:"2xx" > label:<name:"service" value:"servicecontrol.googleapis.com" > label:<name:"unit" value:"1" > label:<name:"version" value:"v1" > gauge:<value:2 > has label dimensions inconsistent with previously collected metrics in the same metric family
collected metric stackdriver_consumed_api_serviceruntime_googleapis_com_api_request_count label:<name:"grpc_status_code" value:"0" > label:<name:"location" value:"us-central1" > label:<name:"method" value:"google.api.servicecontrol.v1.ServiceController.Report" > label:<name:"project_id" value:"myproject" > label:<name:"protocol" value:"" > label:<name:"response_code" value:"200" > label:<name:"response_code_class" value:"2xx" > label:<name:"service" value:"servicecontrol.googleapis.com" > label:<name:"unit" value:"1" > label:<name:"version" value:"v1" > gauge:<value:1 > has label dimensions inconsistent with previously collected metrics in the same metric family
Is there any way to use stackdriver_exporter to grab those metrics?
The text was updated successfully, but these errors were encountered: