Skip to content

Commit

Permalink
Fix documentation about metric nav group (phoenixframework#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamorim authored Oct 25, 2020
1 parent eee43bb commit 64da77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Reporter options can be given to each metric as an option. For example:

The following reporter options are available to the dashboard:

* `:group` - configures the group the metric belongs to. By default the group is the first part of the name. For example, `counter("my_app.counter")` defaults to group "my_app"
* `:nav` - configures the group the metric belongs to. By default the group is the first part of the name. For example, `counter("my_app.counter")` defaults to group "my_app"

* `:prune_threshold` - the maximum number of data
points. When the threshold is reached, the chart data will
Expand Down

0 comments on commit 64da77c

Please sign in to comment.