0.1.0 • Published 2 years ago

@pastash/filter_app_janus_uptrace v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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".