From a20605729bf67666deb57804df8db9fa2385570d Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 7 Aug 2024 20:38:06 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 3 +- ...559a5d0316bb0dc06a3d020e409961e8880d0.json | 36 +++++++++++++++++++ index.json | 3 ++ zim32.symfony-tracing-http-client.1.0.json | 36 +++++++++++++++++++ 4 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 archived/zim32.symfony-tracing-http-client/160559a5d0316bb0dc06a3d020e409961e8880d0.json create mode 100644 zim32.symfony-tracing-http-client.1.0.json diff --git a/RECIPES.md b/RECIPES.md index f5e28f1d..1748e424 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -642,4 +642,5 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [zenstruck/signed-url-bundle](https://packagist.org/packages/zenstruck/signed-url-bundle) | [0.1](zenstruck/signed-url-bundle/0.1) | | [zenstruck/twig-service-bundle](https://packagist.org/packages/zenstruck/twig-service-bundle) | [0.2](zenstruck/twig-service-bundle/0.2) | | [zephyr/allmysms-bundle](https://packagist.org/packages/zephyr/allmysms-bundle) | [1.0](zephyr/allmysms-bundle/1.0) | -| [zim32/symfony-tracing-core](https://packagist.org/packages/zim32/symfony-tracing-core) | [1.0](zim32/symfony-tracing-core/1.0) | \ No newline at end of file +| [zim32/symfony-tracing-core](https://packagist.org/packages/zim32/symfony-tracing-core) | [1.0](zim32/symfony-tracing-core/1.0) | +| [zim32/symfony-tracing-http-client](https://packagist.org/packages/zim32/symfony-tracing-http-client) | [1.0](zim32/symfony-tracing-http-client/1.0) | \ No newline at end of file diff --git a/archived/zim32.symfony-tracing-http-client/160559a5d0316bb0dc06a3d020e409961e8880d0.json b/archived/zim32.symfony-tracing-http-client/160559a5d0316bb0dc06a3d020e409961e8880d0.json new file mode 100644 index 00000000..936d6f69 --- /dev/null +++ b/archived/zim32.symfony-tracing-http-client/160559a5d0316bb0dc06a3d020e409961e8880d0.json @@ -0,0 +1,36 @@ +{ + "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" + } + } +} diff --git a/index.json b/index.json index 69419fd8..bb8220e7 100644 --- a/index.json +++ b/index.json @@ -2051,6 +2051,9 @@ ], "zim32/symfony-tracing-core": [ "1.0" + ], + "zim32/symfony-tracing-http-client": [ + "1.0" ] }, "recipe-conflicts": { diff --git a/zim32.symfony-tracing-http-client.1.0.json b/zim32.symfony-tracing-http-client.1.0.json new file mode 100644 index 00000000..936d6f69 --- /dev/null +++ b/zim32.symfony-tracing-http-client.1.0.json @@ -0,0 +1,36 @@ +{ + "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" + } + } +}