protected override void Probe(ProbeContext context) { context.Add("type", "InMemory"); context.Add("baseAddress", _hostConfiguration.HostAddress); _messageFabric.Probe(context); }
void IProbeSite.Probe(ProbeContext context) { var scope = context.CreateScope("host"); scope.Set(new { Type = "InMemory" }); _messageFabric.Probe(scope); _receiveEndpoints.Probe(scope); }
public void Probe(ProbeContext context) { _messageFabric.Probe(context); }