[roll] Roll fuchsia [archivist] Use correct 'rolled out' terminology

Dropped = logs that were dropped by the writer client due to an error
writing to the socket.

Rolled out = logs that were dropped by the archivist due to exceeding
the maximum capacity allowed in the internal log buffer.

Additionally, instead of storing the dropped count twice (one in
metadata, one in metadata/errors), store it only in errors. Also the
rolled out count is stored in errors.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/613044
Original-Revision: 9772a594a068eb87a9d6312961df9de9cd216fc1
GitOrigin-RevId: a4f5592f93f92f88adab2bb55792de3eb369af1d
Change-Id: Ia1a30d9dbb74bde89ef97d8abcc6310f577e4112
1 file changed
tree: f185975984783526b983e9c67b1f2e7399de5ba3
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.