Skip to content

Releases: awslabs/amazon-timestream-connector-prometheus

v1.1.0

23 May 21:02
3ab23a4
Compare
Choose a tag to compare

v1.0.3

08 May 22:19
78ff839
Compare
Choose a tag to compare

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

Fixed

Changed

Dependencies