extender icon indicating copy to clipboard operation
extender copied to clipboard

Readd support for metrics

Open JCash opened this issue 2 years ago • 2 comments
trafficstars

We want to hook up our metrics to a server again.

JCash avatar May 13 '23 07:05 JCash

Related: https://github.com/defold/extender/issues/218

britzl avatar Jan 18 '24 15:01 britzl

In split-docker branch was added sending metrics to Stackdriver. Here is overview after adding integration and running test builds:

Metric Is tracked Notes
job.receive
job.requestSize
job.sdkDownload
job.sdk
job.gradle.download
job.gradle.cacheSize
job.cocoapods.install MacOS instance doesn't send metrics to Stackdriver now
job.build
job.remoteBuild Need small fix to track right time because build_async works in thread
job.zip Not all instances tracked metrics. Only emsdk-3155, winsdk-2022
job.zipSize Not all instances tracked metrics. Only emsdk-3155, winsdk-2022
job.write
job.cache.upload
job.cache.uploadSize All zeroes (cache not enabled now)
job.cache.download
job.cache.downloadSize All zeroes (cache not enabled now)
gauge.service.sdk.get Select "count time series" in dashboard
gauge.service.gradle.get
counter.service.sdk.get.download
counter.service.sdk.get

ekharkunov avatar Jul 06 '24 20:07 ekharkunov