Skip to content

Commit 6f1a6e2

Browse files
committed
readme refactored
1 parent 137ab11 commit 6f1a6e2

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

README.md

-19
Original file line numberDiff line numberDiff line change
@@ -178,24 +178,5 @@ Requirements;
178178

179179
<hr>
180180

181-
# Tracing via Jaeger
182-
Requirements;
183-
184-
1- Must have a jaeger server and should be set the below environment variables
185-
186-
JAEGER_HOST = 'jaeger ip'
187-
JAEGER_PORT = 'jaeger port'
188-
189-
2- Must be activated the below environment variables on the config for using the jaeger;
190-
191-
TRACER_IS_ENABLED=True
192-
193-
![pydiator](https://raw.githubusercontent.com/ozgurkara/fastapi-pydiator/master/docs/assets/jaeger_pipeline_is_not_enabled.png)
194-
195-
3- If want to trace the handlers, should be activated the below environment variables on the config for using the jaeger. Otherwise, can just see the endpoint trace details.
196-
197-
CACHE_PIPELINE_IS_ENABLED=True
198-
199-
![pydiator](https://raw.githubusercontent.com/ozgurkara/fastapi-pydiator/master/docs/assets/jaeger.png)
200181

201182

pytest.ini

-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ env =
33
DISTRIBUTED_CACHE_IS_ENABLED=False
44
CACHE_PIPELINE_IS_ENABLED=False
55
LOG_PIPELINE_IS_ENABLED=False
6-
TRACER_PIPELINE_IS_ENABLED=False
7-
TRACER_IS_ENABLED=False

0 commit comments

Comments
 (0)