Skip to content

Commit cbc69a3

Browse files
authored
feat(cockpit): add traces endpoint (#941)
1 parent 6d352f3 commit cbc69a3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/clients/src/api/cockpit/v1beta1/marshalling.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ const unmarshalCockpitEndpoints = (data: unknown) => {
8686
grafanaUrl: data.grafana_url,
8787
logsUrl: data.logs_url,
8888
metricsUrl: data.metrics_url,
89+
tracesUrl: data.traces_url,
8990
} as CockpitEndpoints
9091
}
9192

packages/clients/src/api/cockpit/v1beta1/types.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export interface CockpitEndpoints {
6161
metricsUrl: string
6262
/** URL for logs. */
6363
logsUrl: string
64+
/** URL for traces. */
65+
tracesUrl: string
6466
/** URL for the alert manager. */
6567
alertmanagerUrl: string
6668
/** URL for the Grafana dashboard. */

0 commit comments

Comments
 (0)