Compare commits
1 Commits
fb765920b4
...
a50eec4fc4
Author | SHA1 | Date | |
---|---|---|---|
a50eec4fc4 |
10
README.md
10
README.md
@@ -2,22 +2,18 @@
|
|||||||
|
|
||||||
peertube-collector is a project designed to collect and analyze WebRTC statistics from a Chromium browser and export them to a Prometheus PushGateway service. This project includes a Docker setup for running the necessary services.
|
peertube-collector is a project designed to collect and analyze WebRTC statistics from a Chromium browser and export them to a Prometheus PushGateway service. This project includes a Docker setup for running the necessary services.
|
||||||
|
|
||||||
## Project Structure
|
## Working Project Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
peertube-collector/
|
peertube-collector/
|
||||||
├── README.md
|
|
||||||
├── requirements.txt
|
├── requirements.txt
|
||||||
├── telegraf.conf
|
├── telegraf.conf
|
||||||
├── docker-compose.yml
|
├── docker-compose.yml
|
||||||
├── Dockerfile
|
├── Dockerfile
|
||||||
├── main.py
|
├── main.py
|
||||||
|
├── .env
|
||||||
|
└── utils/
|
||||||
└── webrtc-internals-exporter/
|
└── webrtc-internals-exporter/
|
||||||
├── manifest.json
|
|
||||||
├── options.html
|
|
||||||
├── popup.html
|
|
||||||
├── README.md
|
|
||||||
└── webrtc-internals-exporter.js
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user