.buildconfig.yml
.coveragerc
.detekt.yml
.dictionary
.flake8
.flake8rc
.gitignore
.swiftformat
.swiftlint.yml
.taskcluster.yml
.yamllint
CHANGELOG.md
CODE_OF_CONDUCT.md
Cargo.lock
Cargo.toml
Cartfile.private
DEPENDENCIES.md
LICENSE
Makefile
README.iOS.md
README.md
about.toml
build.gradle
deny.toml
glean.1.schema.json
gradle.properties
gradlew
gradlew.bat
publish.gradle
settings.gradle
setup.py
.circleci/config.yml
.github/auto_assign.yml
.github/dependabot.yml
bin/about.md.hbs
bin/about.xml.hbs
bin/bootstrap.sh
bin/build-carthage.sh
bin/build-rust-docs.bat
bin/build-rust-docs.sh
bin/build-swift-docs.sh
bin/check-artifact.sh
bin/dependency-summary.sh
bin/prepare-release.sh
bin/run-ios-build.sh
bin/run-ios-sample-app-build.sh
bin/run-ios-sample-app-test.sh
bin/run-ios-tests.sh
bin/rust-wrapper-hack.sh
bin/spellcheck.sh
bin/update-glean-parser-version.sh
bin/update-schema.sh
build-scripts/xc-universal-binary.sh
docs/README.md
docs/SUMMARY.md
docs/book.toml
docs/chart-distributions-ui.js
docs/chart-distributions.js
docs/chart.min.js
docs/code_coverage.md
docs/contributing.md
docs/glean.css
docs/glean.jpeg
docs/highlight.js
docs/mermaid-init.js
docs/mermaid.css
docs/mermaid.min.js
docs/tab_footer.md
docs/tab_header.md
docs/tabs.js
docs/api/index.md
docs/appendix/glossary.md
docs/appendix/index.md
docs/appendix/twig.md
docs/dev/ci.md
docs/dev/cut-a-new-release.md
docs/dev/docs.md
docs/dev/testing.md
docs/dev/upgrading-glean-parser.md
docs/dev/android/development-with-android-components.md
docs/dev/android/index.md
docs/dev/android/locally-published-components-in-fenix.md
docs/dev/android/sdk-ndk-versions.md
docs/dev/android/setup-android-build-environment.md
docs/dev/core/dependency-management.md
docs/dev/core/documentation-guidelines.md
docs/dev/core/index.md
docs/dev/core/new-metric-type.md
docs/dev/core/internal/clearing.md
docs/dev/core/internal/debug-pings.md
docs/dev/core/internal/directory-structure.md
docs/dev/core/internal/implementations.md
docs/dev/core/internal/index.md
docs/dev/core/internal/payload.md
docs/dev/core/internal/reserved-ping-names.md
docs/dev/core/internal/upload.md
docs/dev/core/new-metric-type/ffi.md
docs/dev/core/new-metric-type/kotlin.md
docs/dev/core/new-metric-type/python.md
docs/dev/core/new-metric-type/swift.md
docs/dev/ffi/index.md
docs/dev/ffi/when-to-use-what-in-the-ffi.md
docs/dev/ios/debug-glean-on-ios.md
docs/dev/ios/index.md
docs/dev/ios/setup-ios-build-environment.md
docs/dev/python/index.md
docs/dev/python/setting-up-python-build-environment.md
docs/user/adding-glean-to-your-project.md
docs/user/adding-new-metrics.md
docs/user/error-reporting.md
docs/user/experiments-api.md
docs/user/focused-use-cases.md
docs/user/general-api.md
docs/user/index.md
docs/user/instrument-android-crashes-example.md
docs/user/lifetimes-parameters.md
docs/user/metric-lifetime-timeline.svg
docs/user/metric-parameters.md
docs/user/testing-metrics.md
docs/user/android/android-build-configuration-options.md
docs/user/android/android-offline-builds.md
docs/user/android/index.md
docs/user/collected-metrics/metrics.md
docs/user/debugging/android.md
docs/user/debugging/debug-ping-view.md
docs/user/debugging/index.md
docs/user/debugging/ios.md
docs/user/debugging/python.md
docs/user/metrics/boolean.md
docs/user/metrics/counter.md
docs/user/metrics/custom_distribution.md
docs/user/metrics/datetime.md
docs/user/metrics/event.md
docs/user/metrics/index.md
docs/user/metrics/jwe.md
docs/user/metrics/labeled_booleans.md
docs/user/metrics/labeled_counters.md
docs/user/metrics/labeled_strings.md
docs/user/metrics/memory_distribution.md
docs/user/metrics/quantity.md
docs/user/metrics/string.md
docs/user/metrics/string_list.md
docs/user/metrics/timespan.md
docs/user/metrics/timing_distribution.md
docs/user/metrics/uuid.md
docs/user/pings/baseline.md
docs/user/pings/custom.md
docs/user/pings/deletion_request.md
docs/user/pings/events.md
docs/user/pings/index.md
docs/user/pings/metrics.md
docs/user/pings/ping-schedules-and-timings.md
docs/user/pings/ping_timing.svg
docs/user/pings/testing-custom-pings.md
glean-core/Cargo.toml
glean-core/LICENSE
glean-core/README.md
glean-core/metrics.yaml
glean-core/pings.yaml
glean-core/android/build.gradle
glean-core/android/dependency-licenses.xml
glean-core/android/metrics.yaml
glean-core/android/proguard-rules-consumer.pro
glean-core/android/proguard-rules.pro
glean-core/android/src/main/AndroidManifest.xml
glean-core/android/src/main/java/mozilla/telemetry/glean/Dispatchers.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/Glean.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/config/Configuration.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/debug/GleanDebugActivity.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/net/BaseUploader.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/net/HttpURLConnectionUploader.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/net/PingUploader.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/net/Upload.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/BooleanMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/CounterMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/CustomDistributionMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/DatetimeMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/DistributionData.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/EventMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/HistogramBase.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/HistogramType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/JweMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/LabeledMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/Lifetime.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/MemoryDistributionMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/MemoryUnit.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/PingType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/QuantityMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/RecordedExperimentData.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/StringListMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/StringMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/TimeUnit.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/TimespanMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/TimingDistributionMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/private/UuidMetricType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/rust/LibGleanFFI.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/rust/RustBuffer.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/scheduler/GleanLifecycleObserver.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/scheduler/MetricsPingScheduler.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/scheduler/PingUploadWorker.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/testing/ErrorType.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/testing/GleanTestLocalServer.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/testing/GleanTestRule.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/utils/DateUtils.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/utils/GzipUtils.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/utils/JsonUtils.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/utils/LocaleUtils.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/utils/ThreadUtils.kt
glean-core/android/src/main/java/mozilla/telemetry/glean/utils/WorkManagerUtils.kt
glean-core/android/src/test/java/android/util/Log.java
glean-core/android/src/test/java/mozilla/telemetry/glean/DispatchersTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/GleanFromJavaTest.java
glean-core/android/src/test/java/mozilla/telemetry/glean/GleanTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/TestUtil.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/debug/GleanDebugActivityTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/net/BaseUploaderTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/net/HttpURLConnectionUploaderTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/pings/CustomPingTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/pings/DeletionPingTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/AccumulationsBeforeGleanInitTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/BooleanMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/CounterMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/CustomDistributionMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/DatetimeMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/EventMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/JweMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/LabeledMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/MemoryDistributionMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/PingTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/QuantityMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/StringListMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/StringMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/TimespanMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/TimingDistributionMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/private/UuidMetricTypeTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/scheduler/MetricsPingSchedulerTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/scheduler/PingUploadWorkerTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/shadows/ShadowLog.java
glean-core/android/src/test/java/mozilla/telemetry/glean/utils/DateUtilsTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/utils/GzipUtilsTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/utils/JsonUtilsTest.kt
glean-core/android/src/test/java/mozilla/telemetry/glean/utils/KArgumentCaptor.kt
glean-core/android/src/test/resources/robolectric.properties
glean-core/android/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
glean-core/benchmark/Cargo.toml
glean-core/benchmark/LICENSE
glean-core/benchmark/README.md
glean-core/benchmark/benches/bench_basic.rs
glean-core/benchmark/src/lib.rs
glean-core/csharp/csharp.sln
glean-core/csharp/Glean/Dispatchers.cs
glean-core/csharp/Glean/Glean.cs
glean-core/csharp/Glean/Glean.csproj
glean-core/csharp/Glean/GleanParser.cs
glean-core/csharp/Glean/LibGleanFFI.cs
glean-core/csharp/Glean/LimitedConcurrencyLevelTaskScheduler.cs
glean-core/csharp/Glean/Configuration/Configuration.cs
glean-core/csharp/Glean/Metrics/BooleanMetricType.cs
glean-core/csharp/Glean/Metrics/CounterMetricType.cs
glean-core/csharp/Glean/Metrics/DatetimeMetricType.cs
glean-core/csharp/Glean/Metrics/DistributionData.cs
glean-core/csharp/Glean/Metrics/EventMetricType.cs
glean-core/csharp/Glean/Metrics/JweMetricType.cs
glean-core/csharp/Glean/Metrics/LabeledMetricType.cs
glean-core/csharp/Glean/Metrics/Lifetime.cs
glean-core/csharp/Glean/Metrics/MemoryDistributionMetricType.cs
glean-core/csharp/Glean/Metrics/MemoryUnit.cs
glean-core/csharp/Glean/Metrics/PingType.cs
glean-core/csharp/Glean/Metrics/QuantityMetricType.cs
glean-core/csharp/Glean/Metrics/RecordedExperimentData.cs
glean-core/csharp/Glean/Metrics/StringListMetricType.cs
glean-core/csharp/Glean/Metrics/StringMetricType.cs
glean-core/csharp/Glean/Metrics/TimeUnit.cs
glean-core/csharp/Glean/Metrics/TimespanMetricType.cs
glean-core/csharp/Glean/Metrics/TimingDistributionMetricType.cs
glean-core/csharp/Glean/Metrics/UuidMetricType.cs
glean-core/csharp/Glean/Net/BaseUploader.cs
glean-core/csharp/Glean/Net/HttpClientUploader.cs
glean-core/csharp/Glean/Net/PingUploader.cs
glean-core/csharp/Glean/Testing/ErrorType.cs
glean-core/csharp/Glean/Utils/GleanLogger.cs
glean-core/csharp/Glean/Utils/HighPrecisionTimestamp.cs
glean-core/csharp/Glean/build/Mozilla.Telemetry.Glean.props
glean-core/csharp/Glean/buildMultiTargeting/Mozilla.Telemetry.Glean.props
glean-core/csharp/GleanTests/DispatchersTests.cs
glean-core/csharp/GleanTests/GleanTests.cs
glean-core/csharp/GleanTests/GleanTests.csproj
glean-core/csharp/GleanTests/xunit.runner.json
glean-core/csharp/GleanTests/Metrics/BooleanMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/CounterMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/DatetimeMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/EventMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/JweMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/LabeledMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/MemoryDistributionMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/MockUploader.cs
glean-core/csharp/GleanTests/Metrics/PingTypeTest.cs
glean-core/csharp/GleanTests/Metrics/QuantityMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/StringListMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/StringMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/TimespanMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/TimingDistributionMetricTypeTest.cs
glean-core/csharp/GleanTests/Metrics/UuidMetricTypeTest.cs
glean-core/csharp/GleanTests/Net/BaseUploaderTest.cs
glean-core/csharp/GleanTests/Net/HttpClientUploaderTest.cs
glean-core/examples/sample.rs
glean-core/ffi/.gitkeep
glean-core/ffi/Cargo.toml
glean-core/ffi/LICENSE
glean-core/ffi/README.md
glean-core/ffi/cbindgen.toml
glean-core/ffi/glean.h
glean-core/ffi/examples/Makefile
glean-core/ffi/examples/glean_app.c
glean-core/ffi/src/boolean.rs
glean-core/ffi/src/byte_buffer.rs
glean-core/ffi/src/counter.rs
glean-core/ffi/src/custom_distribution.rs
glean-core/ffi/src/datetime.rs
glean-core/ffi/src/event.rs
glean-core/ffi/src/fd_logger.rs
glean-core/ffi/src/ffi_string_ext.rs
glean-core/ffi/src/from_raw.rs
glean-core/ffi/src/handlemap_ext.rs
glean-core/ffi/src/jwe.rs
glean-core/ffi/src/labeled.rs
glean-core/ffi/src/lib.rs
glean-core/ffi/src/macros.rs
glean-core/ffi/src/memory_distribution.rs
glean-core/ffi/src/ping_type.rs
glean-core/ffi/src/quantity.rs
glean-core/ffi/src/string.rs
glean-core/ffi/src/string_list.rs
glean-core/ffi/src/timespan.rs
glean-core/ffi/src/timing_distribution.rs
glean-core/ffi/src/upload.rs
glean-core/ffi/src/uuid.rs
glean-core/ios/.gitkeep
glean-core/ios/base.xcconfig
glean-core/ios/debug.xcconfig
glean-core/ios/release.xcconfig
glean-core/ios/sdk_generator.sh
glean-core/ios/Glean/Dispatchers.swift
glean-core/ios/Glean/Glean.h
glean-core/ios/Glean/Glean.swift
glean-core/ios/Glean/GleanFfi.h
glean-core/ios/Glean/GleanMetrics.swift
glean-core/ios/Glean/Info.plist
glean-core/ios/Glean.xcodeproj/project.pbxproj
glean-core/ios/Glean.xcodeproj/project.xcworkspace/contents.xcworkspacedata
glean-core/ios/Glean.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
glean-core/ios/Glean.xcodeproj/xcshareddata/xcschemes/Glean.xcscheme
glean-core/ios/Glean/Config/Configuration.swift
glean-core/ios/Glean/Debug/GleanDebugTools.swift
glean-core/ios/Glean/Metrics/BooleanMetric.swift
glean-core/ios/Glean/Metrics/CounterMetric.swift
glean-core/ios/Glean/Metrics/DatetimeMetric.swift
glean-core/ios/Glean/Metrics/DistributionData.swift
glean-core/ios/Glean/Metrics/EventMetric.swift
glean-core/ios/Glean/Metrics/JweMetric.swift
glean-core/ios/Glean/Metrics/LabeledMetric.swift
glean-core/ios/Glean/Metrics/Lifetime.swift
glean-core/ios/Glean/Metrics/MemoryDistributionMetric.swift
glean-core/ios/Glean/Metrics/MemoryUnit.swift
glean-core/ios/Glean/Metrics/Ping.swift
glean-core/ios/Glean/Metrics/QuantityMetric.swift
glean-core/ios/Glean/Metrics/RecordedExperimentData.swift
glean-core/ios/Glean/Metrics/StringListMetric.swift
glean-core/ios/Glean/Metrics/StringMetric.swift
glean-core/ios/Glean/Metrics/TimeUnit.swift
glean-core/ios/Glean/Metrics/TimespanMetric.swift
glean-core/ios/Glean/Metrics/TimingDistributionMetric.swift
glean-core/ios/Glean/Metrics/UuidMetric.swift
glean-core/ios/Glean/Net/HttpPingUploader.swift
glean-core/ios/Glean/Net/Upload.swift
glean-core/ios/Glean/Scheduler/GleanLifecycleObserver.swift
glean-core/ios/Glean/Scheduler/GleanOperation.swift
glean-core/ios/Glean/Scheduler/MetricsPingScheduler.swift
glean-core/ios/Glean/Scheduler/PingUploadOperation.swift
glean-core/ios/Glean/Testing/ErrorType.swift
glean-core/ios/Glean/Utils/Logger.swift
glean-core/ios/Glean/Utils/Sysctl.swift
glean-core/ios/Glean/Utils/Unreachable.swift
glean-core/ios/Glean/Utils/Utils.swift
glean-core/ios/GleanTests/DispatchersTest.swift
glean-core/ios/GleanTests/GleanTests.swift
glean-core/ios/GleanTests/Info.plist
glean-core/ios/GleanTests/TestUtils.swift
glean-core/ios/GleanTests/Config/ConfigurationTests.swift
glean-core/ios/GleanTests/Debug/GleanDebugUtilityTests.swift
glean-core/ios/GleanTests/Metrics/BooleanMetricTypeTest.swift
glean-core/ios/GleanTests/Metrics/CounterMetricTests.swift
glean-core/ios/GleanTests/Metrics/DatetimeMetricTypeTests.swift
glean-core/ios/GleanTests/Metrics/EventMetricTests.swift
glean-core/ios/GleanTests/Metrics/JweMetricTests.swift
glean-core/ios/GleanTests/Metrics/LabeledMetricTests.swift
glean-core/ios/GleanTests/Metrics/MemoryDistributionMetricTests.swift
glean-core/ios/GleanTests/Metrics/PingTests.swift
glean-core/ios/GleanTests/Metrics/QuantityMetricTypeTest.swift
glean-core/ios/GleanTests/Metrics/StringListMetricTests.swift
glean-core/ios/GleanTests/Metrics/StringMetricTests.swift
glean-core/ios/GleanTests/Metrics/TimespanMetricTests.swift
glean-core/ios/GleanTests/Metrics/TimingDistributionMetricTests.swift
glean-core/ios/GleanTests/Metrics/UuidMetricTests.swift
glean-core/ios/GleanTests/Net/DeletionRequestPingTests.swift
glean-core/ios/GleanTests/Net/HttpPingUploaderTests.swift
glean-core/ios/GleanTests/Scheduler/MetricsPingSchedulerTests.swift
glean-core/python/.gitignore
glean-core/python/ffi_build.py
glean-core/python/requirements_dev.txt
glean-core/python/setup.py
glean-core/python/glean/__init__.py
glean-core/python/glean/_builtins.py
glean-core/python/glean/_dispatcher.py
glean-core/python/glean/_ffi.py
glean-core/python/glean/_loader.py
glean-core/python/glean/_process_dispatcher.py
glean-core/python/glean/_util.py
glean-core/python/glean/config.py
glean-core/python/glean/glean.py
glean-core/python/glean/setup.cfg
glean-core/python/glean/_subprocess/__init__.py
glean-core/python/glean/_subprocess/_process_dispatcher_helper.py
glean-core/python/glean/metrics/__init__.py
glean-core/python/glean/metrics/boolean.py
glean-core/python/glean/metrics/counter.py
glean-core/python/glean/metrics/datetime.py
glean-core/python/glean/metrics/distribution_data.py
glean-core/python/glean/metrics/event.py
glean-core/python/glean/metrics/experiment.py
glean-core/python/glean/metrics/jwe.py
glean-core/python/glean/metrics/labeled.py
glean-core/python/glean/metrics/lifetime.py
glean-core/python/glean/metrics/memory_distribution.py
glean-core/python/glean/metrics/memoryunit.py
glean-core/python/glean/metrics/ping.py
glean-core/python/glean/metrics/quantity.py
glean-core/python/glean/metrics/string.py
glean-core/python/glean/metrics/string_list.py
glean-core/python/glean/metrics/timespan.py
glean-core/python/glean/metrics/timeunit.py
glean-core/python/glean/metrics/timing_distribution.py
glean-core/python/glean/metrics/uuid.py
glean-core/python/glean/net/__init__.py
glean-core/python/glean/net/base_uploader.py
glean-core/python/glean/net/http_client.py
glean-core/python/glean/net/ping_upload_worker.py
glean-core/python/glean/net/ping_uploader.py
glean-core/python/glean/net/upload_task_tag.py
glean-core/python/glean/testing/__init__.py
glean-core/python/glean/testing/error_type.py
glean-core/python/tests/conftest.py
glean-core/python/tests/test_dispatcher.py
glean-core/python/tests/test_glean.py
glean-core/python/tests/test_loader.py
glean-core/python/tests/test_network.py
glean-core/python/tests/data/core.yaml
glean-core/python/tests/data/glinter.yaml
glean-core/python/tests/data/pings.yaml
glean-core/python/tests/metrics/test_boolean.py
glean-core/python/tests/metrics/test_counter.py
glean-core/python/tests/metrics/test_datetime.py
glean-core/python/tests/metrics/test_event.py
glean-core/python/tests/metrics/test_jwe.py
glean-core/python/tests/metrics/test_labeled.py
glean-core/python/tests/metrics/test_memory_distribution.py
glean-core/python/tests/metrics/test_quantity.py
glean-core/python/tests/metrics/test_string.py
glean-core/python/tests/metrics/test_string_list.py
glean-core/python/tests/metrics/test_timespan.py
glean-core/python/tests/metrics/test_timing_distribution.py
glean-core/python/tests/metrics/test_uuid.py
glean-core/rlb/Cargo.toml
glean-core/rlb/LICENSE
glean-core/rlb/README.md
glean-core/rlb/examples/prototype.rs
glean-core/rlb/src/common_test.rs
glean-core/rlb/src/configuration.rs
glean-core/rlb/src/core_metrics.rs
glean-core/rlb/src/glean_metrics.rs
glean-core/rlb/src/lib.rs
glean-core/rlb/src/pings.rs
glean-core/rlb/src/system.rs
glean-core/rlb/src/test.rs
glean-core/rlb/src/dispatcher/global.rs
glean-core/rlb/src/dispatcher/mod.rs
glean-core/rlb/src/net/http_uploader.rs
glean-core/rlb/src/net/mod.rs
glean-core/rlb/src/private/boolean.rs
glean-core/rlb/src/private/counter.rs
glean-core/rlb/src/private/labeled.rs
glean-core/rlb/src/private/mod.rs
glean-core/rlb/src/private/ping.rs
glean-core/rlb/src/private/quantity.rs
glean-core/rlb/src/private/recorded_experiment_data.rs
glean-core/rlb/src/private/string.rs
glean-core/rlb/src/private/timespan.rs
glean-core/rlb/src/private/uuid.rs
glean-core/rlb/tests/schema.rs
glean-core/src/common_metric_data.rs
glean-core/src/debug.rs
glean-core/src/error.rs
glean-core/src/error_recording.rs
glean-core/src/internal_metrics.rs
glean-core/src/internal_pings.rs
glean-core/src/lib.rs
glean-core/src/lib_unit_tests.rs
glean-core/src/macros.rs
glean-core/src/system.rs
glean-core/src/util.rs
glean-core/src/database/mod.rs
glean-core/src/event_database/mod.rs
glean-core/src/histogram/exponential.rs
glean-core/src/histogram/functional.rs
glean-core/src/histogram/linear.rs
glean-core/src/histogram/mod.rs
glean-core/src/metrics/boolean.rs
glean-core/src/metrics/counter.rs
glean-core/src/metrics/custom_distribution.rs
glean-core/src/metrics/datetime.rs
glean-core/src/metrics/event.rs
glean-core/src/metrics/experiment.rs
glean-core/src/metrics/jwe.rs
glean-core/src/metrics/labeled.rs
glean-core/src/metrics/memory_distribution.rs
glean-core/src/metrics/memory_unit.rs
glean-core/src/metrics/mod.rs
glean-core/src/metrics/ping.rs
glean-core/src/metrics/quantity.rs
glean-core/src/metrics/string.rs
glean-core/src/metrics/string_list.rs
glean-core/src/metrics/time_unit.rs
glean-core/src/metrics/timespan.rs
glean-core/src/metrics/timing_distribution.rs
glean-core/src/metrics/uuid.rs
glean-core/src/ping/mod.rs
glean-core/src/storage/mod.rs
glean-core/src/traits/boolean.rs
glean-core/src/traits/counter.rs
glean-core/src/traits/custom_distribution.rs
glean-core/src/traits/datetime.rs
glean-core/src/traits/event.rs
glean-core/src/traits/jwe.rs
glean-core/src/traits/labeled.rs
glean-core/src/traits/memory_distribution.rs
glean-core/src/traits/mod.rs
glean-core/src/traits/ping.rs
glean-core/src/traits/quantity.rs
glean-core/src/traits/string.rs
glean-core/src/traits/string_list.rs
glean-core/src/traits/timespan.rs
glean-core/src/traits/timing_distribution.rs
glean-core/src/traits/uuid.rs
glean-core/src/upload/directory.rs
glean-core/src/upload/mod.rs
glean-core/src/upload/policy.rs
glean-core/src/upload/request.rs
glean-core/src/upload/result.rs
glean-core/tests/boolean.rs
glean-core/tests/counter.rs
glean-core/tests/custom_distribution.rs
glean-core/tests/datetime.rs
glean-core/tests/event.rs
glean-core/tests/jwe.rs
glean-core/tests/labeled.rs
glean-core/tests/memory_distribution.rs
glean-core/tests/metrics.rs
glean-core/tests/ping.rs
glean-core/tests/ping_maker.rs
glean-core/tests/quantity.rs
glean-core/tests/storage.rs
glean-core/tests/string.rs
glean-core/tests/string_list.rs
glean-core/tests/timespan.rs
glean-core/tests/timing_distribution.rs
glean-core/tests/uuid.rs
glean-core/tests/common/mod.rs
glean_sdk.egg-info/PKG-INFO
glean_sdk.egg-info/SOURCES.txt
glean_sdk.egg-info/dependency_links.txt
glean_sdk.egg-info/not-zip-safe
glean_sdk.egg-info/requires.txt
glean_sdk.egg-info/top_level.txt
gradle-plugin/README.md
gradle-plugin/build.gradle
gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.properties
samples/android/app/README.md
samples/android/app/build.gradle
samples/android/app/metrics.yaml
samples/android/app/pings.yaml
samples/android/app/proguard-rules.pro
samples/android/app/src/androidTest/java/org/mozilla/samples/gleancore/MainActivityTest.kt
samples/android/app/src/androidTest/java/org/mozilla/samples/gleancore/pings/BaselinePingTest.kt
samples/android/app/src/androidTest/java/org/mozilla/samples/gleancore/pings/DeletionRequestPingTest.kt
samples/android/app/src/androidTest/java/org/mozilla/samples/gleancore/pings/SharedTestUtils.kt
samples/android/app/src/main/AndroidManifest.xml
samples/android/app/src/main/java/org/mozilla/samples/glean/GleanApplication.kt
samples/android/app/src/main/java/org/mozilla/samples/glean/MainActivity.kt
samples/android/app/src/main/res/layout/activity_main.xml
samples/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
samples/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
samples/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
samples/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
samples/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
samples/android/app/src/main/res/values/strings.xml
samples/android/app/src/main/res/xml/backup_rules.xml
samples/csharp/Program.cs
samples/csharp/Sample.csproj
samples/csharp/app.manifest
samples/csharp/metrics.yaml
samples/csharp/pings.yaml
samples/ios/app/.gitignore
samples/ios/app/Cartfile
samples/ios/app/README.md
samples/ios/app/base.xcconfig
samples/ios/app/bootstrap.sh
samples/ios/app/debug.xcconfig
samples/ios/app/metrics.yaml
samples/ios/app/pings.yaml
samples/ios/app/release.xcconfig
samples/ios/app/sdk_generator.sh
samples/ios/app/glean-sample-app/AppDelegate.swift
samples/ios/app/glean-sample-app/Info.plist
samples/ios/app/glean-sample-app/ViewController.swift
samples/ios/app/glean-sample-app.xcodeproj/project.pbxproj
samples/ios/app/glean-sample-app.xcodeproj/project.xcworkspace/contents.xcworkspacedata
samples/ios/app/glean-sample-app.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
samples/ios/app/glean-sample-app.xcodeproj/xcshareddata/xcschemes/glean-sample-app.xcscheme
samples/ios/app/glean-sample-app/Assets.xcassets/Contents.json
samples/ios/app/glean-sample-app/Assets.xcassets/AppIcon.appiconset/Contents.json
samples/ios/app/glean-sample-app/Base.lproj/LaunchScreen.storyboard
samples/ios/app/glean-sample-app/Base.lproj/Main.storyboard
samples/ios/app/glean-sample-appTests/Info.plist
samples/ios/app/glean-sample-appTests/glean_sample_appTests.swift
samples/ios/app/glean-sample-appUITests/BaselinePingTest.swift
samples/ios/app/glean-sample-appUITests/DeletionRequestPingTest.swift
samples/ios/app/glean-sample-appUITests/Info.plist
samples/ios/app/glean-sample-appUITests/MockServer.swift
samples/ios/app/glean-sample-appUITests/ViewControllerTest.swift
taskcluster/ci/config.yml
taskcluster/ci/android-build/kind.yml
taskcluster/ci/beetmover/kind.yml
taskcluster/ci/docker-image/kind.yml
taskcluster/ci/module-build/kind.yml
taskcluster/ci/rust/kind.yml
taskcluster/ci/signing/kind.yml
taskcluster/docker/linux/Dockerfile
taskcluster/glean_taskgraph/__init__.py
taskcluster/glean_taskgraph/build_config.py
taskcluster/glean_taskgraph/job.py
taskcluster/glean_taskgraph/target_tasks.py
taskcluster/glean_taskgraph/worker_types.py
taskcluster/glean_taskgraph/loader/__init__.py
taskcluster/glean_taskgraph/loader/build_config.py
taskcluster/glean_taskgraph/loader/multi_dep.py
taskcluster/glean_taskgraph/transforms/__init__.py
taskcluster/glean_taskgraph/transforms/beetmover.py
taskcluster/glean_taskgraph/transforms/module_build.py
taskcluster/glean_taskgraph/transforms/multi_dep.py
taskcluster/glean_taskgraph/transforms/signing.py
taskcluster/scripts/cross-compile-setup.sh
taskcluster/scripts/macos-cc-tools.manifest
taskcluster/scripts/rustup-setup.sh
tools/analysis/ping-patterns/README.md
tools/analysis/ping-patterns/config.py
tools/analysis/ping-patterns/ping-patterns.py
xcconfig/common.xcconfig