feat: monitoring clients — Prometheus, Loki, Grafana (57 endpoints)

PrometheusClient (18 endpoints): query, metadata, targets, status.
LokiClient (11 endpoints): query, labels, series, push, index.
GrafanaClient (29 endpoints): dashboards, datasources, folders,
annotations, alerts, org.

Bump: sunbeam-sdk v0.10.0
This commit is contained in:
2026-03-21 20:30:24 +00:00
parent 21f9e18610
commit 915f0b254d
7 changed files with 1335 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "sunbeam-sdk"
version = "0.9.0"
version = "0.10.0"
edition = "2024"
description = "Sunbeam SDK — reusable library for cluster management"
repository = "https://src.sunbeam.pt/studio/cli"