Skip to content

Commit

Permalink
generate
Browse files Browse the repository at this point in the history
  • Loading branch information
padraicbc committed May 3, 2023
1 parent c982ca5 commit 2e0d97e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
26 changes: 18 additions & 8 deletions receiver/vcenterreceiver/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,14 +365,6 @@ The amount of memory that is used by the virtual machine.
| ---- | ----------- | ---------- | ----------------------- | --------- |
| MiBy | Sum | Int | Cumulative | false |

### vcenter.vm.memory.utilization

The memory utilization of the VM.

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| % | Gauge | Double |

### vcenter.vm.network.packet.count

The amount of packets that was received or transmitted over the instance's network.
Expand Down Expand Up @@ -413,6 +405,24 @@ As measured over the most recent 20s interval.
| ---- | ----------- | ---------- | ----------------------- | --------- |
| {KiBy/s} | Sum | Int | Cumulative | false |

## Optional Metrics

The following metrics are not emitted by default. Each of them can be enabled by applying the following configuration:

```yaml
metrics:
<metric_name>:
enabled: true
```

### vcenter.vm.memory.utilization

The memory utilization of the VM.

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| % | Gauge | Double |

## Resource Attributes

| Name | Description | Values | Enabled |
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e0d97e

Please sign in to comment.