Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/cube-cos-openapi
Submodule cube-cos-openapi updated 1 files
+8 −0 docs.yaml
12 changes: 12 additions & 0 deletions internal/cubecos/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,18 @@ var (
{Name: "grafana", IsRepairable: true},
},
},
{
// The metric persistence layer, kept separate from metrics (which is
// collection and visualisation). influxdb and kapacitor stay under
// notifications for now: kapacitor is a write proxy and alerting engine
// here, not only storage, so moving them is its own decision.
Name: "metricsDb",
Category: "infrascope",
Modules: []services.Module{
{Name: "prometheus", IsRepairable: true},
{Name: "thanos", IsRepairable: true},
},
},
{
Name: "logAnalytics",
Category: "infrascope",
Expand Down
Loading