Update comments for ServiceName property in ZipkinExporterOptions (#1539)

* Updated Service Name description

* Updated Service Name description
This commit is contained in:
Utkarsh Umesan Pillai 2020-11-13 17:13:45 -08:00 committed by GitHub
parent 8a76f801e5
commit c409b893f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ namespace OpenTelemetry.Exporter.Zipkin
#endif
/// <summary>
/// Gets or sets the name of the service reporting telemetry.
/// Gets or sets the name of the service reporting telemetry. If the `Resource` associated with the telemetry
/// has "service.name" defined, then it'll be preferred over this option.
/// </summary>
public string ServiceName { get; set; } = DefaultServiceName;