App Janus Tracer for uptrace/OTLP
Status : functional, experimental plugin.
This pass-through plugin produces Uptrace/OTLP spans from Janus events
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"].