-
Notifications
You must be signed in to change notification settings - Fork 26.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
[Task] Monitoring indicators support otel format indicator export #13902
Labels
component/sdk
Related with apache/dubbo
help wanted
Everything needs help from contributors
type/enhancement
Everything related with code enhancement or performance
Comments
songxiaosheng
added
type/need-triage
Need maintainers to triage
component/need-triage
Need maintainers to triage
labels
Mar 11, 2024
songxiaosheng
changed the title
[Feature] Monitoring indicators support otel format indicator export
[Task] Monitoring indicators support otel format indicator export
Mar 11, 2024
AlbumenJ
added
help wanted
Everything needs help from contributors
type/enhancement
Everything related with code enhancement or performance
component/sdk
Related with apache/dubbo
and removed
type/need-triage
Need maintainers to triage
component/need-triage
Need maintainers to triage
labels
Mar 12, 2024
may be we can use export adapter like spring-boot |
I would like to take over this task, please assign it to me. @songxiaosheng |
I finished the initial coding and testing, here are my design ideas and some sample data, I hope to submit it to the community and then discuss it together!
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-otlp</artifactId>
</dependency>
consumer site promethues protocol data: consumer site otlp protocol data: |
Okay, you can submit a PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/sdk
Related with apache/dubbo
help wanted
Everything needs help from contributors
type/enhancement
Everything related with code enhancement or performance
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Descriptions
Currently, dubbo indicators support the use of micromter, but do not support the export of otel format. They need to be compatible with the otel format exporter.
Related issues
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: