Add recipe for zim32/symfony-tracing-http-client package (#1656)

This commit is contained in:
zim32
2024-08-07 22:37:51 +02:00
committed by GitHub
parent ad2b97016d
commit d9bd38d008
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,11 @@
tracing:
tracers:
http: null
http_client_tracing:
# choose which services will be decorated with instrumented wrappers
decorated_services:
- service: http_client
# set to "true" to enable context propagation for this service
propagate: false
eager_content: true
@@ -0,0 +1,8 @@
{
"bundles": {
"Zim\\SymfonyHttpClientTracingBundle\\SymfonyHttpClientTracingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}