Skip to content

Commit c1a9f43

Browse files
kimsaucejpipkin1
andauthored
Update docs/apm/traces/get-started-transaction-tracing/opentelemetry-instrumentation/go/index.md
Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent 7c0e214 commit c1a9f43

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/apm/traces/get-started-transaction-tracing/opentelemetry-instrumentation/go/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func main() {
103103
The last step is to configure few other things like:
104104

105105
* `SERVICE_NAME`. Insert the application service name. Ensure the string value represents its business logic, such as "SumoWebCall". This will appear as a tracing service name in Sumo Logic.
106-
* `APPLICATION_NAME`. Insert 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. For example, 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)).
106+
* `APPLICATION_NAME`. Insert 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. For example, 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)).
107107
* `ENDPOINT_ADDRESS`. OTLP HTTP (default port 4318) endpoint address must be provided with the location of the OpenTelemetry Collector/Agent (recommended for production) or [OTLP/HTTP source](/docs/send-data/hosted-collectors/http-source/otlp). Refer to the following setup instructions if you haven't yet installed a collector:
108108
* [Set up traces collection for Kubernetes environments](/docs/apm/traces/get-started-transaction-tracing/set-up-traces-collection-for-kubernetes-environments.md)
109109
* [Set up traces collection for other environments usage](/docs/apm/traces/get-started-transaction-tracing/set-up-traces-collection-for-other-environments.md)

0 commit comments

Comments
 (0)