We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6301a commit e307d6eCopy full SHA for e307d6e
1 file changed
README.md
@@ -195,7 +195,10 @@ The metrics exposed beyond the default Prometheus metrics are:
195
that were rate limited.
196
* `deptracker_post_record_unknown_artifact`: the number of attempts
197
that resulted in no matching attestation for the container digest
198
- (404 "no artifacts found" responses).
+ (404 "no artifacts found" responses) and an entry in the unknown
199
+ artifact cache.
200
+* `deptracker_post_record_unknown_artifact_cache_hit`: the number of
201
+ attempts to create new records prevented by the unknown artifact cache.
202
* `deptracker_post_record_soft_fail`: the number of recoverable failed
203
attempts to upload the deployment record.
204
* `deptracker_post_record_hard_fail`: the number of failures to
0 commit comments