Skip to content

Lost tick for projects.new telemetry? #6177

Closed
@kiki-lee

Description

@kiki-lee

Re-logging microsoft/pxt-arcade#6938 over here

Our data for new projects has sharply fallen. Can we look into the projects.new tick to see if something's up?

RawEventsCustomEvents
| where timestamp > ago(60d)
| where target == "arcade"
| where name contains "projects.new"
| summarize count() by dayofyear(timestamp) // target
| render linechart

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions