Skip to content

Commit 420a08b

Browse files
committed
Add Service Name instructions to Configuration doc
1 parent 062e20e commit 420a08b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Configuration.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ export INSTANA_AGENT_IP = '127.0.0.1'
1111
export INSTANA_AGENT_PORT = '42699'
1212
```
1313

14+
## Setting the Service Name
15+
16+
If you'd like to assign a single service name for the entire application you can do so by setting an environment variable or via code:
17+
18+
```
19+
export INSTANA_SERVICE_NAME=myservice
20+
```
21+
22+
or
23+
24+
```Python
25+
instana.service_name = "myservice"
26+
```
27+
1428
## Debugging & More Verbosity
1529

1630
Setting `INSTANA_DEV` to a non nil value will enable extra logging output generally useful

0 commit comments

Comments
 (0)