2025-09-26 19:17:30 +03:00
|
|
|
package cloudapi
|
|
|
|
|
|
2026-02-20 17:30:02 +03:00
|
|
|
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v14/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)
|
|
|
|
|
}
|