issues
search
opentracing-contrib
/
python-flask
OpenTracing instrumentation for the Flask microframework
BSD 3-Clause "New" or "Revised" License
136
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Properly trace iterators returned by Flask
#63
piotrmaslanka
closed
6 hours ago
1
Update for 2.0.0 (final) release;
#62
ptmcg
closed
9 months ago
0
Add HTTP_STATUS_CODE to responses
#61
ptmcg
closed
9 months ago
0
Updates for compatibility with Flask 3.0 and recent Python versions
#60
ptmcg
closed
9 months ago
2
Incompatible with Flask 3.0
#59
ptmcg
closed
9 months ago
1
Still remainders of mock
#58
mcepl
closed
9 months ago
1
TestTracingStartSpanCallback tests fail with AssertionError: The setup method 'before_request' can no longer be called on the application.
#57
mcepl
closed
9 months ago
2
Allow specifying excluded paths
#56
toelke
closed
9 months ago
1
when I use gevent patch_all, the jaeger won't have span record
#55
chenbodeng719
closed
9 months ago
1
Add operation name to baggage
#53
niryarden
closed
3 years ago
1
I mean is not None?
#52
ivnminin
closed
9 months ago
2
Format with black
#51
owais
closed
3 years ago
0
Server timing header
#50
owais
closed
3 years ago
0
Running flasktracing in gunicorn ends up to no root span
#49
zh0uquan
closed
4 years ago
1
fix trace wrapper
#48
MyGodIsHe
closed
9 months ago
2
Update note on breaking changes from 0.x
#47
hardbyte
closed
3 years ago
0
Add tag with status code to http responses
#46
Fortiz2305
closed
9 months ago
1
Status code tag is not added to spans when using @trace decorator
#45
Fortiz2305
closed
9 months ago
1
scope_manager not accessable via opentracing
#44
jendrikjoe
closed
9 months ago
2
Fix 1.1.0 release
#43
Jamim
closed
5 years ago
1
Passing around spans and other stories
#42
mooperd
closed
5 years ago
1
Add deploy section into .travis.yml
#41
Jamim
closed
5 years ago
4
Improve testing
#40
Jamim
closed
5 years ago
1
Extended traced_attributes scope to after_request (response) too
#39
lukacsg
closed
9 months ago
5
Question: Release Status
#38
zrayn
closed
4 years ago
8
On 404 operation_id is None which causes issues with some tracers
#37
Alphasite
opened
5 years ago
0
Is it possible to use this with jaeger-client 4.0.0?
#36
r0fls
closed
5 years ago
1
Question: How use opentracing.global_tracer() when using jaeger_client lib
#35
jan25
opened
5 years ago
3
Relax opentracing dependency to >=2,<3
#34
jan25
closed
5 years ago
3
Upgrade OT to 2.2.0
#33
jan25
closed
5 years ago
0
Recursive tracing
#32
r0fls
closed
5 years ago
2
Include additional data
#31
r0fls
closed
5 years ago
1
When trace_all_requests = True, add the possibility to exclude some URL
#30
Etienne-Carriere
opened
5 years ago
0
'Tracer' object has no attribute '_noop_scope'
#29
ukclivecox
closed
5 years ago
2
Add explicit empty string check on tagged attributes
#28
rmfitzpatrick
closed
5 years ago
0
How to invoke other services gracefully
#27
aaronluoq
opened
6 years ago
0
Adopt FlaskScopeManager
#26
rmfitzpatrick
closed
2 years ago
1
V1.0.0
#25
carlosalberto
closed
6 years ago
0
Allow to have the app set late for FlaskTracing.
#24
carlosalberto
closed
9 months ago
9
Initial ScopeManager integration.
#23
carlosalberto
closed
6 years ago
3
Possibility to call init_app
#22
denisdubovitskiy
opened
6 years ago
2
Add standard tags.
#21
carlosalberto
closed
6 years ago
2
Use RequestContextManager
#20
iurisilvio
closed
9 months ago
7
It seems FlaskTracer does not set span.kind tag on the server span
#19
yurishkuro
closed
6 years ago
4
Does this support OT 2.0 and scope managers?
#18
yurishkuro
opened
6 years ago
6
`start_span` on `FlaskTracer` should delegate to the underlying tracer implementation
#17
jscn
opened
6 years ago
4
Add examples with blueprints usage.
#16
ror6ax
closed
9 months ago
3
Running via flask run hangs forever
#15
ror6ax
opened
6 years ago
3
Best way to trace from inside other classes and static methods
#14
trondhindenes
opened
6 years ago
5
How to exclude certain routes
#13
trondhindenes
closed
6 years ago
1
Next