birschick-bq commented on code in PR #2847:
URL: https://github.com/apache/arrow-adbc/pull/2847#discussion_r2130261370
##########
csharp/src/Apache.Arrow.Adbc/AdbcOptions.cs:
##########
@@ -209,6 +209,25 @@ public static class IngestMode
public const string CreateAppend =
"adbc.ingest.mode.create_append";
}
+ public static class Telemetry
+ {
+ /// <summary>
+ /// EXPERIMENTAL. Sets/Gets the trace parent on OpenTelemetry
traces
+ /// </summary>
+ public const string TraceParent = "adbc.telemetry.trace_parent";
+
+ public static class Traces
+ {
+ public static class Exporter
+ {
+ public const string None = "none";
Review Comment:
Added
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]