Skip to content

Commit 4fdf695

Browse files
removed metric rule section
1 parent 4f99a01 commit 4fdf695

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

docs/integrations/microsoft-azure/azure-virtual-machine.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,6 @@ You must explicitly enable diagnostic settings for each Virtual Machine you want
3030

3131
When you configure the event hubs source or HTTP source, plan your source category to ease the querying process. A hierarchical approach allows you to make use of wildcards. For example: `Azure/VM/ActivityLogs`, `Azure/VM/Metrics`.
3232

33-
### Configure metric rules
34-
35-
* **Azure Observability Metadata Extraction VMName**
36-
37-
In case this rule already exists, then no need to create it again.
38-
39-
```sql
40-
Rule Name: AzureObservabilityMetadataExtractionVMName
41-
```
42-
43-
```sql title="Metric match expression"
44-
tenant_name=* namespace=Microsoft.Compute/virtualMachines resource_name=*
45-
```
46-
47-
| Fields extracted | Metric rule |
48-
|:--|:--|
49-
| `vmname` | `$resource_name._1` |
50-
5133
### Configure metrics collection
5234

5335
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

0 commit comments

Comments
 (0)