diff --git a/observability/core_callobs/gen_reporter.go b/observability/corecallobs/gen_reporter.go similarity index 97% rename from observability/core_callobs/gen_reporter.go rename to observability/corecallobs/gen_reporter.go index e60b7f6bb..1ba761bc6 100644 --- a/observability/core_callobs/gen_reporter.go +++ b/observability/corecallobs/gen_reporter.go @@ -1,6 +1,6 @@ // Code generated; DO NOT EDIT. -package core_callobs +package corecallobs import ( "time" diff --git a/observability/core_callobs/gen_reporter_noop.go b/observability/corecallobs/gen_reporter_noop.go similarity index 99% rename from observability/core_callobs/gen_reporter_noop.go rename to observability/corecallobs/gen_reporter_noop.go index 7d46ecc95..9b072fbd9 100644 --- a/observability/core_callobs/gen_reporter_noop.go +++ b/observability/corecallobs/gen_reporter_noop.go @@ -1,6 +1,6 @@ // Code generated; DO NOT EDIT. -package core_callobs +package corecallobs import ( "time" diff --git a/observability/core_callobs/gen_source.go b/observability/corecallobs/gen_source.go similarity index 98% rename from observability/core_callobs/gen_source.go rename to observability/corecallobs/gen_source.go index c475220a1..185aa7167 100644 --- a/observability/core_callobs/gen_source.go +++ b/observability/corecallobs/gen_source.go @@ -1,5 +1,5 @@ // Code generated; DO NOT EDIT. -package core_callobs +package corecallobs type CallDirection string diff --git a/observability/egressobs/gen_reporter.go b/observability/egressobs/gen_reporter.go index 2a479b8a6..6cbaa092c 100644 --- a/observability/egressobs/gen_reporter.go +++ b/observability/egressobs/gen_reporter.go @@ -6,7 +6,7 @@ import ( "time" ) -const Version_5HDLFF0 = true +const Version_QRLBLU8 = true type KeyResolver interface { Resolve(string) diff --git a/observability/reporter.go b/observability/reporter.go index 10c054745..e7fd236b7 100644 --- a/observability/reporter.go +++ b/observability/reporter.go @@ -3,13 +3,13 @@ package observability import ( "github.com/livekit/protocol/logger" "github.com/livekit/protocol/observability/agentsobs" - "github.com/livekit/protocol/observability/core_callobs" + "github.com/livekit/protocol/observability/corecallobs" "github.com/livekit/protocol/observability/egressobs" "github.com/livekit/protocol/observability/gatewayobs" "github.com/livekit/protocol/observability/ingressobs" "github.com/livekit/protocol/observability/roomobs" + "github.com/livekit/protocol/observability/sipcallobs" "github.com/livekit/protocol/observability/storageobs" - "github.com/livekit/protocol/observability/telephony_callobs" "github.com/livekit/protocol/observability/telephonyobs" ) @@ -23,8 +23,8 @@ type Reporter interface { Telephony() telephonyobs.Reporter Egress() egressobs.Reporter Ingress() ingressobs.Reporter - TelephonyCall() telephony_callobs.Reporter - CoreCall() core_callobs.Reporter + SIPCall() sipcallobs.Reporter + CoreCall() corecallobs.Reporter Storage() storageobs.Reporter Close() } @@ -63,12 +63,12 @@ func (reporter) Ingress() ingressobs.Reporter { return ingressobs.NewNoopReporter() } -func (reporter) TelephonyCall() telephony_callobs.Reporter { - return telephony_callobs.NewNoopReporter() +func (reporter) SIPCall() sipcallobs.Reporter { + return sipcallobs.NewNoopReporter() } -func (reporter) CoreCall() core_callobs.Reporter { - return core_callobs.NewNoopReporter() +func (reporter) CoreCall() corecallobs.Reporter { + return corecallobs.NewNoopReporter() } func (reporter) Storage() storageobs.Reporter { return storageobs.NewNoopReporter() } diff --git a/observability/telephony_callobs/gen_reporter.go b/observability/sipcallobs/gen_reporter.go similarity index 98% rename from observability/telephony_callobs/gen_reporter.go rename to observability/sipcallobs/gen_reporter.go index b56812ed0..f6ff0c799 100644 --- a/observability/telephony_callobs/gen_reporter.go +++ b/observability/sipcallobs/gen_reporter.go @@ -1,6 +1,6 @@ // Code generated; DO NOT EDIT. -package telephony_callobs +package sipcallobs import ( "time" diff --git a/observability/telephony_callobs/gen_reporter_noop.go b/observability/sipcallobs/gen_reporter_noop.go similarity index 99% rename from observability/telephony_callobs/gen_reporter_noop.go rename to observability/sipcallobs/gen_reporter_noop.go index 1fbeb2422..dc3c83b17 100644 --- a/observability/telephony_callobs/gen_reporter_noop.go +++ b/observability/sipcallobs/gen_reporter_noop.go @@ -1,6 +1,6 @@ // Code generated; DO NOT EDIT. -package telephony_callobs +package sipcallobs import ( "time" diff --git a/observability/telephony_callobs/gen_source.go b/observability/sipcallobs/gen_source.go similarity index 98% rename from observability/telephony_callobs/gen_source.go rename to observability/sipcallobs/gen_source.go index 94d433b99..3530c7121 100644 --- a/observability/telephony_callobs/gen_source.go +++ b/observability/sipcallobs/gen_source.go @@ -1,5 +1,5 @@ // Code generated; DO NOT EDIT. -package telephony_callobs +package sipcallobs type CallTrunkType string