Skip to content

Commit 834b05f

Browse files
Merge pull request #81 from openobserve/docs-1
new docs integration pages- snowflake and postgresql, and issues fixed on the alert destination page and broken link issues in pages under /ingestion/traces
2 parents 95067e2 + 1736c40 commit 834b05f

File tree

18 files changed

+812
-834
lines changed

18 files changed

+812
-834
lines changed
87.9 KB
Loading
10.2 KB
Loading

docs/images/snowflake-create-role.png

27.2 KB
Loading
54.9 KB
Loading

docs/ingestion/traces/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Refresh page couple of times to get more traces exported.
9898

9999

100100

101-
Traces are captured, you can check these captured traces here [https://cloud.openobserve.ai/traces](https://cloud.openobserve.ai/traces)
101+
Traces are captured, you can check these captured traces [here](https://cloud.openobserve.ai/web/traces).
102102

103103

104104
![Traces Page](./images/traces_go.png)

docs/ingestion/traces/nodejs.md

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

71-
Traces are captured, you can check these captured traces here [https://cloud.openobserve.ai/traces](https://cloud.openobserve.ai/traces)
71+
Traces are captured, you can check these captured traces [here](https://cloud.openobserve.ai/web/traces)
7272
</br>
7373

7474
![Traces Page](./images/traces_js.png)

docs/ingestion/traces/typescript.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You can setup tracing for your Node.js Typescript application. Check sample configuration on how to setup traces.
44

5-
##Clone </br>
5+
## Clone
66
```
77
88
git clone https://github.com/openobserve/sample-tracing-nodejs-typescript
@@ -39,13 +39,12 @@ const sdk = new opentelemetry.NodeSDK({
3939
sdk.start();
4040
```
4141
</br>
42-
##Setup up credentials </br>
42+
## Setup up credentials
4343

44-
You will get `url` and `Authorization` key here [http://cloud.openobserve.ai/ingestion/traces/](http://cloud.openobserve.ai/ingestion/traces/)
44+
You will get `url` and `Authorization` key [here](http://cloud.openobserve.ai/web/ingestion/traces/).
45+
Replace the `url` and `Authorization` key in the `tracing.js` file.
4546

46-
Replace the `url` and `Authorization` key in the `tracing.js` file
47-
48-
##Setup Service/Application </br>
47+
## Setup Service/Application
4948

5049
Follow the steps given in the sample-tracing-nodejs-typescript readme and then start server
5150

docs/integration/.pages

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
nav:
22

33
- Integrations Overview: index.md
4-
- Cloudflare: cloudflare.md
4+
- Cloudflare: cloudflare.md
5+
- PostgreSQL: postgresql.md
6+
- Snowflake: snowflake.md

docs/integration/cloudflare.md

Lines changed: 249 additions & 247 deletions
Large diffs are not rendered by default.

docs/integration/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ 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)

0 commit comments

Comments
 (0)