Skip to content

Commit 127f11a

Browse files
authored
feat(cockpit): add datasourcetype 'alerts' (#648)
1 parent f3a9ec1 commit 127f11a

File tree

2 files changed

+2
-0
lines changed
  • scaleway/scaleway/cockpit/v1
  • scaleway-async/scaleway_async/cockpit/v1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/cockpit/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class DataSourceType(str, Enum, metaclass=StrEnumMeta):
2929
METRICS = "metrics"
3030
LOGS = "logs"
3131
TRACES = "traces"
32+
ALERTS = "alerts"
3233

3334
def __str__(self) -> str:
3435
return str(self.value)

scaleway/scaleway/cockpit/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class DataSourceType(str, Enum, metaclass=StrEnumMeta):
2929
METRICS = "metrics"
3030
LOGS = "logs"
3131
TRACES = "traces"
32+
ALERTS = "alerts"
3233

3334
def __str__(self) -> str:
3435
return str(self.value)

0 commit comments

Comments
 (0)