Skip to content

Commit

Permalink
feat(cockpit): add traces endpoint (scaleway#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Oct 19, 2023
1 parent 6d352f3 commit cbc69a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const unmarshalCockpitEndpoints = (data: unknown) => {
grafanaUrl: data.grafana_url,
logsUrl: data.logs_url,
metricsUrl: data.metrics_url,
tracesUrl: data.traces_url,
} as CockpitEndpoints
}

Expand Down
2 changes: 2 additions & 0 deletions packages/clients/src/api/cockpit/v1beta1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export interface CockpitEndpoints {
metricsUrl: string
/** URL for logs. */
logsUrl: string
/** URL for traces. */
tracesUrl: string
/** URL for the alert manager. */
alertmanagerUrl: string
/** URL for the Grafana dashboard. */
Expand Down

0 comments on commit cbc69a3

Please sign in to comment.