AzureMonitorWorkspaceMetrics interface
Properties related to the metrics container in the Azure Monitor Workspace
Properties
| enable |
Flag that indicates whether to enable access using resource permissions. |
| internal |
An internal identifier for the metrics container. Only to be used by the system. |
| prometheus |
The Prometheus query endpoint for the Azure Monitor Workspace |
Property Details
enableAccessUsingResourcePermissions
Flag that indicates whether to enable access using resource permissions.
enableAccessUsingResourcePermissions?: boolean
Property Value
boolean
internalId
An internal identifier for the metrics container. Only to be used by the system.
internalId?: string
Property Value
string
prometheusQueryEndpoint
The Prometheus query endpoint for the Azure Monitor Workspace
prometheusQueryEndpoint?: string
Property Value
string