Skip to content

Commit

Permalink
readme refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurkara committed Jan 30, 2024
1 parent 137ab11 commit 6f1a6e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,24 +178,5 @@ Requirements;

<hr>

# Tracing via Jaeger
Requirements;

1- Must have a jaeger server and should be set the below environment variables

JAEGER_HOST = 'jaeger ip'
JAEGER_PORT = 'jaeger port'

2- Must be activated the below environment variables on the config for using the jaeger;

TRACER_IS_ENABLED=True

![pydiator](https://raw.githubusercontent.com/ozgurkara/fastapi-pydiator/master/docs/assets/jaeger_pipeline_is_not_enabled.png)

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.

CACHE_PIPELINE_IS_ENABLED=True

![pydiator](https://raw.githubusercontent.com/ozgurkara/fastapi-pydiator/master/docs/assets/jaeger.png)


2 changes: 0 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ env =
DISTRIBUTED_CACHE_IS_ENABLED=False
CACHE_PIPELINE_IS_ENABLED=False
LOG_PIPELINE_IS_ENABLED=False
TRACER_PIPELINE_IS_ENABLED=False
TRACER_IS_ENABLED=False

0 comments on commit 6f1a6e2

Please sign in to comment.