[roll] Roll cobalt-registry [wlan][policy] Change connection score int_buckets

This changes the int_bucket for connection scoring metrics, so that we
can analyze both positive and negative values. This change is required
becasue we use two different scoring systems; one is bound to positive
values and the other is RSSI based, meaning primarily negative values.

As these scoring systems are likely to change, having a single
int_bucket that encompasses the full range will be useful.

The only previous metrics data that will be invalidated by this change
was already invalid, since nearly all of it fell into the underflow
bucket (bucket_id=0). The other relevant metrics will not be affected, since they will
use the same bucket_ids and associated buckets.

Original-Bug: None
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/cobalt-registry/+/886751
Privacy-Approval: Francois Rousseau <frousseau@google.com>
Original-Revision: dba2a62a0bceec5c2e0ed674c9a75663e7bfb107
GitOrigin-RevId: 4ee20a91f323349c10ddc8b5a65e185de12c904b
Change-Id: I9e9fc352e2f637228e328fb7a48ccb05da39d93e
1 file changed
tree: 213b838b690caf1bf211e7e808195ed2ccc22952
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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.