Skip to content

Commit 5a311d3

Browse files
docs(cockpit): rework regional api (scaleway#2556)
Co-authored-by: Laure-di <[email protected]>
1 parent 1d1e29f commit 5a311d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/cockpit/v1/cockpit_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ func (s *GlobalAPI) GetCurrentPlan(req *GlobalAPIGetCurrentPlanRequest, opts ...
17731773
return &resp, nil
17741774
}
17751775

1776-
// The Cockpit Regional API allows you to create data sources and tokens to store and query data types such as metrics, logs, and traces. You can also push your data into Cockpit, and send alerts to your contact points when your resources may require your attention, using the regional Alert manager.
1776+
// The Cockpit API allows you to create data sources and Cockpit tokens to store and query data types such as metrics, logs, and traces. You can also push your data into Cockpit, and send alerts to your contact points when your resources may require your attention, using the regional Alert manager.
17771777
type RegionalAPI struct {
17781778
client *scw.Client
17791779
}

0 commit comments

Comments
 (0)