feat(rtcstats): add rtcstats support (#2116)
* feat(rtcstats): add rtcstats support * chore(rtcstats): update users.json to use placeholder password * chore(rtcstats): update RTCSTATS_STORE_LOGS in env.example * chore(rtcstats): add expose ports * feat(rtcstats): add mongodb support * docs(rtcstats): add readme for mongodb integration * chore(rtcstats): fix readme * feat(rtcstats): add grafana dashboard for prometheus metrics * chore(rtcstats): update readme * chore(rtcstats): fix readme * chore(rtcstats): add troubleshooting to localstack readme * fix(rtcstats): improve accuracy of dashboard graphs * fix(rtcstats): fix typo in dashboard display name * fix(rtcstats): simplify and clean up localstack configuration * docs(rtcstats): improve localstack readme --------- Co-authored-by: Andrei Gavrilescu <51706180+andrei-gavrilescu@users.noreply.github.com>
This commit is contained in:
23
rtcstats/env.example
Normal file
23
rtcstats/env.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# Set the service type. Can be "AWS" or "MongoDB".
|
||||
RTCSTATS_SERVICE_TYPE=AWS
|
||||
|
||||
# For AWS credentials
|
||||
AWS_ACCESS_KEY_ID=
|
||||
AWS_SECRET_ACCESS_KEY=
|
||||
AWS_REGION=
|
||||
|
||||
# For local S3 and DynamoDB
|
||||
RTCSTATS_S3_ENDPOINT=
|
||||
RTCSTATS_DYNAMODB_ENDPOINT=
|
||||
|
||||
# DynamoDB Table for rtcstats
|
||||
RTCSTATS_METADATA_TABLE=rtcstats-meta-table-local
|
||||
|
||||
# S3 Bucket for rtcstats
|
||||
RTCSTATS_S3_BUCKET=jitsi-micros-rtcstats-server
|
||||
|
||||
# For MongoDB
|
||||
#RTCSTATS_MONGODB_URI=mongodb://root:root@mongodb.meet.jitsi:27017
|
||||
#RTCSTATS_MONGODB_NAME=rtcstats-db
|
||||
#RTCSTATS_METADATA_COLLECTION=rtcstats-meta-collection
|
||||
#RTCSTATS_GRIDFS_BUCKET=rtcstats-dump-file-bucket
|
||||
Reference in New Issue
Block a user