File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 33## Summary
44
55This release introduces the initial version of the Reporting API client with support for
6- retrieving single metric historical data for a single component.
6+ retrieving historical metrics data for a single component.
77
88## Upgrading
99
@@ -12,16 +12,18 @@ retrieving single metric historical data for a single component.
1212## New Features
1313
1414* Introducing the initial version of the Reporting API client, streamlined for
15- retrieving single metric historical data for a single component. It incorporates
15+ retrieving historical metrics data for a single component. It incorporates
1616pagination handling and utilizes a wrapper data class that retains the raw
1717protobuf response while offering transformation capabilities limited here
1818to generators of structured data representation via named tuples.
1919
20- * Current limitations include a single metric focus with plans for extensibility,
20+ * Current limitations include a single component focus with plans for extensibility,
2121ongoing development for states and bounds integration, as well as support for
2222service-side features like resampling, streaming, and formula aggregations.
2323
2424* Code examples are provided to guide users through the basic usage of the client.
25+ The example client is a simple command-line tool that retrieves historical metrics
26+ data for a single component and prints it to the console.
2527
2628
2729## Bug Fixes
You can’t perform that action at this time.
0 commit comments