You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/management/audit-trail.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: >-
9
9
!!! info "Availability"
10
10
This feature is available in Enterprise Edition and Cloud. Not available in Open Source.
11
11
12
-
## What is Audit Trail
12
+
## What is audit trail?
13
13
Audit Trail records user actions across all organizations in OpenObserve. It captures non-ingestion API calls and helps you monitor activity and improve security.
Copy file name to clipboardExpand all lines: docs/user-guide/metrics/downsampling-metrics.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This guide provides an overview of downsampling, including its configuration, ru
10
10
11
11
Downsampling summarizes historical data into fewer data points. Each summarized data point is calculated using an aggregation method, such as the last recorded value, the average, or the total, applied over a defined time block.
12
12
13
-
## Configure Downsampling
13
+
## Configure downsampling
14
14
15
15
Downsampling is configured using the following environment variables.:
16
16
@@ -21,7 +21,7 @@ Downsampling is configured using the following environment variables.:
21
21
22
22
> Refer to the [Downsampling Rule](#downsampling-rule) section. <br>
23
23
24
-
#### Downsampling Configuration For Helm Chart Users
24
+
#### Downsampling configuration for Helm Chart users
25
25
26
26
Add the environment variables under the `enterprise.parameters` section in your `values.yaml` file:
#### Downsampling Configuration For Terraform Users
35
+
#### Downsampling configuration for Terraform users
36
36
37
37
Set the same variables in your `terraform.tfvars` file:
38
38
```
@@ -42,7 +42,7 @@ Set the same variables in your `terraform.tfvars` file:
42
42
> **Note**: **After setting the environment variables, make sure to redeploy the OpenObserve instance for the changes to apply.**
43
43
44
44
45
-
### Downsampling Rule
45
+
### Downsampling rule
46
46
47
47
User-defined rules determine how downsampling is applied to metrics streams. You can define multiple downsampling rules to target different streams or use different configurations.
48
48
@@ -64,14 +64,14 @@ Here:
64
64
-**offset**: It defines the age of data eligible for downsampling. For example, 15d for applying downsampling on data older than 15 days.
65
65
-**step**: The time block used to group data points. For example, 30m for applying downsampling to retain one value every 30 minutes.
Targets all streams starting with `o2_cpu_`, and for each matching stream, retains one hourly sum for data older than 10 days.
84
84
85
-
### Downsampling Example
85
+
### Downsampling example
86
86
87
87
**Scenario**<br>
88
88
A system is recording CPU usage data every 10 seconds to the stream `o2_cpu_usage`, generating a large volume of high-resolution metrics. Over time, this data becomes too granular and expensive to store or query efficiently for historical analysis.
@@ -94,7 +94,7 @@ Downsample data older than 30 days to retain one average for every 2-minute time
Copy file name to clipboardExpand all lines: docs/user-guide/metrics/file-access-time-metric.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ description: >-
3
3
Analyze file access age in OpenObserve to gauge query performance. Buckets
4
4
track how recently files were accessed, revealing hot vs. cold data trends.
5
5
---
6
-
## What Is File Access Time Metric?
6
+
## What is file access time metric?
7
7
8
8
This histogram metric helps analyze the age of files accessed by the querier. This helps in understanding the distribution of file access times across queries and evaluating system performance.
9
9
10
-
## How Does It Works?
10
+
## How does it work?
11
11
The metric tracks file age in hourly buckets ranging from 1 hour to 32 hours. Each data point represents how long ago a file was accessed during query execution.
12
12
13
13
**The metric is exposed as:**
@@ -16,7 +16,7 @@ The metric tracks file age in hourly buckets ranging from 1 hour to 32 hours. Ea
16
16
Zo_file_access_time_bucket
17
17
```
18
18
19
-
## Example Usage
19
+
## Example usage
20
20
To calculate the 95th percentile of file access age for logs over a 5-minute window:
0 commit comments