Update comments for ServiceName property in ZipkinExporterOptions (#1539)
* Updated Service Name description * Updated Service Name description
This commit is contained in:
parent
8a76f801e5
commit
c409b893f6
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue