-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cassandra exporter keyspace check and dynamic timeout #27681
cassandra exporter keyspace check and dynamic timeout #27681
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Co-authored-by: Curtis Robert <crobert@splunk.com>
Co-authored-by: Curtis Robert <crobert@splunk.com>
Co-authored-by: Curtis Robert <crobert@splunk.com>
Co-authored-by: Curtis Robert <crobert@splunk.com>
Co-authored-by: Curtis Robert <crobert@splunk.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some nits around style and wording, looks good otherwise!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error: ../../exporter/cassandraexporter/factory.go:29:20: undefined: time
make[2]: *** [Makefile:272: otelcontribcol] Error 1
make[2]: Leaving directory '/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib'
make[1]: Leaving directory '/home/runner/work/opentelemetry-collector-contrib/opentelemetry-collector-contrib'
make[1]: *** [Makefile:209: docker-component] Error 2
make: *** [Makefile:[22](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/6873856808/job/18694541155?pr=27681#step:6:23)2: docker-otelcontribcol] Error 2
there existed failed checks I think should be fixed @emreyalvac
Check keyspace if exist and dynamic timeout for connection
#27633