Files
symfony-flex-recipes-contrib/zim32.symfony-tracing-http-client.1.0.json
T
github-action[bot]andgithub-action[bot] a20605729b Update Flex endpoint
2024-08-07 20:38:06 +00:00

37 lines
1.3 KiB
JSON

{
"manifests": {
"zim32/symfony-tracing-http-client": {
"manifest": {
"bundles": {
"Zim\\SymfonyHttpClientTracingBundle\\SymfonyHttpClientTracingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/tracing_http_client.yaml": {
"contents": [
"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",
""
],
"executable": false
}
},
"ref": "160559a5d0316bb0dc06a3d020e409961e8880d0"
}
}
}