Skip to content

Commit

Permalink
Add recipe for zim32/symfony-tracing-http-client package
Browse files Browse the repository at this point in the history
  • Loading branch information
zim32 committed Aug 7, 2024
1 parent ad2b970 commit 0795390
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions zim32/symfony-tracing-http-client/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Zim\\SymfonyHttpClientTracingBundle\\SymfonyHttpClientTracingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 0795390

Please sign in to comment.