Skip to content

Commit 1d20e2b

Browse files
author
Shannon Anahata
committed
updating logs for extrapolation
1 parent 35acdc3 commit 1d20e2b

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed
47.5 KB
Loading
13.4 KB
Loading

docs/product/explore/logs/index.mdx

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,30 @@ Not everything that you want to track in your application generates an error eve
1919

2020
## Set up Logs
2121

22-
To get started with Logs, navigate to the [Getting Started](/product/explore/logs/getting-started/) and select your SDK from the list.
22+
To get started with Logs, navigate to the [Getting Started](/product/explore/logs/getting-started/) page and select your SDK from the list.
2323

2424
## Viewing and Searching Logs
2525

26-
Raw text search is case sensitive and allows you to search for specific strings within the *message* attribute of the Log. Raw text search over the entire log's JSON is not supported.
26+
**Raw Text Search**
27+
Raw text search is case sensitive and allows you to search for specific strings within the *message* attribute of the Log. **Raw text search over the entire log's JSON is not supported.**
2728

2829
![Raw Text Logs Search](./img/LogSearchRawText.png)
2930

31+
**Default Properties Search**
3032
You can also search using the default properties (like `severity`) or additional custom properties that you've added to your log entries.
3133

3234
![Property Logs Search](./img/LogSearchTags.png)
3335

36+
37+
**Expand Logs**
3438
Log entries can be expanded to view all properties of logs entry. Individual properties can be added as columns to the results view, allowing you to quickly view properties that matter specifically to you alongside your search results.
3539

3640
![Expanded Logs View](./img/LogsExpanded.png)
3741

42+
**Auto-Refresh**
3843
You can also enable auto refreshing of the logs view to see your latest logs as they come in.
3944

40-
![Auto Refresh Logs](./img/AutoRefresh.png)
45+
![Auto Refresh Logs =700x](./img/AutoRefresh.png)
4146

4247
Conditions in which auto-refresh is disabled:
4348

@@ -48,6 +53,18 @@ Conditions in which auto-refresh is disabled:
4853
- Auto-refresh will be disabled if there is an error fetching logs.
4954
- Auto-refresh is not available in the aggregates view.
5055

56+
### Query Volumes
57+
When the number of logs returned by a query is too high, there are a couple of changes to explorer functionality.
58+
- Auto-refresh will be disabled.
59+
- Data shown in the chart will be extrapolated from a sampled amount of the complete dataset.
60+
61+
![Extrapolated logs =600x](./img/ExtrapolatedLogs.png)
62+
63+
When doing very specific queries, like looking for a particular line of code that is causing an issue, you may see a message that says "No logs found yet". This happens when the dataset is very large, and Sentry needs to batch the results. You can continue scanning to see the next batch of logs by clicking "Continue Scanning".
64+
65+
![Continue scanning message =1000x](./img/ContinueScanning.png)
66+
67+
5168
## Log based Alerts and Dashboard widgets
5269

5370
You can create Alert rules and dashboard widgets based on your log queries.

0 commit comments

Comments
 (0)