-
Notifications
You must be signed in to change notification settings - Fork 16
Verify integration with OpenTelemetry Collector #248
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
df3f140 to
395de1e
Compare
surister
approved these changes
Sep 22, 2025
amotl
commented
Sep 22, 2025
README.rst
Outdated
Comment on lines
22
to
23
| - Support for storing `OpenTelemetry`_ metrics data through | ||
| `OpenTelemetry Collector`_'s `Prometheus Remote Write Exporter`_. |
Member
Author
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.
After that patch has been merged, please refer to the documentation page here.
Member
Author
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.
Added cross-link with 3007b4a.
Those attributes became deprecated.
Those attributes became deprecated.
... by using the Prometheus Remote Write Exporter [1]. [1] https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusremotewriteexporter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About
With a bit of expanding the testing rig, this patch demonstrates at least OpenTelemetry metrics can be stored into CrateDB without much ado by just using existing software components, in this case the OpenTelemetry Collector and its Prometheus Remote Write Exporter together with the CrateDB Prometheus Adapter.
Outlook
Of course, a native CrateDB exporter would be much better, to also provide storing OpenTelemetry traces and logs, but this is certainly out of scope for this little patch. It would need to happen here, possibly by cloning the ClickHouse Exporter.
References
/cc @karynzv, @hammerhead, @kneth