Steve Rao
Steve Rao
Hi everyone, my colleague and I will share a talk named [OpenTelemetry Community Update](https://kccncossaidevchn2024.sched.com/event/1eYcJ) in KubeCon HongKong in the end of August 2024. Is there anyone who will be in...
考虑到普及度问题,短期内没有计划加上,你是有相关使用述求吗?可以描述一下你的需求,社区了解后讨论一下。
请简单描述报错复现步骤,社区这边跟进处理一下!
> @steverao do you envision adding any specifics about InfluxDB? Like custom attributes, metrics, some non-obvious mapping for common attributes? At present, besides `db.system`, I also added some information about...
> it does not look like influxDB needs any customization on top of generic attributes and descriptions we have for common DB attributes/spans. Am I correct? Yes, for the plugin,...
> It seems that InfluxDB usage of common attributes is very well aligned with common definitions (database name is used in db.namespace and command name in the db.operation.name), so it...
It seems there is unstable URL in other document which caused the CI running failed! 
Could you clarify whether the metrics `jvm.thread.blocked`, `jvm.thread.waiting` and `jvm.thread.timed_waiting` represent the number of threads in the corresponding states?
> I am hoping to add attributes to an active ktor client span You can check out [related document](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/examples/extension/README.md) and estimate whether it can meet your requirement by adding an...
> I'm still not 100% sure how the Kotlin extensions get an unshaded context from the auto instrumentation. You can check out whether they can help you solve your final...