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: add metric integrations from telegraf #196

Merged
merged 16 commits into from
Nov 4, 2023

Conversation

bryan-stclab
Copy link
Contributor

@bryan-stclab bryan-stclab commented Nov 3, 2023

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • DevOps process (non-breaking change which improves efficiency and reliability for CI/CD)
  • Documentation only

What this PR does / why we need it:

  • Metric data that can affect scale-in and scale-out is collected for AWS Lambda, Amazon DynamoDB, Amazon EC2, Amazon EMR, Amazon ECS, and AWS WAF using telegraf from Amazon CloudWatch.
  • Metric data that can affect scale-in and scale-out is collected for Google Cloud Functions, Google Cloud Run, and GCP MIG using telegraf from stackdriver.
  • Metric data that can affect scale-in and scale-out is collected for Azure Functions and Azure VMSS using telegraf from prometheus.

Which issue/s this PR fixes

#181

How Has This Been Tested?

I have verified the actual collection of metric data from each of Amazon CloudWatch, stackdriver, and prometheus.

Checklist:

@bryan-stclab bryan-stclab added this to the v0.0.15 milestone Nov 3, 2023
@bryan-stclab bryan-stclab self-assigned this Nov 3, 2023
@bryan-stclab bryan-stclab linked an issue Nov 3, 2023 that may be closed by this pull request
@pueding pueding merged commit 3d0e922 into main Nov 4, 2023
1 check passed
@pueding pueding deleted the 181-metric-integrations-from-telegraf branch November 4, 2023 05:32
@bryan-stclab bryan-stclab changed the title feat(controller): add metric integrations from telegraf feat: add metric integrations from telegraf Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metric Integrations from Telegraf
2 participants