Skip to content

Commit 1c34a75

Browse files
Generator: Update SDK /services/observability (#3130)
* Generate observability * update changelogs and version --------- Co-authored-by: Benjosh95 <[email protected]>
1 parent 4db9190 commit 1c34a75

17 files changed

+2441
-614
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
1010
- `loadbalancer`: [v1.5.0](services/loadbalancer/CHANGELOG.md#v150)
1111
- **Feature:** Add new `LoadBalancerSecurityGroup` field to `CreateLoadBalancerPayload`, `LoadBalancer`, and `UpdateLoadBalancerPayload` models
12+
- `observability`: [v0.9.0](services/observability/CHANGELOG.md#v090)
13+
- **Feature:** Add new API methods for logs configuration management: `GetLogsConfigs` and `UpdateLogsConfigs`
14+
- **Feature:** Add new API methods for traces configuration management: `GetTracesConfigs` and `UpdateTracesConfigs`
15+
- **Feature:** Add new models for configuration management: `LogsConfig`, `LogsConfigResponse`, `TraceConfig`, `TracesConfigResponse`, `UpdateLogsConfigsPayload`, and `UpdateTracesConfigsPayload`
1216

1317

1418
## Release (2025-07-07)

services/observability/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.9.0
2+
- **Feature:** Add new API methods for logs configuration management: `GetLogsConfigs` and `UpdateLogsConfigs`
3+
- **Feature:** Add new API methods for traces configuration management: `GetTracesConfigs` and `UpdateTracesConfigs`
4+
- **Feature:** Add new models for configuration management: `LogsConfig`, `LogsConfigResponse`, `TraceConfig`, `TracesConfigResponse`, `UpdateLogsConfigsPayload`, and `UpdateTracesConfigsPayload`
5+
16
## v0.8.0
27
- Add `required:"true"` tags to model structs
38

services/observability/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.0
1+
v0.9.0

0 commit comments

Comments
 (0)