Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 972 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 972 Bytes

Membrane Telemetry PromEx Plugin

Installation

The package can be installed by adding membrane_promex to your list of dependencies in mix.exs:

def deps do
  [
    {:membrane_promex, git: "git@github.com:membraneframework/membrane_promex.git"}
  ]
end

Usage

Set up PromEx according to their most recent documentation Then in your PromEx module add:

  def plugins do
    [
      ...
      Membrane.PromEx,
      ...
    ]
  end

Copyright and License

Copyright 2020, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0