From edf6c7d47af66c2c41990ee7e1c4137db67c37a2 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Mon, 19 May 2025 10:44:07 +0300 Subject: [PATCH] fixes --- _partials/_prometheus-integrate.md | 6 +++--- about/changelog.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_partials/_prometheus-integrate.md b/_partials/_prometheus-integrate.md index 4cdf63c760..d77eea5db5 100644 --- a/_partials/_prometheus-integrate.md +++ b/_partials/_prometheus-integrate.md @@ -5,7 +5,7 @@ import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.md This page shows you how to export your $SERVICE_SHORT telemetry to Prometheus: - For $CLOUD_LONG, using a dedicated Prometheus exporter in $CONSOLE. -- For $SELF_LONG, using [PostgreSQL Exporter][postgresql-exporter]. PostgreSQL Exporter exposes user-defined +- For $SELF_LONG, using [PostgreSQL Exporter][postgresql-exporter]. ## Prerequisites @@ -46,7 +46,7 @@ To export metrics from a $SERVICE_LONG, you create a dedicated Prometheus export 1. Change the auto-generated Prometheus credentials, if needed. See [official documentation][prometheus-authentication] on basic authentication in Prometheus. - ![Prometheus exporter credentials](https://assets.timescale.com/docs/images/prometheus-authentication.png) + ![Prometheus exporter credentials](https://assets.timescale.com/docs/images/prometheus-basic-authentication.png) 1. **Attach the exporter to a $SERVICE_SHORT** @@ -64,7 +64,7 @@ To export metrics from a $SERVICE_LONG, you create a dedicated Prometheus export 1. Select your service, then click `Operations` > `Exporters` and click the information icon next to the exporter. You see the exporter details. - ![Prometheus exporter details in Timescale Cloud](https://assets.timescale.com/docs/images/prometheus-exporter-details.png) + ![Prometheus exporter details in Timescale Cloud](https://assets.timescale.com/docs/images/prometheus-exporter-details-timescale-cloud.png) 1. Copy the exporter URL. diff --git a/about/changelog.md b/about/changelog.md index a39cc18456..8db037a06a 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -23,7 +23,7 @@ With the Prometheus Exporter, you can: To get started, create a Prometheus Exporter in the Timescale Console, attach it to your service, and configure Prometheus to scrape from the exposed URL. Metrics are secured with basic auth. Available on Scale and Enterprise plans. [Learn more here](https://docs.timescale.com/use-timescale/latest/metrics-logging/metrics-to-prometheus/). -![Prometheus export user interface](https://assets.timescale.com/docs/images/prom_exporter_ui.png) +![Prometheus export user interface](https://assets.timescale.com/docs/images/timescale-create-prometheus-exporter.png) ### 📥 Import text files into PostgreSQL tables Our import options in Timescale Console have expanded to include local text files. You can add the content of multiple text files (one file per row) into a PostgreSQL table for use with Vectorizers while creating embeddings for evaluation and development. This new option is located in Service > Actions > Import Data.