PrometheusHaClusterProviderInstanceProperties interface
Gets or sets the PrometheusHaCluster provider properties.
- Extends
Properties
cluster |
Gets or sets the clusterName. |
hostname | Gets or sets the target machine name. |
prometheus |
URL of the Node Exporter endpoint. |
provider |
Polymorphic discriminator, which specifies the different types this object can be |
sid | Gets or sets the cluster sid. |
ssl |
Gets or sets the blob URI to SSL certificate for the HA cluster exporter. |
ssl |
Gets or sets certificate preference if secure communication is enabled. |
Property Details
clusterName
Gets or sets the clusterName.
clusterName?: string
Property Value
string
hostname
Gets or sets the target machine name.
hostname?: string
Property Value
string
prometheusUrl
URL of the Node Exporter endpoint.
prometheusUrl?: string
Property Value
string
providerType
Polymorphic discriminator, which specifies the different types this object can be
providerType: "PrometheusHaCluster"
Property Value
"PrometheusHaCluster"
sid
Gets or sets the cluster sid.
sid?: string
Property Value
string
sslCertificateUri
Gets or sets the blob URI to SSL certificate for the HA cluster exporter.
sslCertificateUri?: string
Property Value
string
sslPreference
Gets or sets certificate preference if secure communication is enabled.
sslPreference?: string
Property Value
string