Skip to content

Commit

Permalink
Remove telemetry_metrics_prometheus
Browse files Browse the repository at this point in the history
Fixes #429
  • Loading branch information
ku1ik committed May 15, 2024
1 parent d4c5042 commit 06cd7e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions lib/asciinema/telemetry.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ defmodule Asciinema.Telemetry do
end

def init(_arg) do
children = [
{:telemetry_poller, period: 10_000},
{TelemetryMetricsPrometheus, metrics: metrics()}
]
children = [{:telemetry_poller, period: 10_000}]

Supervisor.init(children, strategy: :one_for_one)
end
Expand Down
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ defmodule Asciinema.MixProject do
{:scrivener_html, "~> 1.8"},
{:sentry, "~> 8.0"},
{:telemetry_metrics, "~> 0.6"},
{:telemetry_metrics_prometheus, "~> 1.1"},
{:telemetry_poller, "~> 1.0"},
{:timex, "~> 3.7"}
]
Expand Down

0 comments on commit 06cd7e5

Please sign in to comment.