Commit b7fcc15
File tree
4 files changed
+5
-5
lines changed- components/external
- gradle
- megazords/ios-rust
4 files changed
+5
-5
lines changed- .buildconfig.yml+1-1
- .circleci/config.yml-80
- CHANGELOG.md+20-1
- Cargo.lock+4-3
- DEPENDENCIES.md+3-3
- Makefile+6-1
- bin/check-artifact.sh+53-2
- docs/dev/core/internal/payload.md+26
- docs/user/SUMMARY.md+1
- docs/user/reference/metrics/dual_labeled_counters.md+181
- glean-core/Cargo.toml+2-2
- glean-core/build/Cargo.toml+1-1
- glean-core/build/src/lib.rs+1-1
- glean-core/ios/sdk_generator.sh+32-10
- glean-core/python/glean/__init__.py+1-1
- glean-core/python/requirements_dev.txt+1-1
- glean-core/rlb/Cargo.toml+2-2
- glean-core/rlb/src/private/mod.rs+1
- glean-core/rlb/src/test.rs+38-4
- glean-core/rlb/tests/metric_metadata.rs+3-2
- glean-core/src/common_metric_data.rs+47-2
- glean-core/src/glean.udl+11-1
- glean-core/src/lib.rs+6-6
- glean-core/src/metrics/boolean.rs+2-2
- glean-core/src/metrics/counter.rs+2-2
- glean-core/src/metrics/custom_distribution.rs+2-2
- glean-core/src/metrics/dual_labeled_counter.rs+395
- glean-core/src/metrics/labeled.rs+9-6
- glean-core/src/metrics/memory_distribution.rs+2-2
- glean-core/src/metrics/mod.rs+5-2
- glean-core/src/metrics/quantity.rs+2-2
- glean-core/src/metrics/string.rs+2-2
- glean-core/src/metrics/text.rs+2-2
- glean-core/src/metrics/timing_distribution.rs+2-2
- glean-core/src/storage/mod.rs+27
- glean-core/src/traits/dual_labeled_counter.rs+37
- glean-core/src/traits/mod.rs+2
- glean-core/tests/dual_labeled_counter.rs+676
- glean-core/tests/labeled.rs+47
- gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy+2-2
- publish.gradle+1-1
- pyproject.toml+2-2
- samples/rust/metrics.yaml+90
- samples/rust/src/main.rs+68
- taskcluster/scripts/cross-compile-setup.sh+1-1
- taskcluster/scripts/rustup-setup.sh+3-3
- tools/embedded-uniffi-bindgen/Cargo.toml+1
- tools/embedded-uniffi-bindgen/src/main.rs+79-34
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments