Skip to content

Commit

Permalink
docs: clarify detach on error (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
kivra-mikgra committed Sep 13, 2024
1 parent 69de8fd commit 82e99b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/prom_ex/metric_types/polling.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ defmodule PromEx.MetricTypes.Polling do
- `poll_rate`: An integer representing the millisecond between metrics samples.
- `opts`: A keyword list of options to configure the execution of the polling job.
The supported options are currently:
- `detach_on_error`: Configures whether your MFA will continue to be invoked
even after it encounters an error. The default for this is `true`.
- `detach_on_error`: Configures whether your MFA will stop being invoked
after it encounters an error. The default for this is `true`.
"""

@type t :: %__MODULE__{
Expand Down

0 comments on commit 82e99b5

Please sign in to comment.