这是indexloc提供的服务,不要输入任何密码
Skip to content

cfabianski/elixir-fluent-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluent Client

Minimalistic fluentd client

Add this to your mix.exs

{:fluent_client, git: "https://github.com/numidiasoft/elixir-fluent-client.git"}

Send a message to your TCP server

Fluent.start(FluentClient, [host: host, port: port])
Fluent.send(FluentClient, "tag", %{message: "Hello"})

About

fluentd client for Elixir

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%