mozilla / probe-scraper

Scrape and publish Telemetry probe data from Firefox
https://mozilla.github.io/probe-scraper/
Mozilla Public License 2.0
23 stars 53 forks source link

Update glean-parser requirement from ~=14.1.0 to ~=14.2.0 #782

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on glean-parser to permit the latest version.

Release notes

Sourced from glean-parser's releases.

v14.2.0

  • New Metric Types: labeled_{custom|memory|timing}_distribution (bug 1657947)
Changelog

Sourced from glean-parser's changelog.

14.2.0

  • New Metric Types: labeled_{custom|memory|timing}_distribution (bug 1657947)

14.1.3

  • Fix Kotlin/Swift code generation for object metrics, now generating top-level typealiases where needed (#722)

14.1.2

  • ping schedule: Gracefully handle missing ping (#705)

14.1.1

  • Replace deprecated methods and package (#699)

14.1.0

  • Add Go log outputter support for datetime (go_server) (#693)

14.0.1

  • BUGFIX: Fix missing ping_arg in util.py (#687)

14.0.0

  • BREAKING CHANGE: Expose the optional enabled property on pings, defaulting to enabled: true (#681)
  • BREAKING CHANGE: Support metadata field ping_schedule for pings (bug 1804711)
  • Add support for event metric type in server JavaScript outputter (DENG-2407)
  • Add Swift and Kotlin codegen support for the object metric type object (#685)

13.0.1

  • Use faster C yaml parser if available (#677)

13.0.0

  • BREAKING CHANGE: Support metadata field include_info_sections (bug 1866559)

12.0.1

  • Fix Rust codegen for object metric type (#662)

12.0.0

  • Add new metric type object (only Rust codegen support right now) (#587)

11.1.0

  • Add Go log outputter (go_server) (#645)

... (truncated)

Commits
  • 5cab2a2 Release v14.2.0
  • 2bd34de bug 1657947 - New metric types labeled_{custom|memory|timing}_distribution
  • 4331690 Release v14.1.3
  • 153b152 Object metric: Generate typealias for top-level items
  • 9a45d99 Bump ruff from 0.4.9 to 0.5.0
  • a627c97 Bump ruff from 0.4.2 to 0.4.9
  • 93f9b96 Bump pytest from 8.2.0 to 8.2.2
  • 93938be Bump coverage from 7.5.0 to 7.5.3
  • f484585 Release v14.1.2
  • 43d6346 ping_schedule: Gracefully handle missing ping
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
whd commented 3 months ago

Seeing some probe-scraper DAG failures today that are possibly related to this.

[2024-07-16, 03:33:54 UTC] {pod_manager.py:466} INFO - [base] ~/mozilla-pipeline-schemas ~/mozilla-pipeline-schemas ~ ~
[2024-07-16, 03:33:54 UTC] {pod_manager.py:466} INFO - [base] + git remote -v
[2024-07-16, 03:33:54 UTC] {pod_manager.py:466} INFO - [base] + grep mozilla-pipeline-schemas
[2024-07-16, 03:33:54 UTC] {pod_manager.py:466} INFO - [base] origin    git@github.com:mozilla-services/mozilla-pipeline-schemas.git (fetch)
[2024-07-16, 03:33:54 UTC] {pod_manager.py:466} INFO - [base] origin    git@github.com:mozilla-services/mozilla-pipeline-schemas.git (push)
[2024-07-16, 03:35:25 UTC] {pod_manager.py:466} INFO - [base] + mozilla-schema-generator generate-main-ping --mps-branch main --out-dir ./telemetry
[2024-07-16, 03:35:28 UTC] {pod_manager.py:466} INFO - [base] + mozilla-schema-generator generate-bhr-ping --mps-branch main --out-dir ./telemetry
[2024-07-16, 03:36:09 UTC] {pod_manager.py:466} INFO - [base] + mozilla-schema-generator generate-common-pings --common-pings-config /app/mozilla-schema-generator/common_pings.json --mps-branch main --out-dir ./telemetry
[2024-07-16, 03:36:11 UTC] {pod_manager.py:466} INFO - [base] + mozilla-schema-generator generate-glean-pings --mps-branch main --out-dir .
[2024-07-16, 03:36:12 UTC] {pod_manager.py:483} INFO - [base] Error: Unknown metric types in Glean Schema: labeled_custom_distribution, labeled_memory_distribution, labeled_timing_distribution. Please add them to /app/mozilla-schema-generator/mozilla_schema_generator/configs/glean.yaml
[2024-07-16, 03:36:12 UTC] {pod_manager.py:511} WARNING - Pod schema-generator-1-xw6sn0c6 log read interrupted but container base still running
[2024-07-16, 03:36:13 UTC] {pod_manager.py:483} INFO - [base] Error: Unknown metric types in Glean Schema: labeled_custom_distribution, labeled_memory_distribution, labeled_timing_distribution. Please add them to /app/mozilla-schema-generator/mozilla_schema_generator/configs/glean.yaml
[2024-07-16, 03:36:14 UTC] {pod_manager.py:616} INFO - Pod schema-generator-1-xw6sn0c6 has phase Running
[2024-07-16, 03:36:16 UTC] {pod.py:912} INFO - Skipping deleting pod: schema-generator-1-xw6sn0c6
badboy commented 3 months ago

huh, Oh, because of the schema changes it actually picks those up? We can revert for the moment and get that work in correctly first.