commit | 918eb78ade2f36a05228e261ce243d8f08a8d8de | [log] [tgz] |
---|---|---|
author | John Alabi <jalabi@google.com> | Fri Sep 12 19:05:17 2025 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 12 19:05:17 2025 -0700 |
tree | ef149d30e5ad38ea0310441448c0840570fb81c5 | |
parent | a05539c9714645d748576164f740c762dbbfc571 [diff] |
pw_metric: Document the new MetricService.Walk RPC Update the documentation to reflect the addition of the new paginated, unary MetricService.Walk RPC. The documentation now clarifies the distinction between the two export methods. It positions the new Walk RPC as the preferred method for asynchronous transports that require client-driven flow control, and for fetching large metric sets that may not fit within a single transport MTU. Specifically, this update: * Adds a new subsection describing the MetricService.Walk method. * Updates the "Metric Parser" section to include the new get_all_metrics() Python function. * Marks the roadmap item for this feature as completed. Change-Id: Ia0b1db27d4e0ee3a5e434a4467689035af6e2acf Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/320994 Commit-Queue: John Alabi <jalabi@google.com> Pigweed-Auto-Submit: John Alabi <jalabi@google.com> Reviewed-by: Carlos Chinchilla <cachinchilla@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.