Releases: awslabs/amazon-timestream-connector-prometheus
v1.2.0
Amazon Timestream Prometheus Connector
v1.1.0 - v1.2.0
Dependencies
Added
Changed
v1.1.0
Amazon Timestream Prometheus Connector
v1.0.3 - v1.1.0
Fixed
Dependencies
Added
- Add documentation for Generating Keys and Certificates for TLS Tests
- Add Lambda timeout & refactor timeout names
Removed
v1.0.3
Amazon Timestream Prometheus Connector
This release for Amazon Timestream Prometheus Connector is the first GA Release of the connector.
The Prometheus Connector facilitates the exchange of time-series data between Prometheus and Amazon Timestream leveraging Prometheus' remote write and remote read protocols (https://prometheus.io/docs/prometheus/latest/storage/#remote-storage-integrations).
You can get started by configuring Prometheus' remote_read and remote_write endpoints to your connector and once configured, the connector will automatically start ingesting the data from Prometheus into your designated Timestream table. You can query and retrieve the data using Prometheus web interface. The remote read protocol enables seamless integration between Prometheus and Timestream, allowing you to analyze your data stored in Timestream directly from the Prometheus web interface.
The Prometheus Connector can be deployed using one-click deployment, an easy and recommended method for getting started.
What's New
- Added support for one-click deployment in all 7 regions that Timestream supports
- Upgraded lambda runtime to
provided.al2023
- Merged simple and advanced templates into one template
- Added default database and default tables for ingestion of all metrics
- Revised documentation
- Added
devskim
workflow
v1.0.0 - v1.0.3
Added
- Add Logging for Ignored Records and Records Requested for Ingestion
- Add documentation for API Gateway endpoints
- Adding Log Level to Environment Variables in CFN Template
- Log number of failed records and update logging documentation
- Document the Lack of SigV4 Support
- Add Default Ingestion Configuration Logging and Update Documentation to Reflect Runtime Naming Convention
Fixed
- Fix DEVELOPER_README link in Quick Start
- Fix Flakey Linter Action
- Update Documentation to Reflect New Lambda Runtime
- Update Version References and Documentation