opencensus_phoenix:Phoenix框架的OpenCensus工具

时间:2024-06-17 10:12:36
【文件属性】:

文件名称:opencensus_phoenix:Phoenix框架的OpenCensus工具

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-17 10:12:36

Elixir

凤凰城 凤凰1.5 凤凰城(Phoenix)弃用了1.5的仪器,而支持:telemetry库。 只需确保在您的应用启动时运行以下代码即可(例如,在Application.start/2回调中): # lib/my_app_web/endpoint.ex check this file for the event_prefix defmodule MyAppWeb . Endpoint do .. . plug Plug . Telemetry , event_prefix: [ :my_app , :endpoint ] .. . end # lib/my_app/application.ex, add this line using event_prefix from above: def start ( _type , _args ) do .. . Ope


【文件预览】:
opencensus_phoenix-master
----mix.exs(924B)
----.circleci()
--------config.yml(2KB)
----lib()
--------opencensus_phoenix()
----config()
--------config.exs(1KB)
----.formatter.exs(97B)
----test()
--------opencensus_phoenix_test.exs(93B)
--------test_helper.exs(15B)
----README.md(2KB)
----mix.lock(2KB)
----.gitignore(590B)

网友评论