-
-
Notifications
You must be signed in to change notification settings - Fork 631
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add recipe for zim32/symfony-tracing-http-client package (#1656)
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
zim32/symfony-tracing-http-client/1.0/config/packages/tracing_http_client.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%/" | ||
} | ||
} |