Skip to content

Commit 6ec29bc

Browse files
authored
fix: 404 errors on Database Integrations page (#128)
* 404 fixes * 404 fixes * updated Integration Index --------- Co-authored-by: simranquirky <simranquirky>
1 parent 212d03d commit 6ec29bc

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

docs/ingestion/traces/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Refresh page couple of times to get more traces exported.
6464
</br>
6565
</br>
6666

67-
Traces are captured, you can check these captured traces here [https://cloud.openobserve.ai/traces](https://cloud.openobserve.ai/traces)
67+
Traces are captured, you can check them in the Traces UI
6868
</br>
6969

7070
![Traces Page](./images/traces.png)

docs/integration/database/postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The PostgreSQL integration enables monitoring of PostgreSQL database performance
2323
```sql
2424
CREATE ROLE myuser WITH LOGIN PASSWORD 'mypassword';
2525
```
26-
![Set up PostgreSQL Access](../images/postgresql-set-up-access.png)
26+
![Set up PostgreSQL Access](../../images/postgresql-set-up-access.png)
2727

2828
Replace `myuser` and `mypassword` with credentials suitable for your environment. You will use these values in later steps to authenticate the OpenTelemetry Collector.
2929

docs/integration/database/snowflake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Snowflake integration enables monitoring of Snowflake performance metrics, b
2424
```
2525

2626
You can also create a role from Snowsight.
27-
![Create a role in Snowflake](../images/snowflake-create-role.png)
27+
![Create a role in Snowflake](../../images/snowflake-create-role.png)
2828

2929
??? "Step 2: Copy the Account Name from Snowflake"
3030

@@ -40,7 +40,7 @@ The Snowflake integration enables monitoring of Snowflake performance metrics, b
4040
GRANT IMPORTED PRIVILEGES ON DATABASE SNOWFLAKE TO ROLE O2_ROLE;
4141
GRANT SELECT ON ALL TABLES IN SCHEMA SNOWFLAKE.ACCOUNT_USAGE TO ROLE O2_ROLE;
4242
```
43-
![Grant Permissions to the Role](../images/snowflake-provide-permission.png)
43+
![Grant Permissions to the Role](../../images/snowflake-provide-permission.png)
4444

4545
??? "Step 4: Install OpenTelemetry Collector on Ubuntu"
4646

docs/integration/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ Each guide corresponds to a data source listed in the **Data Sources** section o
77
**Learn more**:
88

99
- [Cloudflare](cloudflare.md)
10-
- [PostgreSQL](postgresql.md)
11-
- [Snowflake](snowflake.md)
10+
- [Devops](devops)
11+
- [Database](database)
12+
- [AWS](aws)
13+
- [Servers](servers)

0 commit comments

Comments
 (0)