James Fraser
08/11/2023, 3:52 PM/metrics endpoint response in the Pactflow api represents?
I’m curious about the values returned by fields like verificationResults and providerContractSelfVerifications and would like to know what the numbers actually mean, as they don’t seem to line up with what my assumptions would beMatt (pactflow.io / pact-js / pact-go)
"verificationResults": { <- regular pact provider verification
"count": 11, <- total number of provider verifications
"successCount": 7, <- ...of successful ones
"failureCount": 4, <- ...of failed ones
"distinctCount": 11,
"first": "2019-11-10T22:40:22+00:00", <- first time a verification happened
"last": "2023-07-27T04:56:38+00:00" <- last time one happened
},Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
providerContractSelfVerificationsthese are, I think, effectively the number of provider contract publications with self verification results. I’m also confused by this number in my tenant, because it differs from the
providerContractPublications item, which seems unusual. It could be another artifact of the cleaning process.Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
James Fraser
08/14/2023, 9:06 AM