ServiceLoadMetric Class
Specifies a metric to load balance a service during runtime.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ServiceLoadMetric
Constructor
ServiceLoadMetric(*, name: str, weight: Optional[Union[str, azure.mgmt.servicefabricmanagedclusters.models._service_fabric_managed_clusters_management_client_enums.ServiceLoadMetricWeight]] = None, primary_default_load: Optional[int] = None, secondary_default_load: Optional[int] = None, default_load: Optional[int] = None, **kwargs)
Parameters
- name
- str
Required. The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.
- weight
- str or <xref:service_fabric_managed_clusters_management_client.models.ServiceLoadMetricWeight>
The service load metric relative weight, compared to other metrics configured for this service, as a number. Possible values include: "Zero", "Low", "Medium", "High".
- primary_default_load
- int
Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
- secondary_default_load
- int
Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
- default_load
- int
Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
Feedback
Submit and view feedback for