Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add new glean-server library to define pings for server-side Glean" #726

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 2 additions & 17 deletions repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ libraries:
branch: main
dependency_name: glean-core

- library_name: glean-server
description: Modern cross-platform telemetry (server usage)
notification_emails:
- glean-team@mozilla.com
url: https://github.com/mozilla/glean_parser
metrics_files: []
ping_files:
- server-side-pings.yaml
variants:
- v1_name: glean-server
branch: main
dependency_name: glean-server

- library_name: glean-android
description: Modern cross-platform telemetry (Android-specific)
notification_emails:
Expand Down Expand Up @@ -1368,8 +1355,7 @@ applications:
- packages/fxa-shared/metrics/glean/fxa-backend-metrics.yaml
ping_files:
- packages/fxa-shared/metrics/glean/fxa-backend-pings.yaml
dependencies:
- glean-server
dependencies: []
channels:
- v1_name: accounts-backend
app_id: accounts.backend
Expand Down Expand Up @@ -1475,8 +1461,7 @@ applications:
metrics_files:
- .glean/metrics.yaml
ping_files: []
dependencies:
- glean-server
dependencies: []
channels:
- v1_name: moso-mastodon-backend
app_id: moso.mastodon.backend
Expand Down