Post

Replies

Boosts

Views

Activity

Comment on MetricKit: Custom Metrics signposts
Hi! I'm using Begin/End signals in this way: mxSignpost(.begin, log: myLogMadeWith_MXMetricManager_makeLogHandle, name: "something") and then, accordingly, mxSignpost(.end, log: myLogMadeWith_MXMetricManager_makeLogHandle, name: "something") 👉 I'm keeping log handle open ( myLogMadeWith_MXMetricManager_makeLogHandle) during the whole lifecycle of theapp (and never close it myself), MetricKitManager has no delegate set. 👉 I'm not getting my "something" in the json file downloaded from via the AppStoreConnect API → is this normal situation? Only available on device via MetricKitManager delegate? (which doesn't make much sense security-wise, or else-wise. Except, maybe, the way MetricKit works inside, and if it submits any of the custom metrics to the backend at the first place) 👉 Would really appreciate comments on how to use custom metrics and how to collect it back for analysis.
Sep ’21