2025-09-26 19:17:30 +03:00
|
|
|
package cloudapi
|
|
|
|
|
|
2026-08-21 18:12:55 +04:00
|
|
|
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v16/pkg/cloudapi/prometheus"
|
2025-09-26 19:17:30 +03:00
|
|
|
|
|
|
|
|
// Accessing the Resmon method group
|
|
|
|
|
func (ca *CloudAPI) Prometheus() *prometheus.Prometheus {
|
|
|
|
|
return prometheus.New(ca.client)
|
|
|
|
|
}
|