We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70fc04 commit ca26dbdCopy full SHA for ca26dbd
1 file changed
csharp/src/Telemetry/Traces/Listeners/ListenersOptions.cs
@@ -31,5 +31,12 @@ public static class Exporters
31
public const string None = "none";
32
public const string AdbcFile = "adbcfile";
33
}
34
+
35
+ public static class AdbcFile
36
+ {
37
+ public const string Location = "adbc.traces.exporter.adbcfile.location";
38
+ public const string MaxTraceFileSizeKb = "adbc.traces.exporter.adbcfile.maxtracesizekb";
39
+ public const string MaxTraceFiles = "adbc.traces.exporter.adbcfile.maxtracefiles";
40
+ }
41
42
0 commit comments