Skip to content

Commit 1278641

Browse files
kimsaucejpipkin1
andauthored
Update docs/apm/traces/get-started-transaction-tracing/opentelemetry-instrumentation/ruby-on-rails.md
Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent f0d67ae commit 1278641

File tree

1 file changed

+1
-1
lines changed
  • docs/apm/traces/get-started-transaction-tracing/opentelemetry-instrumentation

1 file changed

+1
-1
lines changed

docs/apm/traces/get-started-transaction-tracing/opentelemetry-instrumentation/ruby-on-rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The final step is to configure the exporter host, service and application name.
9696

9797
* `OTEL_SERVICE_NAME=SERVICE_NAME` - configure the service name. Ensure the string value represents its business logic, such as "FinanceServiceCall". This will appear as a tracing service name in Sumo Logic.
9898

99-
* `OTEL_RESOURCE_ATTRIBUTES=application=APPLICATION_NAME` - configure the application name. This will appear as a tracing application name in Sumo Logic. Additional attributes can be added here as comma-separated key=value pairs. Add the `deployment.environment=[environment-name]` tag as needed to allow for filtering by environment on dashboard panels. For more information, see [Add Services Panel to Dashboard](/docs/apm/services-list-map/#add-services-panel-to-dashboard).
99+
* `OTEL_RESOURCE_ATTRIBUTES=application=APPLICATION_NAME` - configure the application name. This will appear as a tracing application name in Sumo Logic. Additional attributes can be added here as comma-separated key=value pairs. Add the `deployment.environment=[environment-name]` tag as needed to allow for filtering by environment on dashboard panels. For more information, see [Add services panel to dashboard](/docs/apm/services-list-map/#add-services-panel-to-dashboard).
100100

101101
## TraceID, SpanID and operation data injection into logs
102102

0 commit comments

Comments
 (0)