1. Glean
  2. User Guides
  3. 1. Adding Glean to your project
    ❱
    1. 1.1. Kotlin
    2. 1.2. Swift
    3. 1.3. Python
    4. 1.4. Rust
    5. 1.5. JavaScript
    6. 1.6. Qt/QML
    7. 1.7. Enable data ingestion
  4. 2. Integrating Glean for project managers
  5. 3. Metrics
    ❱
    1. 3.1. Adding new metrics
    2. 3.2. Testing metrics
    3. 3.3. Validating metrics
    4. 3.4. Error reporting
    5. 3.5. Metrics collected by the Glean SDKs
    6. 3.6. Enable and Disable metrics using Nimbus
  6. 4. Pings
    ❱
    1. 4.1. Adding new custom pings
    2. 4.2. Testing custom pings
    3. 4.3. Pings sent by Glean
      ❱
      1. 4.3.1. Baseline Ping
      2. 4.3.2. Deletion Request Ping
      3. 4.3.3. Events Ping
      4. 4.3.4. Metrics Ping
      5. 4.3.5. Schedules and timings overview
  7. 5. Debugging products using Glean
    ❱
    1. 5.1. Android
    2. 5.2. iOS
    3. 5.3. Python
    4. 5.4. JavaScript
  8. API Reference
  9. 6. YAML Registry Format
    ❱
    1. 6.1. Metrics
    2. 6.2. Pings
    3. 6.3. Tags
  10. 7. General API
    ❱
    1. 7.1. Initializing
    2. 7.2. Toggling upload status
    3. 7.3. Annotating experiments
    4. 7.4. Registering custom pings
    5. 7.5. Shut down
  11. 8. Debugging
    ❱
    1. 8.1. Log pings
    2. 8.2. Debug View Tag
    3. 8.3. Source Tags
  12. 9. Metric types
    ❱
    1. 9.1. Boolean
    2. 9.2. Labeled Booleans
    3. 9.3. Counter
    4. 9.4. Labeled Counters
    5. 9.5. String
    6. 9.6. Labeled Strings
    7. 9.7. String List
    8. 9.8. Timespan
    9. 9.9. Timing Distribution
    10. 9.10. Memory Distribution
    11. 9.11. UUID
    12. 9.12. URL
    13. 9.13. Datetime
    14. 9.14. Event
    15. 9.15. Custom Distribution
    16. 9.16. Quantity
    17. 9.17. Rate
    18. 9.18. Text
  13. 10. Pings
  14. SDK Specific Information
  15. 11. Overview
  16. 12. Android
    ❱
    1. 12.1. Android build configuration options
    2. 12.2. Android offline builds
    3. 12.3. Instrumenting Android crashes with Glean
  17. 13. iOS
    ❱
    1. 13.1. iOS build configuration options
  18. 14. JavaScript
    ❱
    1. 14.1. Command Line Interface
    2. 14.2. Plugins
      ❱
      1. 14.2.1. Ping Encryption Plugin
  19. Appendix
  20. 15. Glossary
  21. 16. Changelog
    ❱
    1. 16.1. mozilla/glean
    2. 16.2. mozilla/glean.js
  22. 17. This Week in Glean
  23. 18. Contribution Guidelines

Glean SDKs - Cross-platform Telemetry Libraries

Changelog

  • mozilla/glean
  • mozilla/glean.js
Found a bug? Edit this page on GitHub.