@pastash/filter_app_janus_uptrace

0.1.0 • Public • Published

image

App Janus Tracer for uptrace/OTLP

Status : functional, experimental plugin.

This pass-through plugin produces Uptrace/OTLP spans from Janus events

image

Example 1: parse janus logs and send them to an uptrace instance

filter {
  app_janus_uptrace {
    endpoint => "http://token@uptrace.host.ip:14318/<project_id>"
    bypass => true
  }
}

Parameters:

  • endpoint: Uptrace DSN address
  • bypass: Pass-Through raw messages post processing
  • service_name: Identifying service name. Default "pastash-janus".
  • filter: An array of event types you want traced. Default: ["1", "128", "2", "4", "8", "16", "32", "64", "256"].

Readme

Keywords

none

Package Sidebar

Install

npm i @pastash/filter_app_janus_uptrace

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

11.1 kB

Total Files

3

Last publish

Collaborators

  • lmangani