-
Notifications
You must be signed in to change notification settings - Fork 115
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
OpenTracing alignment for agents #32
Comments
Related to this, https://opentelemetry.io/ will be the merging of OpenCensus and OpenTracing and is targeting a June 2019 Java reference release and September 2019 release for other languages. It would be great to have an elastic compatible "exporter" that would allow us to instrument using OpenTelemetry and point it to the elastic backend. Should I open up an issue to support OpenTelemetry? Thanks |
@axw Awesome, thanks so much! |
Following is a list of rules that our OpenTracing bridges should adhere to:
Tags
user.id
should not be stored as a tag, but instead be used to populatecontext.user.id
on the active transactiontype
tag is provided, the current span/transaction should use whatever their default type normally isLogs
event
field containing the valueerror
, the bridge should do one of the following:error.object
field, expect that to be a normal error object and log that however the agent normally logs errorsmessage
field, log that however the agent normally logs plain text messagesFormats
Parent/Child relationships
@elastic/apm-agent-devs If there's any other unanswered questions, put them in comments below and we'll update this list as they get answered.
The text was updated successfully, but these errors were encountered: