Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Add service for Coturn stats #94

Merged
merged 27 commits into from
Mar 30, 2020
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8f167fe
Add coturn_metrics_service
evdokimovs Mar 20, 2020
7060611
New logic of Coturn users creation
evdokimovs Mar 20, 2020
0f42a29
Remove unwrap, improve CoturnMetrics Redis reconnection
evdokimovs Mar 20, 2020
c13475f
Fix some unwraps
evdokimovs Mar 20, 2020
ba274b6
Refactor
evdokimovs Mar 20, 2020
0a31cd7
Fix test
evdokimovs Mar 20, 2020
b853f5b
Clean outdated code
evdokimovs Mar 20, 2020
45072a6
Strange fix for the E2E tests o_O
evdokimovs Mar 20, 2020
17a407b
Remove unwraps
evdokimovs Mar 20, 2020
e1d2bb2
Fix [run ci]
evdokimovs Mar 23, 2020
77e8f10
Final reread [run ci]
evdokimovs Mar 23, 2020
95d3da0
Add CHANGELOG entry, fix unit test [run ci]
evdokimovs Mar 23, 2020
1227d35
redis-statdb in Coturn config [run ci]
evdokimovs Mar 23, 2020
33ae9e7
Fix three_pubs E2E test [run ci]
evdokimovs Mar 23, 2020
40ad117
deps
alexlapa Mar 23, 2020
ef9a613
refactor
alexlapa Mar 23, 2020
be8c713
Add --redis-statsdb to the Helm chart [run ci]
evdokimovs Mar 24, 2020
d298932
Rollback Makefile [run ci]
evdokimovs Mar 24, 2020
531cc93
Merge remote-tracking branch 'origin/coturn-stats-service' into cotur…
alexlapa Mar 24, 2020
9de2f50
refactor
alexlapa Mar 25, 2020
3b3fa77
refactor
alexlapa Mar 25, 2020
487c000
cargo update
alexlapa Mar 25, 2020
e6975de
Merge branch 'master' into coturn-stats-service
alexlapa Mar 25, 2020
98c3f35
refactor [run ci]
alexlapa Mar 27, 2020
b309b14
refactor [run ci]
alexlapa Mar 27, 2020
ecfb1fc
refactor [run ci]
alexlapa Mar 27, 2020
0edb3de
Corrections
tyranron Mar 30, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ All user visible changes to this project will be documented in this file. This p
- Send relay mode in `Event::PeerCreated` which is used for configuring client's `RtcIceTransportPolicy` ([#79]);
- Send `Command::UpdateTracks` on `Event::TracksUpdated` ([#81]).
- [Coturn] integration:
- [Coturn] sessions destroying ([#84]).
- [Coturn] sessions destroying ([#84]);
- [Coturn] stats processing ([#94]).
- Configuration:
- `[server.control.grpc]` section to configure Control API gRPC server ([#33]);
- `[turn.cli]` and `[turn.cli.pool]` sections to configure access to [Coturn] admin interface ([#84]);
Expand All @@ -62,6 +63,7 @@ All user visible changes to this project will be documented in this file. This p
[#81]: /../../pull/81
[#84]: /../../pull/84
[#86]: /../../pull/86
[#91]: /../../pull/94



Expand Down
Loading