27 Jul 2025
02:44 PM
- last edited on
29 Jul 2025
08:23 AM
by
MaciejNeumann
Hi,
I'm looking at monaco deploy of EasyTrade: easytrade/monaco/config/bizevent-capturing/config.yaml at main · Dynatrace/easytrade
It deploys without problems, but what I don't understand is:
- id: http-dotnet
config:
template: &template oneagent-feature.json
skip: false
parameters:
featureKey: SENSOR_DOTNET_BIZEVENTS_HTTP_INCOMING
type: &type
settings:
schema: builtin:oneagent.features
scope: environment
This is the json of the template:
This is the json template:
{
"enabled": true,
"instrumentation": true,
"key": "{{ .featureKey }}"
}
Thanks!
Regards, Deni
Solved! Go to Solution.
28 Jul 2025 05:07 PM