Skip to content

Commit

Permalink
feat(cockpit): add traces endpoint (#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Oct 20, 2023
1 parent 58aec66 commit 0be474c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/cockpit/v1beta1/cockpit_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ type CockpitEndpoints struct {
MetricsURL string `json:"metrics_url"`
// LogsURL: URL for logs.
LogsURL string `json:"logs_url"`
// TracesURL: URL for traces.
TracesURL string `json:"traces_url"`
// AlertmanagerURL: URL for the alert manager.
AlertmanagerURL string `json:"alertmanager_url"`
// GrafanaURL: URL for the Grafana dashboard.
Expand Down

0 comments on commit 0be474c

Please sign in to comment.