Skip to content

Conversation

@samuelvl
Copy link
Contributor

@samuelvl samuelvl commented Jan 20, 2026

Collect and send metrics about AWS volumes. The controller needs to be configured with the following values:

controller:
  enabled: true
  extraArgs:
    log-level: debug
    cloud-provider: aws
    cloud-provider-aws-region: eu-central-1
    cloud-provider-storage-sync-enabled: true
    cloud-provider-storage-sync-interval: 30s
agent:
  enabled: true
  extraArgs:
    log-level: debug
    storage-stats-enabled: true

Example output for node ip-192-168-91-132.eu-central-1.compute.internal:

time=2026-01-21T09:54:46.375Z level=info source=storage_pipeline.go:137 msg="collected 3 cloud volume metrics" component=ctrl
  [0] Node: ip-192-168-91-132.eu-central-1.compute.internal, Provider: aws, VolumeID: vol-0df38487238ae02dc, Type: gp3, State: in-use, Size: 21474836480 bytes, IOPS: 3000, Throughput: 131072000 bytes/s, Encrypted: false
  [1] Node: ip-192-168-91-132.eu-central-1.compute.internal, Provider: aws, VolumeID: vol-0f1d36a1c66c32e3f, Type: gp2, State: in-use, Size: 10737418240 bytes, IOPS: 100, Throughput: 0 bytes/s, Encrypted: false
  [2] Node: ip-192-168-91-132.eu-central-1.compute.internal, Provider: aws, VolumeID: vol-0ea980516ca5c632d, Type: gp2, State: in-use, Size: 10737418240 bytes, IOPS: 100, Throughput: 0 bytes/s, Encrypted: false

@samuelvl samuelvl force-pushed the collect-aws-cloud-volumes branch 2 times, most recently from b824b16 to 3cdad7c Compare January 21, 2026 09:57
@samuelvl samuelvl marked this pull request as ready for review January 21, 2026 09:57
@samuelvl samuelvl force-pushed the collect-aws-cloud-volumes branch from 3cdad7c to d937fd7 Compare January 21, 2026 10:19
@samuelvl samuelvl force-pushed the collect-aws-cloud-volumes branch 3 times, most recently from 3e04b72 to fc08852 Compare January 21, 2026 13:27
@samuelvl samuelvl force-pushed the collect-aws-cloud-volumes branch from fc08852 to dfa4e9c Compare January 21, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants