Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pattern ProjectsTimeSeriesListAggregationCrossSeriesReducer_REDUCESUM :: ProjectsTimeSeriesListAggregationCrossSeriesReducer

    gogol-monitoring Gogol.Monitoring

    Reduce by computing the sum across time series for each alignment period. This reducer is valid for DELTA and GAUGE metrics with numeric and distribution values. The valuetype of the output is the same as the valuetype of the input.

  2. pattern ProjectsTimeSeriesListAggregationPerSeriesAligner_ALIGNSUM :: ProjectsTimeSeriesListAggregationPerSeriesAligner

    gogol-monitoring Gogol.Monitoring

    Align the time series by returning the sum of the values in each alignment period. This aligner is valid for GAUGE and DELTA metrics with numeric and distribution values. The valuetype of the aligned result is the same as the valuetype of the input.

  3. pattern ProjectsTimeSeriesListSecondaryAggregationCrossSeriesReducer_REDUCESUM :: ProjectsTimeSeriesListSecondaryAggregationCrossSeriesReducer

    gogol-monitoring Gogol.Monitoring

    Reduce by computing the sum across time series for each alignment period. This reducer is valid for DELTA and GAUGE metrics with numeric and distribution values. The valuetype of the output is the same as the valuetype of the input.

  4. pattern ProjectsTimeSeriesListSecondaryAggregationPerSeriesAligner_ALIGNSUM :: ProjectsTimeSeriesListSecondaryAggregationPerSeriesAligner

    gogol-monitoring Gogol.Monitoring

    Align the time series by returning the sum of the values in each alignment period. This aligner is valid for GAUGE and DELTA metrics with numeric and distribution values. The valuetype of the aligned result is the same as the valuetype of the input.

  5. metricSumInRange :: WindowsBasedSli -> Maybe MetricRange

    gogol-monitoring Gogol.Monitoring

    A window is good if the metric's value is in a good range, summed across returned streams.

  6. newCreateTimeSeriesSummary :: CreateTimeSeriesSummary

    gogol-monitoring Gogol.Monitoring

    Creates a value of CreateTimeSeriesSummary with the minimum fields required to make a request.

  7. pattern Aggregation_CrossSeriesReducer_REDUCESUM :: Aggregation_CrossSeriesReducer

    gogol-monitoring Gogol.Monitoring.Types

    Reduce by computing the sum across time series for each alignment period. This reducer is valid for DELTA and GAUGE metrics with numeric and distribution values. The valuetype of the output is the same as the valuetype of the input.

  8. pattern Aggregation_PerSeriesAligner_ALIGNSUM :: Aggregation_PerSeriesAligner

    gogol-monitoring Gogol.Monitoring.Types

    Align the time series by returning the sum of the values in each alignment period. This aligner is valid for GAUGE and DELTA metrics with numeric and distribution values. The valuetype of the aligned result is the same as the valuetype of the input.

  9. data CreateTimeSeriesSummary

    gogol-monitoring Gogol.Monitoring.Types

    Summary of the result of a failed request to write data to a time series. See: newCreateTimeSeriesSummary smart constructor.

  10. CreateTimeSeriesSummary :: Maybe [Error'] -> Maybe Int32 -> Maybe Int32 -> CreateTimeSeriesSummary

    gogol-monitoring Gogol.Monitoring.Types

    No documentation available.

Page 328 of many | Previous | Next