Publication type enumerator values.

Synopsis

Declared in <balm_publicationtype.h>

enum Value;

Members

Name

Description

e_UNSPECIFIED

There is no defined publication type for the metric.

e_TOTAL

Total of measured values over the published interval.

e_COUNT

Count of updates over the published interval.

e_MIN

Minimum measured value over the published interval.

e_MAX

Maximum measured value over the published interval.

e_AVG

Average measured value over the published interval.

e_RATE

Total measured value per second over the published interval.

e_RATE_COUNT

Count of measured events per second over the published interval.

BAEM_UNSPECIFIED

Deprecated alias for e_UNSPECIFIED.

BAEM_TOTAL

Deprecated alias for e_TOTAL.

BAEM_COUNT

Deprecated alias for e_COUNT.

BAEM_MIN

Deprecated alias for e_MIN.

BAEM_MAX

Deprecated alias for e_MAX.

BAEM_AVG

Deprecated alias for e_AVG.

BAEM_RATE

Deprecated alias for e_RATE.

BAEM_RATE_COUNT

Deprecated alias for e_RATE_COUNT.

Created with MrDocs