[feat] add observability config
This commit is contained in:
parent
a930185754
commit
cb4560db5c
4 changed files with 268 additions and 71 deletions
|
|
@ -8,6 +8,14 @@ http:
|
|||
|
||||
logging:
|
||||
level: INFO
|
||||
output: stdout
|
||||
format: text
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
tracing:
|
||||
enabled: true
|
||||
|
||||
otel:
|
||||
service_name: web-python-skelet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue