v0.6.0: drop Metrics service from the server SDK
CI / build (push) Successful in 50s

This commit is contained in:
edmand46
2026-08-27 09:53:44 +03:00
parent ef5bbe2df2
commit 2619291b20
3 changed files with 0 additions and 23 deletions
-1
View File
@@ -39,7 +39,6 @@ if err != nil {
}
players, err := client.Players.List(ctx, rudder.ListPlayersParameters{Limit: 100})
metrics, err := client.Metrics.Get(ctx)
```
## Handles