Modern cross-platform telemetry
Перейти к файлу
Jan-Erik Rediger 20901084a1 Add counter metric type 2019-04-10 16:17:11 +02:00
.circleci Add CircleCI configuration with doc generation & deployment (#1) 2019-03-21 14:39:42 +01:00
.github CI & GitHub config 2019-03-19 14:11:47 +01:00
bin Add script to build all docs 2019-03-19 17:16:49 +01:00
build-scripts Configure xcode build to link library 2019-03-27 16:04:03 -03:00
docs Move Android docs to subfolder 2019-04-05 14:19:59 +02:00
glean-core Add counter metric type 2019-04-10 16:17:11 +02:00
gradle/wrapper Import Android build files 2019-03-19 14:07:36 +01:00
samples Use the existing singleton 2019-03-28 17:43:13 -03:00
xcconfig Move common config 2019-03-28 15:22:05 -03:00
.buildconfig.yml Rename to just glean-core 2019-03-27 14:47:20 -03:00
.gitignore Add dependency on glean.rs 2019-03-28 16:06:12 -03:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-28 09:35:44 -03:00
Cargo.lock Storage & dumping 2019-04-08 17:31:50 +02:00
Cargo.toml Fix cargo workspace 2019-03-19 17:01:25 +01:00
LICENSE Create initial Rust workspace 2019-03-18 13:03:49 +01:00
README.md Document code organization 2019-03-19 16:44:03 +01:00
build.gradle Downgrade used SDK 2019-03-27 14:47:20 -03:00
gradle.properties Import Android build files 2019-03-19 14:07:36 +01:00
gradlew Import Android build files 2019-03-19 14:07:36 +01:00
gradlew.bat Import Android build files 2019-03-19 14:07:36 +01:00
publish.gradle Use correct mail 2019-03-19 14:17:00 +01:00
settings.gradle Import minimal glean sample app from android-components 2019-03-27 14:47:20 -03:00

README.md

glean.rs

Modern Firefox Telemetry for mobile platforms

Overview

This repository is used to build the client-side cross-platform Telemetry library called glean.

The code is organized as follows:

This repository also hosts the documentation for glean.rs Development documenation can be found in ./docs/dev. User-facing documentation can be found in ./docs/user. Everything is available online.

The Rust documentation is available online as well.