Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pump, Cedric
lab-tracing
Commits
71d71e96
Commit
71d71e96
authored
Dec 26, 2020
by
Nane Kratzke
Browse files
build container image
parent
75566de6
Changes
1
Hide whitespace changes
Inline
Side-by-side
hiphop/service.py
View file @
71d71e96
...
...
@@ -4,6 +4,9 @@ from flask_opentracing import FlaskTracing
import
requests
import
os
# A very boring and basic hip-hop-service to demonstrate
# observalability and tracing.
service
=
os
.
environ
.
get
(
'HIPHOP'
,
'hiphop'
)
tier
=
int
(
os
.
environ
.
get
(
'TIER'
,
'1'
))
app
=
Flask
(
__name__
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment