-
Notifications
You must be signed in to change notification settings - Fork 486
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
We are facing Error scraping metrics tls: failed to verify certificate: x509: certificate signed by unknown authority #1247
Comments
@dmitryax Hi , can someone assist on this issue please |
@dmitryax Hi did anyone got a chance to go through the issue, we still see the same issue |
you can try enabling preset and also providing receiver config:
Check this discussion around tls issues - #1034 |
@povilasv Thank you for your response
we not seeing the tls error now but we are not able to get the cluster metrics in the otel collector logs although as exporter we put debug , below the values.yaml file we are using. mode: daemonset presets: config: nodeSelector:
|
Thank you for your response
We are not seeing the tls error now but we are not able to get the cluster metrics in the otel collector logs although as exporter we put debug , below the values.yaml file we are using. mode: daemonset presets: config: nodeSelector:
|
@povilasv Hi , did you get a chance to look into this issue , can you please assist. |
Try enabling debug logs and seeing what is happening https://opentelemetry.io/docs/collector/internal-telemetry/#configure-internal-logs |
@shbasha-clgx, it'll help the community debug your issue if you paste formatted YAML. You can do that by surrounding your YAML blocks with triple backticks, or selecting the YAML you've pasted and then clicking on the |
Hi Team,
We are trying to install otel collector using helm and trying to get the kubernetesAttributes:
enabled: true
kubeletMetrics:
enabled: true
hostMetrics:
enabled: true
logsCollection:
enabled: true
includeCollectorLogs:
configuration added in values.yaml how ever we are facing below error , attached file for your reference.
Kindly look into this and please assist
error scraperhelper/scrapercontroller.go:197 Error scraping metrics {"kind": "receiver", "name": "kubeletstats", "data_type": "metrics", "error": "Get "
[https://xxxxxx:xxxx/stats/summary":]
tls: failed to verify certificate: x509: certificate signed by unknown authority", "scraper": "kubeletstats"}
we do not have self signed cert and need assistance on how to bypass this.
The text was updated successfully, but these errors were encountered: