Skip to content

Commit 50451b5

Browse files
authored
feat(serverless): deprecate /logs and /metrics endpoints (#1139)
1 parent e9e03b8 commit 50451b5

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

packages/clients/src/api/container/v1beta1/api.gen.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,13 @@ export class API extends ParentAPI {
544544
)
545545

546546
/**
547-
* List your container logs. List the logs of the container with the specified
548-
* ID.
547+
* Deprecated (replaced by
548+
* [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List your
549+
* container logs. Deprecated (replaced by
550+
* [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the
551+
* logs of the container with the specified ID.
549552
*
553+
* @deprecated
550554
* @param request - The request {@link ListLogsRequest}
551555
* @returns A Promise of ListLogsResponse
552556
*/

packages/clients/src/api/function/v1beta1/api.gen.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,9 +622,13 @@ export class API extends ParentAPI {
622622
)
623623

624624
/**
625-
* List application logs. List the application logs of the function with the
626-
* specified ID.
625+
* Deprecated (replaced by
626+
* [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List
627+
* application logs. Deprecated (replaced by
628+
* [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the
629+
* application logs of the function with the specified ID.
627630
*
631+
* @deprecated
628632
* @param request - The request {@link ListLogsRequest}
629633
* @returns A Promise of ListLogsResponse
630634
*/

0 commit comments

Comments
 (0)