Fix confusing comment

This commit is contained in:
David Baker 2023-03-31 11:12:10 +01:00
parent a1aca7bdf2
commit dc725f90a9

View file

@ -37,7 +37,8 @@ export interface ConfigOptions {
};
/**
* Controls whether to to send OpenTelemetry debugging data to collector
* Sets the URL to send opentelemetry data to. If unset, opentelemetry will
* be disabled.
*/
opentelemetry?: {
collector_url: string;