Skip to content

Commit e307d6e

Browse files
committed
add docs for deptracker_post_record_unknown_artifact_cache_hit
Signed-off-by: Eric Pickard <piceri@github.com>
1 parent fc6301a commit e307d6e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,10 @@ The metrics exposed beyond the default Prometheus metrics are:
195195
that were rate limited.
196196
* `deptracker_post_record_unknown_artifact`: the number of attempts
197197
that resulted in no matching attestation for the container digest
198-
(404 "no artifacts found" responses).
198+
(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.
199202
* `deptracker_post_record_soft_fail`: the number of recoverable failed
200203
attempts to upload the deployment record.
201204
* `deptracker_post_record_hard_fail`: the number of failures to

0 commit comments

Comments
 (0)