Skip to content

Commit

Permalink
Update comments for ServiceName property in ZipkinExporterOptions (#1539
Browse files Browse the repository at this point in the history
)

* Updated Service Name description

* Updated Service Name description
  • Loading branch information
utpilla authored Nov 14, 2020
1 parent 8a76f80 commit c409b89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OpenTelemetry.Exporter.Zipkin/ZipkinExporterOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ public sealed class ZipkinExporterOptions
#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;

Expand Down

0 comments on commit c409b89

Please sign in to comment.