Class ProtoApplicationTarget
Records which application a registered HTTP target (client) belongs to, so collectors and other services can resolve the target's application without a separate client configuration section.
public sealed record ProtoApplicationTarget : IEquatable<ProtoApplicationTarget>
- Inheritance
-
ProtoApplicationTarget
- Implements
- Inherited Members
- Extension Methods
Constructors
ProtoApplicationTarget(string, string)
Records which application a registered HTTP target (client) belongs to, so collectors and other services can resolve the target's application without a separate client configuration section.
public ProtoApplicationTarget(string TargetName, string Application)
Parameters
Properties
Application
public string Application { get; init; }
Property Value
TargetName
public string TargetName { get; init; }