Class OtlpSignalerFactory
- Namespace
- Kuestenlogik.Bowire.Monitoring.Otlp
- Assembly
- Kuestenlogik.Bowire.Monitoring.Otlp.dll
Contributes the otlp --signal scheme.
public sealed class OtlpSignalerFactory : ISignalerFactory
- Inheritance
-
OtlpSignalerFactory
- Implements
- Inherited Members
Constructors
OtlpSignalerFactory()
public OtlpSignalerFactory()
Properties
Scheme
The --signal scheme this factory handles (e.g. slack).
public string Scheme { get; }
Property Value
Methods
Create(string)
Build the signaler from the argument after scheme: — a webhook URL,
a routing key, an OTLP endpoint, … Throws SignalerConfigException
when the argument is missing or malformed.
public ISignaler Create(string argument)
Parameters
argumentstring