|
1 | 1 | { |
2 | 2 | "profiles": { |
3 | | - "WithDatadogAndOTEL": { |
| 3 | + "WithDatadogAndOTELMAC": { |
4 | 4 | "commandName": "Project", |
5 | 5 | "environmentVariables": { |
6 | 6 | "DD_VERSION": "", |
|
25 | 25 | }, |
26 | 26 | "nativeDebugging": false |
27 | 27 | }, |
| 28 | + "WithDatadogAndOTELWindows": { |
| 29 | + "commandName": "Project", |
| 30 | + "environmentVariables": { |
| 31 | + "DD_VERSION": "", |
| 32 | + "DD_ENV": "testing", |
| 33 | + |
| 34 | + "DD_TRACE_OTEL_ENABLED": "true", |
| 35 | + "COR_ENABLE_PROFILING": "1", |
| 36 | + "COR_PROFILER": "{846F5F1C-F9AE-4B07-969E-05C26BC060D8}", |
| 37 | + "COR_PROFILER_PATH": "$(SolutionDir)shared\\bin\\monitoring-home\\win-x64\\Datadog.Trace.ClrProfiler.Native.dll", |
| 38 | + "COR_PROFILER_PATH_64": "$(SolutionDir)shared\\bin\\monitoring-home\\win-x64\\Datadog.Trace.ClrProfiler.Native.dll", |
| 39 | + |
| 40 | + "CORECLR_ENABLE_PROFILING": "1", |
| 41 | + "CORECLR_PROFILER": "{846F5F1C-F9AE-4B07-969E-05C26BC060D8}", |
| 42 | + "CORECLR_PROFILER_PATH": "$(SolutionDir)shared\\bin\\monitoring-home\\win-x64\\Datadog.Trace.ClrProfiler.Native.dll", |
| 43 | + "CORECLR_PROFILER_PATH_64": "$(SolutionDir)shared\\bin\\monitoring-home\\win-x64\\Datadog.Trace.ClrProfiler.Native.dll", |
| 44 | + |
| 45 | + "DD_DOTNET_TRACER_HOME": "$(SolutionDir)shared\\bin\\monitoring-home", |
| 46 | + |
| 47 | + "DD_TRACE_AGENT_PORT": "9126", |
| 48 | + "DD_SERVICE": "Samples.MassTransit8", |
| 49 | + "DD_TRACE_DEBUG": "true", |
| 50 | + "DD_TRACE_LOG_DIRECTORY": "C:\\temp\\dd-logs", |
| 51 | + |
| 52 | + "RABBITMQ_HOST": "localhost" |
| 53 | + }, |
| 54 | + "nativeDebugging": false |
| 55 | + }, |
28 | 56 | "NoDatadog": { |
29 | 57 | "commandName": "Project", |
30 | 58 | "environmentVariables": { |
|
0 commit comments