Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: integrates hostmetrics receiver #2

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

danmrichards
Copy link
Collaborator

Description:
Integrates the contrib hostmetrics receiver.

Testing:
Tested a forked collector on AWS GameLift with the following configuration:

extensions:
  sigv4auth:
    region: ${env:REGION}

receivers:
  hostmetrics:
    collection_interval: 30s
    scrapers:
      cpu:
      memory:
      disk:
      load:
      filesystem:
      network:
      paging:
      processes:

exporters:
  prometheusremotewrite:
    endpoint: ${env:AMP_REMOTE_WRITE_ENDPOINT}
    auth:
      authenticator: sigv4auth

service:
  extensions: [sigv4auth]
  pipelines:
    metrics:
      receivers: [hostmetrics]
      exporters: [prometheusremotewrite]

Shipping metrics to Amazon Managed Prometheus:
image

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Integrates the contrib hostmetrics receiver.
@danmrichards danmrichards merged commit 30a75aa into main Dec 3, 2024
@danmrichards danmrichards deleted the feat/enable-hostmetricsreceiver branch December 12, 2024 10:25
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