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

bug: Add back missing metrics #372

Merged
merged 8 commits into from
Apr 27, 2023
Merged

bug: Add back missing metrics #372

merged 8 commits into from
Apr 27, 2023

Conversation

jrconlin
Copy link
Member

A number of metrics were accidentally dropped during the code merge and refactor.

A number of metrics were accidentally dropped during the code merge and
refactor.
@jrconlin jrconlin requested a review from pjenvey April 26, 2023 23:34
@jrconlin jrconlin marked this pull request as ready for review April 26, 2023 23:34
autoendpoint/src/routes/webpush.rs Outdated Show resolved Hide resolved
autopush-common/src/db/dynamodb/mod.rs Outdated Show resolved Hide resolved
autopush-common/src/db/dynamodb/mod.rs Outdated Show resolved Hide resolved
jrconlin and others added 5 commits April 26, 2023 17:02
remove bad metric

Co-authored-by: Philip Jenvey <pjenvey@underboss.org>
Co-authored-by: Philip Jenvey <pjenvey@underboss.org>
Co-authored-by: Philip Jenvey <pjenvey@underboss.org>
@jrconlin jrconlin requested a review from pjenvey April 27, 2023 17:19
@@ -511,6 +511,7 @@ impl DbClient for DdbClientImpl {
}

async fn save_message(&self, uaid: &Uuid, message: Notification) -> DbResult<()> {
let topic = message.topic.clone().is_some().to_string();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
let topic = message.topic.clone().is_some().to_string();
let topic = message.topic.is_some().to_string();

@pjenvey pjenvey merged commit 1952559 into master Apr 27, 2023
@pjenvey pjenvey deleted the bug/missing_metrics branch April 27, 2023 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants