Skip to content

membraneframework-labs/membrane_opentelemetry_plugs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Membrane Opentelemetry Plugs

Hex.pm API Docs CircleCI

This repository contains plugs that generate opentelemetry spans.

It's a part of the Membrane Framework.

Installation

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

def deps do
  [
    {:membrane_opentelemetry_plugs, "~> 0.1.0"}
  ]
end

Usage

To enable a plug, you have to include it in the project config. You can also specify, which Membrane pipelines you want to track (defaults to :all).

config :membrane_opentelemetry_plugs,
  plugs: [Membrane.OpenTelemetry.Plugs.Launch],
  tracked_pipelines: [My.Pipeline, My.Another.Pipeline]

Currently the only one plug that exists in this repo is Membrane.OpenTelemetry.Plugs.Launch.

Copyright and License

Copyright 2020, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages