Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _partials/_prometheus-integrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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**

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down