We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is.
Describe the solution you'd like 将链路数据转成行协议,发送到dataway
The text was updated successfully, but these errors were encountered:
如果还有需要补充的,编辑 追加!
Sorry, something went wrong.
开源地址: https://github.com/GuanceCloud/guance-java-exporter
java -javaagent:/usr/local/opentelemetry-javaagent-1.26.3-guance.jar \ -Dotel.traces.exporter=guance \ -Dotel.metrics.exporter=guance \ -Dotel.exporter.guance.endpoint=https://openway.guance.com \ -Dotel.exporter.guance.token=tkn_0d9ebb474xxxxxxxxxx \ -jar app.jar
如果是 k8s :
export OTEL_TRACES_EXPORTER=guance export OTEL_METRICS_EXPORTER=guance export OTEL_EXPORTER_GUANCE_ENDPOINT=https://openway.guance.com export OTEL_EXPORTER_GUANCE_TOKEN=tkn_0d9ebb474xxxxxxxxxx
参数说明:
guance
endpoint
https://openway.guance.com
token
songlonqi-java
No branches or pull requests
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Describe the solution you'd like
将链路数据转成行协议,发送到dataway
The text was updated successfully, but these errors were encountered: