File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ The following steps will guide you through enabling the profiling component on t
112
112
}
113
113
}
114
114
```
115
- Alternatively, set the ` APPLICATIONINSIGHTS_PROFILER_ENABLED ` environment variable to true.
115
+ Alternatively, set the ` APPLICATIONINSIGHTS_PREVIEW_PROFILER_ENABLED ` environment variable to true.
116
116
117
117
1 . Restart your process with the updated configuration.
118
118
@@ -138,7 +138,7 @@ Profiles can be generated/edited in the JDK Mission Control (JMC) user interface
138
138
139
139
### Environment variables
140
140
141
- - ` APPLICATIONINSIGHTS_PROFILER_ENABLED ` : boolean (default: ` false ` )
141
+ - ` APPLICATIONINSIGHTS_PREVIEW_PROFILER_ENABLED ` : boolean (default: ` false ` )
142
142
Enables/disables the profiling feature.
143
143
144
144
### Configuration file
You can’t perform that action at this time.
0 commit comments