Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/telemetry-dashboard
Web-frontend for aggregated telemetry data
https://github.com/mozilla/telemetry-dashboard
Last synced: 4 days ago
JSON representation
Web-frontend for aggregated telemetry data
- Host: GitHub
- URL: https://github.com/mozilla/telemetry-dashboard
- Owner: mozilla
- License: other
- Created: 2013-04-29T20:16:51.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-06-16T22:00:56.000Z (7 months ago)
- Last Synced: 2024-10-30T00:43:53.718Z (3 months ago)
- Language: JavaScript
- Homepage: telemetry.mozilla.org
- Size: 9.97 MB
- Stars: 91
- Watchers: 37
- Forks: 114
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - mozilla/telemetry-dashboard - Web-frontend for aggregated telemetry data (others)
README
# Telemetry Index
This repository contains the **source code for [telemetry.mozilla.org](https://telemetry.mozilla.org)**.
This serves as an index and hosting location for a variety of data tools,
many of which are public. Do check them out!## Contributing
Found a bug? [File a bug](https://github.com/mozilla/telemetry-dashboard/issues/new).
Want to fix a bug? Clone the repo and start coding.
You shouldn't even need a webserver, everything should work when you load it over `file:///`.## Deploying telemetry.mozilla.org
The [telemetry.mozilla.org](https://telemetry.mozilla.org) site is hosted in [Github Pages](https://pages.github.com/), so it may also be accessed via [mozilla.github.io/telemetry-dashboard](https://mozilla.github.io/telemetry-dashboard/). In front of Github Pages, there is also a GCP CDN (managed by DSRE).
Updates to the `gh-pages` branch (the default branch) will be reflected on [telemetry.mozilla.org](https://telemetry.mozilla.org) after a few moments.