-
Notifications
You must be signed in to change notification settings - Fork 14
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
Docs changes for GA #294
Docs changes for GA #294
Conversation
Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com>
MIGRATING.md
Outdated
| OpenTracing environment variable | OpenTelemetry environment variable | notes | | ||
| ---------------------------------- | -------------------------------------- | ----- | | ||
| SIGNALFX_ACCESS_TOKEN | SPLUNK_ACCESS_TOKEN | | | ||
| SIGNALFX_SERVICE_NAME | OTEL_SERVICE_NAME | | | ||
| SIGNALFX_ENDPOINT_URL | _no direct equivalent_ | see [the notes on endpoint](#endpoint) | | ||
| SIGNALFX_RECORDED_VALUE_MAX_LENGTH | OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT | | | ||
| SIGNALFX_TRACING_DEBUG | _no direct equivalent_ | see [instrumentation logs](#instrumentation-logs) | | ||
| SIGNALFX_SPAN_TAGS | OTEL_RESOURCE_ATTRIBUTES | format needs to be changed to `key1=val1,key2=val2` | | ||
| SIGNALFX_LOGS_INJECTION | SPLUNK_LOGS_INJECTION | | | ||
| SIGNALFX_LOGS_INJECTION_TAGS | OTEL_RESOURCE_ATTRIBUTES | there's no direct equivalent, but values specified in `OTEL_RESOURCE_ATTRIBUTES` will also be used for logs injection | | ||
| SIGNALFX_ENABLED_PLUGINS | n/a | see [the README section about instrumentations](./README.md#custom-instrumentation-packages) | | ||
| SIGNALFX_SERVER_TIMING_CONTEXT | SPLUNK_TRACE_RESPONSE_HEADER_ENABLED | | | ||
| SIGNALFX_TRACING_ENABLED | OTEL_TRACE_ENABLED | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rauno56 As discussed, we need the definitive list of settings here.
Codecov Report
@@ Coverage Diff @@
## main #294 +/- ##
=======================================
Coverage 94.91% 94.91%
=======================================
Files 10 10
Lines 295 295
Branches 76 76
=======================================
Hits 280 280
Misses 15 15 Continue to review full report at Codecov.
|
Changed default port to 4317. |
Docs changes for GA. See the comments to each file.