push_gateway:通过UDP接收推送的数据以通过管道发送

时间:2024-03-22 21:23:07
【文件属性】:

文件名称:push_gateway:通过UDP接收推送的数据以通过管道发送

文件大小:29KB

文件格式:ZIP

更新时间:2024-03-22 21:23:07

Elixir

PushGateway 配置 在您的环境配置文件中,使用以下命令设置网关: config :push_gateway , port: 5555 , max_batch: 100 , (optional, default // 100 ) min_batch: 75 , (optional, default // 75 ) processors: 5 (optional, default // 1 ) 唯一需要的值是网关将侦听传入数据包的端口。


【文件预览】:
push_gateway-master
----mix.exs(1KB)
----.dockerignore(13B)
----Dockerfile(617B)
----scripts()
--------deploy.sh(639B)
--------install.sh(120B)
----lib()
--------push_gateway()
--------push_gateway.ex(1KB)
----rel()
--------vm.args(150B)
--------plugins()
--------runtime.exs(1KB)
--------config.exs(728B)
--------hooks()
----.travis.yml(753B)
----config()
--------test.exs(475B)
--------prod.exs(15B)
--------config.exs(81B)
--------dev.exs(15B)
--------integration.exs(853B)
----LICENSE(11KB)
----.formatter.exs(104B)
----test()
--------integration()
--------unit()
--------support()
----README.md(372B)
----mix.lock(9KB)
----.gitignore(755B)

网友评论