This PR implements AWS-managed scrapers. Prometheus metrics will be scraped directly by AMP, with higher availability, security and scalability. ADOT will still remain for OTLP traces, metrics and cross {region, account} scenarios
[ ] Docs update
[ ] Limitations (cross region and account)
[ ] Provide choice between managed scrapers and full ADOT (enable variable)
What does this PR do?
Added AWS managed collector resource and prometheus configuration.
Edited opentelemetry collector configuration to remove some of the prometheus scrape jobs.
This PR has been automatically marked as stale because it has been open 60 days
with no activity. Remove stale label or comment or this PR will be closed in 10 days
This PR implements AWS-managed scrapers. Prometheus metrics will be scraped directly by AMP, with higher availability, security and scalability. ADOT will still remain for OTLP traces, metrics and cross {region, account} scenarios
enable
variable)What does this PR do?
Added AWS managed collector resource and prometheus configuration. Edited opentelemetry collector configuration to remove some of the prometheus scrape jobs.
Motivation
Implement this new feature: https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-managed-service-prometheus-agentless-collector-metrics-eks/ in Observability accelerator.
More
Currently testing this setup in my local account.
pre-commit run -a
with this PRNote: Not all the PRs required examples and docs.
For Moderators
Additional Notes