Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

OpenTelemetry AppOptics exporter prototype #1

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

jiwen624
Copy link

@jiwen624 jiwen624 commented Mar 24, 2021

Note that this is just a prototype to report OT spans to the AO backend.
The exporter resides in the OT Go SDK so that customers won't need to start up a standalone collector to forward the spans. There is also an exporter implementation in the collector contrib repo and does the similar work.

The test result: https://my.appoptics.com/apm/123092/services/go-test/traces/DFF094AEAD607ACFD5AB44CA03E6199000000000?duration=3600&search=go-test
image

"go.opentelemetry.io/otel/trace"
)

func AOSpanTest() {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a 'normal' test case (whose name should start with Test and with a *testing.T parameter), but rather a stub function that produces and exports the OT span.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant