You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "Zod-Li (via GitHub)" <gi...@apache.org> on 2023/06/12 03:33:19 UTC

[GitHub] [dubbo] Zod-Li opened a new issue, #12497: OpenTelemetry Observation Support

Zod-Li opened a new issue, #12497:
URL: https://github.com/apache/dubbo/issues/12497

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   - [x] I have searched the [release notes](https://github.com/apache/dubbo/releases) of this repository and believe that this is not a duplicate.
   
   ## Describe the feature
   <!-- Please also discuss possible business value -->
   I'm working on using OpenTelemetry to solve observable problems in my team, and I'm having trouble trying to get dubbo(2.7.3) metrics and traces. 
   The main reasons for the problem as follows.
   1. It does not work well with Otel-Collector which uses push mode, and Dubbo Monitor uses pull mode.
   2. The dubbo metrics obtained through the Collector adapter cannot be correlated with traces & logs
   
   I would like to know if dubbo can natively support OpenTelemtry Metrics & Tracing API in version 2.7.x ?
   If wanted, we can provide a PR to add support for it by use SPI. 
   
   Tks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] Zod-Li commented on issue #12497: OpenTelemetry Observation Support

Posted by "Zod-Li (via GitHub)" <gi...@apache.org>.
Zod-Li commented on issue #12497:
URL: https://github.com/apache/dubbo/issues/12497#issuecomment-1589163562

   > @Zod-Li Thank you for your suggestion. Currently, only OTlp of Tracing is supported, and Metrics is not yet supported. We will consider implementing it in a later version.
   
   I'm doing on this, can provide PR after completion 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] chickenlj commented on issue #12497: OpenTelemetry Observation Support

Posted by "chickenlj (via GitHub)" <gi...@apache.org>.
chickenlj commented on issue #12497:
URL: https://github.com/apache/dubbo/issues/12497#issuecomment-1586681654

   This feature is now been supported in the 3.2.x branch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


Re: [I] OpenTelemetry Observation Support [dubbo]

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ closed issue #12497: OpenTelemetry Observation Support
URL: https://github.com/apache/dubbo/issues/12497


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] chickenlj commented on issue #12497: OpenTelemetry Observation Support

Posted by "chickenlj (via GitHub)" <gi...@apache.org>.
chickenlj commented on issue #12497:
URL: https://github.com/apache/dubbo/issues/12497#issuecomment-1587271020

   Please check the starters we have just added here:
   
   https://github.com/apache/dubbo/tree/3.2/dubbo-spring-boot/dubbo-spring-boot-starters/observability


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] conghuhu commented on issue #12497: OpenTelemetry Observation Support

Posted by "conghuhu (via GitHub)" <gi...@apache.org>.
conghuhu commented on issue #12497:
URL: https://github.com/apache/dubbo/issues/12497#issuecomment-1587282265

   This is Otlp sample: [https://github.com/apache/dubbo-samples/tree/master/4-governance/dubbo-samples-tracing/dubbo-samples-spring-boot-tracing-otel-otlp](https://github.com/apache/dubbo-samples/tree/master/4-governance/dubbo-samples-tracing/dubbo-samples-spring-boot-tracing-otel-otlp)
   
   This is Zipkin sample: [https://github.com/apache/dubbo-samples/tree/master/4-governance/dubbo-samples-tracing/dubbo-samples-spring-boot-tracing-zipkin](https://github.com/apache/dubbo-samples/tree/master/4-governance/dubbo-samples-tracing/dubbo-samples-spring-boot-tracing-zipkin)
   
   These are all OpenTelemetry tracers.
   
   @Zod-Li 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] conghuhu commented on issue #12497: OpenTelemetry Observation Support

Posted by "conghuhu (via GitHub)" <gi...@apache.org>.
conghuhu commented on issue #12497:
URL: https://github.com/apache/dubbo/issues/12497#issuecomment-1588812840

   @Zod-Li 
   Thank you for your suggestion. Currently, only OTlp of Tracing is supported, and Metrics is not yet supported. 
   We will consider implementing it in a later version.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] Zod-Li commented on issue #12497: OpenTelemetry Observation Support

Posted by "Zod-Li (via GitHub)" <gi...@apache.org>.
Zod-Li commented on issue #12497:
URL: https://github.com/apache/dubbo/issues/12497#issuecomment-1586768312

   > 
   
   Great~  
   I have checked the 3.2.x code, But I can't find a metrics implement of otlp-exporter, nor any implement that bridges micrometer metrics to opentelemetry, am I missing something? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] Zod-Li commented on issue #12497: OpenTelemetry Observation Support

Posted by "Zod-Li (via GitHub)" <gi...@apache.org>.
Zod-Li commented on issue #12497:
URL: https://github.com/apache/dubbo/issues/12497#issuecomment-1586951234

   > This feature is now been supported in the 3.2.x branch.
   
   Great~
   I have checked the 3.2.x code, But I can't find a metrics implement of otlp-exporter, nor any implement that bridges micrometer metrics to opentelemetry, am I missing something?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] Zod-Li commented on issue #12497: OpenTelemetry Observation Support

Posted by "Zod-Li (via GitHub)" <gi...@apache.org>.
Zod-Li commented on issue #12497:
URL: https://github.com/apache/dubbo/issues/12497#issuecomment-1588688146

   > This is Otlp sample: https://github.com/apache/dubbo-samples/tree/master/4-governance/dubbo-samples-tracing/dubbo-samples-spring-boot-tracing-otel-otlp
   > 
   > This is Zipkin sample: https://github.com/apache/dubbo-samples/tree/master/4-governance/dubbo-samples-tracing/dubbo-samples-spring-boot-tracing-zipkin
   > 
   > These are all OpenTelemetry tracers.
   > 
   > @Zod-Li
   
   Thanks a lot~  Is there an sample of exporting dubbo metrics via the otlp protocol ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org