We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062e20e commit 420a08bCopy full SHA for 420a08b
Configuration.md
@@ -11,6 +11,20 @@ export INSTANA_AGENT_IP = '127.0.0.1'
11
export INSTANA_AGENT_PORT = '42699'
12
```
13
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
28
## Debugging & More Verbosity
29
30
Setting `INSTANA_DEV` to a non nil value will enable extra logging output generally useful
0 commit comments