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

Add suspended project count to telemetry ping #2086

Merged
merged 1 commit into from
May 10, 2023
Merged

Conversation

knolleary
Copy link
Member

Closes #2073

Description

Adds platform.counts.projects.byState.suspended to the telemetry packet.

The original plan was to call this platform.counts.projects.suspended - but we already have platform.counts.projects as a number which cannot have properties in the JSON encoding over the wire.

See FlowFuse/usage-ping-collector#23 for the ping collector side of the change.

There is a possibility we want to change the name of this property - so this PR should not be merged until the FlowFuse/usage-ping-collector#23 is merged as confirmation of this choice.

@hardillb hardillb merged commit e749b84 into main May 10, 2023
@hardillb hardillb deleted the 2073-suspended-counts branch May 10, 2023 07:48
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.

Add platform.counts.projectsByState.suspended to telemetry payload
2 participants