prometheus_hackney_collector

v0.6.0

  • Pages
  • Modules

    prometheus_hackney_collector v0.6.0 PrometheusHackneyCollector.Metrics View Source

    To use this, add the following to your config.exs

    config :hackney, mod_metrics: PrometheusHackneyCollector.Metrics

    Link to this section Summary

    Functions

    decrement_counter(arg1)
    decrement_counter(_, _)
    decrement_spiral(_)
    decrement_spiral(_, _)
    delete(_)
    get_value(_)
    increment_counter(arg1)
    increment_counter(_, _)
    increment_spiral(_)
    increment_spiral(_, _)
    new(arg1, parts)
    sample(_)
    update_gauge(_, _)
    update_histogram(arg1, f)
    update_meter(_, _)

    Link to this section Functions

    Link to this function

    decrement_counter(arg1) View Source

    Link to this function

    decrement_counter(_, _) View Source

    Link to this function

    decrement_spiral(_) View Source

    Link to this function

    decrement_spiral(_, _) View Source

    Link to this function

    delete(_) View Source

    Link to this function

    get_value(_) View Source

    Link to this function

    increment_counter(arg1) View Source

    Link to this function

    increment_counter(_, _) View Source

    Link to this function

    increment_spiral(_) View Source

    Link to this function

    increment_spiral(_, _) View Source

    Link to this function

    new(arg1, parts) View Source

    Link to this function

    sample(_) View Source

    Link to this function

    update_gauge(_, _) View Source

    Link to this function

    update_histogram(arg1, f) View Source

    Link to this function

    update_meter(_, _) View Source

    Built using ExDoc (v0.20.2), designed by Friedel Ziegelmayer.