Replies: 1 comment
-
|
why You also could ask AI to get this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use opentelemetry-agent collect the trace metric and logs,then send to Skywalking.I try to do it for a long time,but fail.I use the 10.4.0 version,and my config like
. Then my vm variable is-javaagent:D:\opentelemetry-javaagent.jar-Dotel.service.name=xxxxx-gateway
-Dotel.traces.exporter=otlp
-Dotel.metrics.exporter=otlp
-Dotel.logs.exporter=otlp
-Dotel.exporter.otlp.endpoint=http://host:4317
-Dotel.exporter.otlp.protocol=grpc
-Dotel.logs.mdc.enabled=true`.However the 4317 port is not enabled.
Beta Was this translation helpful? Give feedback.
All reactions