Results 154 comments of Ziqi Zhao

Could you provide more information abount variable `runtimeMetrics` and `hostMetrics`? For example, how are those two variables initialized ?

I'm new on OpenTelemetry, and when I search for demo examples, I found this issue. If this issue still need help, I've love to help with this. Is this ok...

I've already tested the demo code for metrics otel-collector locally, but I'm not sure how to write this doc is the best. 1. Modify this existing 'otel-collector' example, complement with...

I have already make a seperate demo for otel-colletor and metric data. @mx-psi @Aneurysm9 @MrAlias

what version do you use for otelcol

> jaeger_grpc I do not find any extension of type `jaeger_grpc`, where do you find this?

you should put jaeger to exporters , there is no extension of type `jaeger`. you can check the doc https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/jaegerexporter

> > jaeger_grpc > > ``` > extensions: > health_check: > pprof: > endpoint: 0.0.0.0:1777 > zpages: > endpoint: 0.0.0.0:55679 > jaeger: > endpoint: "10.29.8.64:14250" > insecure: true > receivers:...

BTW, the issue could be closed =D

I agree, I think we can also learn from go-contrib new instrumentation library request [template](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/new/choose) to define following steps/tasks to build a usable component. ## Tasks - Code complete: -...