Skip to content

Commit

Permalink
add recipe for opentelemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Dec 29, 2023
1 parent 50ef725 commit 46d5929
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions shopware/opentelemetry/0.1/config/prod/opentelemetry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# see https://github.com/shopwareLabs/opentelemetry/blob/main/README.md
shopware:
profiler:
integrations:
- OpenTelemetry

monolog:
handlers:
main:
type: service
id: monolog.handler.open_telemetry
elasticsearch:
type: service
id: monolog.handler.open_telemetry
10 changes: 10 additions & 0 deletions shopware/opentelemetry/0.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"bundles": {
"Shopware\\OpenTelemetry\\OpenTelemetryShopwareBundle": [
"all"
]
}
}

0 comments on commit 46d5929

Please sign in to comment.