-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[exporter/clickhouse] [Usage][BugReport] Data is lost while using collector. #26465
Comments
Mirror Issue Link: SigNoz/signoz-otel-collector#170 |
Is there any relationship between the error and ClickHouse index? |
This usually comes from a timeout. What Collector components are you using? Are you perhaps using the ClickHouse Exporter? |
I check the Clickhouse to the different Clickhouse instance, then the insert failed disappear, so I think maybe is the clickhouse instance problem. |
Pinging code owners for exporter/clickhouse: @hanjm @dmitryax @Frapschen. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Alright, I am going to label this as 'waiting for author' until you verify this. I also transferred this to contrib and labeled it under the clickhouse exporter. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
please provide and check the collector full config and more log at debug level. batch_size, send_timeout. please check the clickhouse endpoint work. (curl endpoint it will response some text) please check the collector and clickhouse resource usage( cpu mem disk) |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Describe the bug
I'm using collector to gather data from multi agents. Collector executing insert SQL into ClickHouse, and error like 'context deadline exceeded'.
Steps to reproduce
I use collector to gather data.
Collector executes insert into ClickHouse.
What did you expect to see?
SQL insertion successes.
What did you see instead?
error report like 'context deadline exceeded'.
What version did you use?
signoz-otel-collector: v0.76.2
What config did you use?
I will paste later.
Environment
OS: Centos 3.10.0
Compiler(if manually compiled): go 17.2
Additional context
The text was updated successfully, but these errors were encountered: