Fix confusing comment
This commit is contained in:
parent
a1aca7bdf2
commit
dc725f90a9
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue