File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 11
11
12
12
## develop
13
13
14
+ - [ ADD] SRTP 統計情報を追加する
15
+ - Sora API の GetStatsReport API から取得可能な SRTP 統計情報を以下のメトリクス名で追加する
16
+ - ` sora_srtp_received_packets_total `
17
+ - ` sora_srtp_received_bytes_total `
18
+ - ` sora_srtp_sent_packets_total `
19
+ - ` sora_srtp_sent_bytes_total `
20
+ - ` sora_srtp_decrypted_packets_total `
21
+ - ` sora_srtp_decrypted_bytes_total `
22
+ - @tnamao
23
+ - [ ADD] SCTP 統計情報を追加する
24
+ - Sora API の GetStatsReport API から取得可能な SCTP 統計情報を以下のメトリクス名で追加する
25
+ - ` sora_sctp_received_packets_total `
26
+ - ` sora_sctp_received_bytes_total `
27
+ - ` sora_sctp_sent_packets_total `
28
+ - ` sora_sctp_sent_bytes_total `
29
+ - @tnamao
30
+ - [ ADD] 無視されたウェブフック数の統計情報を追加する
31
+ - Sora API の GetStatsReport API から取得可能な無視されたウェブフック数を以下のメトリクス名で追加する
32
+ - 既存の以下のメトリクスの ` state ` ラベルに ` ignored ` で値を返す
33
+ - ` sora_event_webhook_total `
34
+ - ` sora_session_webhook_total `
35
+ - ` sora_stats_webhook_total `
36
+ - @tnamao
14
37
- [ CHANGE] ログライブラリの変更
15
38
- ` prometheus/exporter-toolkit ` の依存ログライブラリが ` go-kit/log ` から Go 言語標準ライブラリの ` log/slog ` に変更されたため、Sora expoter 内で使用しているロガーも ` log/slog ` に切り替える
16
39
- 同様にテストコードで使用していた ` NewNopLogger ` は代替として ` slog.New(slog.NewTextHandler(io.Discard, nil)) ` を使用する形に変更する
You can’t perform that action at this time.
0 commit comments