We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I follow the readme guide to run the example, json_exporter report error message:
caller=main.go:59 level=error msg="Error loading config" err="yaml: line 11: did not find expected key"
json_exporter/examples/config.yml
Line 12 in 9ecc44b
Replace the outermost double quotes with single quotes at Line 12, then it worked.
The text was updated successfully, but these errors were encountered:
Had the same issue and the above suggested solution fixed it. Thanks :) @zhengtianbao Please include the fix into the main branch, thanks!
Sorry, something went wrong.
Fixed in #185
No branches or pull requests
When I follow the readme guide to run the example, json_exporter report error message:
json_exporter/examples/config.yml
Line 12 in 9ecc44b
Replace the outermost double quotes with single quotes at Line 12, then it worked.
The text was updated successfully, but these errors were encountered: