mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipe for zim32/symfony-tracing-http-client package (#1656)
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user