@pastash/filter_app_janus_uptrace
v0.1.0
Published
Janus Tracing Plugin for @pastash/pastash
Downloads
6
Readme
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://[email protected]:14318/<project_id>"
bypass => true
}
}
Parameters:
endpoint
: Uptrace DSN addressbypass
: Pass-Through raw messages post processingservice_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"].