Skip to content

Commit 5aec06d

Browse files
committed
Update release notes
Signed-off-by: cwasicki <[email protected]>
1 parent 30562ca commit 5aec06d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Summary
44

55
This 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
1616
pagination handling and utilizes a wrapper data class that retains the raw
1717
protobuf response while offering transformation capabilities limited here
1818
to 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,
2121
ongoing development for states and bounds integration, as well as support for
2222
service-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

0 commit comments

Comments
 (0)