[v10.0.x] docs: update logs integration and calculation types content (#68917)
Jasuade docs patch 1 (#68074)
* Docs update Logs in Explore
* Include new Calculation Types :docs:
* Update docs/sources/explore/logs-integration.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/explore/logs-integration.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/explore/logs-integration.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/explore/logs-integration.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Eye icon instead of Toggle field visibility
* running prettier
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
(cherry picked from commit 753c9c262c)
Co-authored-by: Jara Suárez de Puga García <jara.suarezdepuga@grafana.com>
This commit is contained in:
co-authored by
Jara Suárez de Puga García
parent
0e37044bc3
commit
c511c37756
@@ -14,6 +14,8 @@ The following table contains a list of calculations you can perform in Grafana.
|
||||
| Calculation | Description |
|
||||
| :----------------- | :-------------------------------------------------------- |
|
||||
| All nulls | True when all values are null |
|
||||
| All values | Array with all values |
|
||||
| All unique values | Array with all unique alues |
|
||||
| All zeros | True when all values are 0 |
|
||||
| Change count | Number of times the field's value changes |
|
||||
| Count | Number of values in a field |
|
||||
@@ -21,7 +23,10 @@ The following table contains a list of calculations you can perform in Grafana.
|
||||
| Difference | Difference between first and last value of a field |
|
||||
| Difference percent | Percentage change between first and last value of a field |
|
||||
| Distinct count | Number of unique values in a field |
|
||||
| First (not null) | First, not null value in a field |
|
||||
| First | First value in a field |
|
||||
| First\* (not null) | First, not null value in a field |
|
||||
| Last | Last value in a field |
|
||||
| Last\* (not null) | Last, not null value in a field |
|
||||
| Max | Maximum value of a field |
|
||||
| Mean | Mean value of all values in a field |
|
||||
| Variance | Variance of all values in a field |
|
||||
|
||||
Reference in New Issue
Block a user