Compare commits

..
Author SHA1 Message Date
github-action[bot]andgithub-action[bot] 1e26fffdab Create Flex endpoint 2024-12-10 09:54:50 +00:00
4 changed files with 163 additions and 70 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
{ {
"aliases": [], "aliases": [],
"recipes": { "recipes": {
"traceway/opentelemetry-symfony": [ "inspector-apm/inspector-symfony": [
"2.1" "1.0",
"1.3"
] ]
}, },
"recipe-conflicts": [], "recipe-conflicts": [],
@@ -12,9 +13,9 @@
"_links": { "_links": {
"repository": "github.com/symfony/recipes-contrib", "repository": "github.com/symfony/recipes-contrib",
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main", "origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1991/{package_dotted}.{version}.json", "recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1725/{package_dotted}.{version}.json",
"recipe_template_relative": "{package_dotted}.{version}.json", "recipe_template_relative": "{package_dotted}.{version}.json",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1991/archived/{package_dotted}/{ref}.json", "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1725/archived/{package_dotted}/{ref}.json",
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
} }
} }
+79
View File
@@ -0,0 +1,79 @@
{
"manifests": {
"inspector-apm/inspector-symfony": {
"manifest": {
"bundles": {
"Inspector\\Symfony\\Bundle\\InspectorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"INSPECTOR_INGESTION_KEY": ""
},
"post-install-output": [
" * <fg=blue>Read</> the full documentation to properly configure your",
" Symfony application at <comment>https://docs.inspector.dev/</>"
]
},
"files": {
"config/packages/inspector.yaml": {
"contents": [
"inspector:",
" ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'",
" ignore_routes:",
" - '_wdt'",
" - '_profiler'",
" - '_profiler_home'",
" - '_profiler_search'",
" - '_profiler_search_bar'",
" - '_profiler_phpinfo'",
" - '_profiler_search_results'",
" - '_profiler_open_file'",
" - '_profiler_router'",
" - '_profiler_exception'",
" - '_profiler_exception_css'",
" ignore_commands:",
" - 'debug:autowiring'",
" - 'debug:config'",
" - 'debug:container'",
" - 'debug:event-dispatcher'",
" - 'debug:form'",
" - 'debug:router'",
" - 'debug:translation'",
" - 'debug:twig'",
" - 'debug:validator'",
" - 'make:auth'",
" - 'make:command'",
" - 'make:controller'",
" - 'make:crud'",
" - 'make:docker:database'",
" - 'make:entity'",
" - 'make:fixtures'",
" - 'make:form'",
" - 'make:functional-test'",
" - 'make:message'",
" - 'make:messenger-middleware'",
" - 'make:migration'",
" - 'make:registration-form'",
" - 'make:reset-password'",
" - 'make:serializer:encoder'",
" - 'make:serializer:normalizer'",
" - 'make:subscriber'",
" - 'make:test'",
" - 'make:twig-extension'",
" - 'make:unit-test'",
" - 'make:user'",
" - 'make:validator'",
" - 'make:voter'",
""
],
"executable": false
}
},
"ref": "fefb11e1366fc61c05f82296d98d4fb3210aa06d"
}
}
}
+79
View File
@@ -0,0 +1,79 @@
{
"manifests": {
"inspector-apm/inspector-symfony": {
"manifest": {
"bundles": {
"Inspector\\Symfony\\Bundle\\InspectorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"INSPECTOR_INGESTION_KEY": ""
},
"post-install-output": [
" * <fg=blue>Read</> the full documentation to properly configure your",
" Symfony application at <comment>https://docs.inspector.dev/</>"
]
},
"files": {
"config/packages/inspector.yaml": {
"contents": [
"inspector:",
" ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'",
" enabled: true",
" transport: async",
" ignore_routes:",
" - '/_wdt*'",
" - '/_profiler*'",
" ignore_commands:",
" - 'messenger:consume'",
" - 'assets:install'",
" - 'cache:clear'",
" - 'doctrine:migrations:migrate'",
" - 'schedule:run'",
"",
" # Development commands section",
" - 'debug:autowiring'",
" - 'debug:config'",
" - 'debug:container'",
" - 'debug:event-dispatcher'",
" - 'debug:form'",
" - 'debug:router'",
" - 'debug:translation'",
" - 'debug:twig'",
" - 'debug:validator'",
" - 'make:auth'",
" - 'make:command'",
" - 'make:controller'",
" - 'make:crud'",
" - 'make:docker:database'",
" - 'make:entity'",
" - 'make:fixtures'",
" - 'make:form'",
" - 'make:functional-test'",
" - 'make:message'",
" - 'make:messenger-middleware'",
" - 'make:migration'",
" - 'make:registration-form'",
" - 'make:reset-password'",
" - 'make:serializer:encoder'",
" - 'make:serializer:normalizer'",
" - 'make:subscriber'",
" - 'make:test'",
" - 'make:twig-extension'",
" - 'make:unit-test'",
" - 'make:user'",
" - 'make:validator'",
" - 'make:voter'",
""
],
"executable": false
}
},
"ref": "4cf3861cbf9657d2ff27f772e7cd61a520d4110d"
}
}
}
-66
View File
@@ -1,66 +0,0 @@
{
"manifests": {
"traceway/opentelemetry-symfony": {
"manifest": {
"bundles": {
"Traceway\\OpenTelemetryBundle\\OpenTelemetryBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "OpenTelemetry SDK auto-initialization",
"OTEL_PHP_AUTOLOAD_ENABLED": "true",
"#2": "Service identity (shown in your backend)",
"OTEL_SERVICE_NAME": "%project_name%",
"#3": "Traces exporter: otlp | zipkin | console | none",
"OTEL_TRACES_EXPORTER": "otlp",
"#4": "Collector or backend endpoint",
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4318",
"#5": "Protocol: http/json | http/protobuf | grpc \u2014 use http/json unless ext-protobuf is installed",
"OTEL_EXPORTER_OTLP_PROTOCOL": "http/json"
},
"post-install-output": [
"",
" * <fg=blue>OpenTelemetry Symfony Bundle</> is wired and ready to trace your app.",
"",
" * Verify your wiring:",
"",
" <comment>$ bin/console traceway:doctor</comment>",
"",
" * Override <comment>OTEL_*</> environment variables in <comment>.env.local</> to point at your backend.",
"",
" * Documentation:",
"",
" <comment>https://github.com/tracewayapp/opentelemetry-symfony-bundle</>"
]
},
"files": {
"config/packages/open_telemetry.yaml": {
"contents": [
"open_telemetry:",
" traces:",
" excluded_paths: ['/_profiler', '/_wdt', '/health']",
"",
"when@test:",
" open_telemetry:",
" traces:",
" enabled: false",
" metrics:",
" enabled: false",
" logs:",
" correlation:",
" enabled: false",
" export:",
" enabled: false",
""
],
"executable": false
}
},
"ref": "6f6a343b626a4b2dbfcbc0c8e9ae9e467e3058c7"
}
}
}