-
Notifications
You must be signed in to change notification settings - Fork 798
I'm not familiar with the ES exporter data. There's a gap problem #330
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
Comments
Hi @guleng , |
Hello, I have same issue, any news on this? Or any advise how to troubleshoot this? Exporter logs looking fine. No issues with stability of elastic cluster
|
If someone is interested it seems I found solution. You need to just increase timeout parameter of the exporter. Default value is 5s, and when cluster is under big load it seems it's insufficient. I increase it to 30s and everything works fine :) |
That would make sense to me. I think that the missing data must be related to data not being scraped in a timely manner from prometheus (like in the event of a timeout). |
I'm not familiar with the ES exporter data. There's a gap problem
My profile:
- --es.uri=http://elasticsearch-logging.kube-system:9200 - --es.all - --es.indices - --es.timeout=30s - --es.clusterinfo.interval=30s - --es.shards - --es.snapshots - --web.listen-address=:9108 - --web.telemetry-path=/metrics
es version:
6.6.1
Es deployed in kubernetes
I don't know why.
The text was updated successfully, but these errors were encountered: