You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service name that is visible in the Instana UI can be configured with the following environment variables. OpenTelemetry provides `OTEL_SERVICE_NAME` (see documentation [here](https://opentelemetry.io/docs/languages/sdk-configuration/general/#otel_service_name)) as a way to customize this within the SDK. We also provide `INSTANA_SERVICE_NAME` which will be taken as the highest precedence.
45
45
46
46
```bash
47
-
INSTANA_SERVICE_NAME=custom-service-name
47
+
exportINSTANA_SERVICE_NAME=custom-service-name
48
48
```
49
49
50
50
## Example
@@ -71,6 +71,6 @@ $span->end();
71
71
$tracerProvider->shutdown();
72
72
```
73
73
74
-
## Contributions
74
+
## Issues
75
75
76
-
This repo is maintained by IBM Instana and is read-only. Issues and other contributions should be reported as part of standard [Instana product support](https://www.ibm.com/support/pages/instana-support).
76
+
This repo is maintained by IBM Instana and is read-only. Issues should be reported as part of standard [Instana product support](https://www.ibm.com/support/pages/instana-support).
0 commit comments