Skip to content

Commit 5bb46d0

Browse files
committed
Update example service name
1 parent 2f60c62 commit 5bb46d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/simple.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# encoding=utf-8
2+
import os
23
import sys
34
import time
45

56
import opentracing as ot
67
import opentracing.ext.tags as ext
78

8-
SERVICE = "🦄 Stan ❤️s Python 🦄"
9+
os.environ['INSTANA_SERVICE_NAME'] = "🦄 Stan ❤️s Python 🦄"
910

1011

1112
def main(argv):

0 commit comments

Comments
 (0)