We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef631d commit 6c898caCopy full SHA for 6c898ca
1 file changed
lib/phoenix_container_example_web/telemetry.ex
@@ -11,8 +11,6 @@ defmodule PhoenixContainerExampleWeb.Telemetry do
11
@impl true
12
def init(_arg) do
13
children = [
14
- # Telemetry poller will execute the given period measurements
15
- # every 10_000ms. Learn more here: https://hexdocs.pm/telemetry_metrics
16
{:telemetry_poller, measurements: periodic_measurements(), period: 10_000},
17
# Add reporters as children of your supervision tree.
18
# {Telemetry.Metrics.ConsoleReporter, metrics: metrics()},
0 commit comments