Skip to content

Commit

Permalink
Remove BEAM telemetry module (open-telemetry#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-szlosarczyk authored Jun 30, 2022
1 parent 9ee8b19 commit 8012eac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 73 deletions.
2 changes: 0 additions & 2 deletions src/featureflagservice/lib/featureflagservice/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ defmodule Featureflagservice.Application do
children = [
# Start the Ecto repository
Featureflagservice.Repo,
# Start the Telemetry supervisor
FeatureflagserviceWeb.Telemetry,
# Start the PubSub system
{Phoenix.PubSub, name: Featureflagservice.PubSub},
# Start the Endpoint (http/https)
Expand Down
71 changes: 0 additions & 71 deletions src/featureflagservice/lib/featureflagservice_web/telemetry.ex

This file was deleted.

0 comments on commit 8012eac

Please sign in to comment.