Skip to content

Commit 276b8e7

Browse files
update docs
1 parent faf0893 commit 276b8e7

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

docs/ingestion/traces/go.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 Go application. Check sample configuration on how to setup traces.
44

5-
##Clone
5+
## Clone
66

77
```
88
@@ -80,13 +80,12 @@ func InitTracerHTTP() *sdktrace.TracerProvider {
8080
}
8181

8282
```
83-
##Setup up credentials
83+
## Setup up credentials
8484

85-
You will get `url` and `Authorization` key here [http://cloud.openobserve.ai/ingestion/traces/](http://cloud.openobserve.ai/ingestion/traces/)
85+
- You will get `url` and `Authorization` key [here](cloud.openobserve.ai/web/ingestion/custom/traces/).
86+
- Replace the `url` and `Authorization` key in the `pkg/tel/otel_helper_http.go` file.
8687

87-
Replace the `url` and `Authorization` key in the `pkg/tel/otel_helper_http.go` file
88-
89-
##Setup Service/Application
88+
## Setup Service/Application
9089
Follow the steps given in the sample-tracing-golang readme and then start server
9190
```
9291
go run .

docs/user-guide/metrics/downsampling-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Here:
5858

5959
#### Sample Downsampling Rules
6060

61-
**Single Rule**
61+
##### Single Rule
6262
```yaml
6363
O2_METRICS_DOWNSAMPLING_RULES: "o2_cpu_metrics:avg:30d:5m"
6464
```

docs/user-guide/performance/download-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Download Manager is a background service that runs on each querier node. Its
2525
2. Store it in its local disk cache
2626

2727
!!! Note
28-
This process is a form of proactive caching. The file is downloaded and cached before any user queries it, ensuring faster response times when recent data is searched.
28+
This process is a form of **proactive caching**. The file is downloaded and cached before any user queries it, ensuring faster response times when recent data is searched.
2929

3030
=== "Search"
3131

@@ -37,7 +37,7 @@ The Download Manager is a background service that runs on each querier node. Its
3737
2. Uses the Download Manager to fetch missing files
3838

3939
!!! Note
40-
This is a reactive caching mechanism. The querier downloads only the files needed to fulfill the user’s search.
40+
This is a **reactive caching mechanism**. The querier downloads only the files needed to fulfill the user’s search.
4141

4242
## Queue-Based Downloading
4343

0 commit comments

Comments
 (0)