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
3 changes: 1 addition & 2 deletions docs/cloud/managed-postgres/monitoring/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ doc_type: 'guide'

import BetaBadge from '@theme/badges/BetaBadge';
import Image from '@theme/IdealImage';
import useBaseUrl from '@docusaurus/useBaseUrl';
import { TrackedLink } from '@site/src/components/GalaxyTrackedLink/GalaxyTrackedLink';
import grafanaDashboard from '@site/static/images/managed-postgres/monitoring/grafana-dashboard.png';

Expand Down Expand Up @@ -120,7 +119,7 @@ deadlocks.

#### Download the dashboard JSON {#download}

<TrackedLink href={useBaseUrl('/examples/managed-postgres-grafana-dashboard.json')} download="managed-postgres-grafana-dashboard.json" eventName="docs.managed_postgres_grafana_dashboard.download">Download the dashboard JSON</TrackedLink>.
<TrackedLink href={'https://clickhouse-docs-assets.s3.us-east-1.amazonaws.com/examples/managed-postgres-grafana-dashboard.json'} download="managed-postgres-grafana-dashboard.json" eventName="docs.managed_postgres_grafana_dashboard.download">Download the dashboard JSON</TrackedLink>.

#### Open the import flow in Grafana {#open-import}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

ClickHouse supports reading and writing [Apache Avro](https://avro.apache.org/) data files, which are widely used in Hadoop systems.

To import from an [avro file](assets/data.avro), we should use [Avro](/interfaces/formats/Avro) format in the `INSERT` statement:
To import from an [avro file](https://clickhouse-docs-assets.s3.us-east-1.amazonaws.com/data.avro), we should use [Avro](/interfaces/formats/Avro) format in the `INSERT` statement:

```sql
INSERT INTO sometable
Expand Down Expand Up @@ -87,7 +87,7 @@

## Working with Arrow format {#working-with-arrow-format}

Another columnar format is [Apache Arrow](https://arrow.apache.org/), also supported by ClickHouse for import and export. To import data from an [Arrow file](assets/data.arrow), we use the [Arrow](/interfaces/formats/Arrow) format:
Another columnar format is [Apache Arrow](https://arrow.apache.org/), also supported by ClickHouse for import and export. To import data from an [Arrow file](https://clickhouse-docs-assets.s3.us-east-1.amazonaws.com/data.arrow), we use the [Arrow](/interfaces/formats/Arrow) format:

```sql
INSERT INTO sometable
Expand Down Expand Up @@ -140,7 +140,7 @@

## Importing and exporting ORC data {#importing-and-exporting-orc-data}

[Apache ORC](https://orc.apache.org/) format is a columnar storage format typically used for Hadoop. ClickHouse supports importing as well as exporting [Orc data](assets/data.orc) using [ORC format](/interfaces/formats/ORC):
[Apache ORC](https://orc.apache.org/) format is a columnar storage format typically used for Hadoop. ClickHouse supports importing as well as exporting [Orc data](https://clickhouse-docs-assets.s3.us-east-1.amazonaws.com/data.orc) using [ORC format](/interfaces/formats/ORC):

Check notice on line 143 in docs/integrations/data-ingestion/data-formats/arrow-avro-orc.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Uppercase

Suggestion: Instead of uppercase for 'ORC', use lowercase or backticks (`) if possible. Otherwise, ask a Technical Writer to add this word or acronym to the rule's exception list.

Check notice on line 143 in docs/integrations/data-ingestion/data-formats/arrow-avro-orc.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Wordy

Suggestion: Use 'and' instead of 'as well as'.

Check notice on line 143 in docs/integrations/data-ingestion/data-formats/arrow-avro-orc.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Uppercase

Suggestion: Instead of uppercase for 'ORC', use lowercase or backticks (`) if possible. Otherwise, ask a Technical Writer to add this word or acronym to the rule's exception list.

```sql
SELECT *
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Loading
Loading