Namespace PushTechnology.ClientInterface.Client.Features.Metrics

Classes

SessionEventParametersBuilder

Builder for ISessionEventParameters.

Interfaces

IMetricCollector

The common base interface for metric collectors.

IMetricCollectorBuilder

The common base interface for metric collector builders.

IMetrics

This feature allows a client to configure metric collectors.

IMetricSample

Represents a single metric sample.

IMetricSampleCollection

Represents a collection of metric samples.

IMetricsRequest

A parameterized query that can be used to fetch metrics from the server.

IMetricsResult

The result of a fetch metrics operation, initiated by a IMetricsRequest.

ISessionMetricCollector

The definition of a session metric collector.

ISessionMetricCollectorBuilder

A session metric collector builder.

ITopicMetricCollector

The definition of a topic metric collector.

ITopicMetricCollectorBuilder

A topic metric collector builder.

Enums

MetricType

Enumeration defining the metric types available. These match the types defined in the OpenMetrics specification.

Back to top