-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/skywalking] add Skywalking tracing receiver impl #8549
Conversation
Signed-off-by: jian.tan <[email protected]>
Signed-off-by: jian.tan <[email protected]>
cc @jpkrohling, who I believe is sponsoring the component |
Co-authored-by: Juraci Paixão Kröhling <[email protected]>
Co-authored-by: Juraci Paixão Kröhling <[email protected]>
Co-authored-by: Juraci Paixão Kröhling <[email protected]>
Co-authored-by: Juraci Paixão Kröhling <[email protected]>
Signed-off-by: jian.tan <[email protected]>
Signed-off-by: jian.tan <[email protected]> # Conflicts: # receiver/apachereceiver/internal/metadata/generated_metrics.go # receiver/couchdbreceiver/internal/metadata/generated_metrics.go # receiver/elasticsearchreceiver/internal/metadata/generated_metrics.go # receiver/hostmetricsreceiver/internal/scraper/filesystemscraper/internal/metadata/generated_metrics.go # receiver/hostmetricsreceiver/internal/scraper/loadscraper/internal/metadata/generated_metrics.go # receiver/hostmetricsreceiver/internal/scraper/memoryscraper/internal/metadata/generated_metrics.go # receiver/hostmetricsreceiver/internal/scraper/networkscraper/internal/metadata/generated_metrics.go # receiver/hostmetricsreceiver/internal/scraper/pagingscraper/internal/metadata/generated_metrics.go # receiver/hostmetricsreceiver/internal/scraper/processscraper/internal/metadata/generated_metrics.go # receiver/mysqlreceiver/internal/metadata/generated_metrics.go # receiver/nginxreceiver/internal/metadata/generated_metrics.go # receiver/postgresqlreceiver/internal/metadata/generated_metrics.go
Signed-off-by: jian.tan <[email protected]>
Signed-off-by: jian.tan <[email protected]>
Signed-off-by: jian.tan <[email protected]>
Signed-off-by: jian.tan <[email protected]>
Signed-off-by: jian.tan <[email protected]>
Signed-off-by: jian.tan <[email protected]>
Signed-off-by: jian.tan <[email protected]>
#3870 Signed-off-by: jian.tan <[email protected]>
Hi Jared, @JaredTan95 I have a quick question, when I want to use skywalking tracing receiver, should I use opentelemetry agent for java or skywalking agent for java? Thanks, Heyang |
skywalking agent |
Thanks, Jared, Heyang |
As described by #8549 (comment): receivers:
skywalking:
protocols:
grpc:
endpoint: 0.0.0.0:11800
http:
endpoint: 0.0.0.0:12800
exporters:
jaeger:
endpoint: "jaeger:14250"
tls:
insecure: true
processors:
batch:
service:
pipelines:
traces:
receivers: [skywalking]
processors: [batch]
exporters: [jaeger] You shuold add |
OKay, Thanks a lot ,Jared, I will try it. Regards, |
Description: add Skywalking tracing receiver impl
Link to tracking Issue: #7954
Testing: tested with following steps:
Documentation: