Wavefront by VMware

    The wavefront adapter collects metrics and makes them available toWavefront by VMware.

    This adapter supports the .

    Configuration format for the wavefront adapter.

    FieldTypeDescription
    directParams.WavefrontDirect (oneof)The credentials for direct ingestion.
    proxyThe credentials for ingestion via a Wavefront Proxy.
    flushIntervalgoogle.protobuf.DurationThe metrics flush interval.
    sourcestringThe source tag for all metrics handled by this adapter.
    prefixstringThe prefix to prepend all metrics handled by the adapter.
    metricsThe set of metrics to publish to Wavefront.
    logsThe log configuration.

    Params.Logs

    FieldTypeDescription
    levelstringThe log level (one of error, warn, info, debug, or none). Ex: info

    Params.MetricInfo

    Describes how a metric should be represented on Wavefront.

    Describes a sample as in the rcrowley/go-metrics library.

    FieldTypeDescription
    expDecayDefinition of an exponentially decaying sample.
    uniformParams.MetricInfo.Sample.Uniform (oneof)Definition of a uniform sample.

    Params.MetricInfo.Sample.ExpDecay

    Describes an exponentially decaying sample.

    FieldTypeDescription
    reservoirSizeThe reservoir size.
    alphadoubleThe alpha.

    Params.MetricInfo.Sample.Uniform

    Describes metric types as in .

    NameDescription
    UNKNOWNReserved for unknown metric types.
    GAUGERepresents a gauge metric type.
    COUNTERRepresents a counter metric type.
    DELTA_COUNTERRepresents a delta counter metric type.
    HISTOGRAMRepresents a histogram metric type.

    Params.WavefrontDirect

    Describes Wavefront Server credentials.

    FieldTypeDescription
    serverstringThe Wavefront server URL. Ex:
    tokenstringThe Wavefront API token.

    Params.WavefrontProxy

    Describes Wavefront Proxy credentials.