Skip to content
Snippets Groups Projects
Unverified Commit 76d8b618 authored by Noah Moss's avatar Noah Moss Committed by GitHub
Browse files

Fix shape of metadata in Snowplow stats ping to conform to new schema (#48205)

parent 8ab526f2
No related branches found
No related tags found
No related merge requests found
......@@ -740,4 +740,7 @@
#_{:clj-kondo/ignore [:deprecated-var]}
(send-stats-deprecated! stats)
(snowplow/track-event! ::snowplow/instance_stats
(assoc snowplow-stats :metadata [{"stats_export_time_seconds" elapsed-secs}])))))
(assoc snowplow-stats
:metadata
[{"key" "stats_export_time_seconds"
"value" elapsed-secs}])))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment