Chart Type | Use Case |
---|---|
Timeseries | Describes trends that are collected and ordered with respect to time |
Bar | Helpful for visually comparing differences categorical data and groups |
List | Ideal for comparing numerical data in combination with multiple attributes |
Query Value | Helpful when you need to always know the status/value of a single metric |
Pie Chart | Organizes and shows data as a percentage of a whole |
Scatter Plot | Ideal for comparing the relationship/correlation between two metrics |
Tree Plot | Displays hierarchal relationship of your data as a function of size and color |
Top List Chart | Used for identifying top elements given a metric and set grouping |
Heatmap Chart | Helps you identify the range of values that your data resides in with respect to time |
Hexagon Chart | Ideal for identifying which host and containers are running in your environment |
system.cpu.utilization
metric by all unique instances of the host.name
metric:
Group By
. The following table displays all available options for the Group By
field:
Aggregation Type | Description |
---|---|
Average By | Average of all values in selected time range for given metric |
Sum By | Sum of all values in selected time range for given metric |
Minimum By | Minimum of all values in selected time range for given metric |
Maximum By | Maximum of all values in selected time range for given metric |
Any By | Gathers all possible values in selected time range for given metric and/or attribute |
Unique By | Count of unique values in selected time range for given metric and/or attribute |
Count By | Count of all values in selected time range for given metric and/or attribute |
Aggregated By | Groups all values in selected timerange for given metric and/or attribute |
container.memory.percent
metric by averaging the values of the container.name
attributes and summing container.memory.percent
:
host.id
containing ip-172-31-13-218.us-east-2.compute.internal
:
Filter | Description |
---|---|
!= | Not Equal to |
= | Equal to |
IN | Checks if value is IN collection of filter values |
NOT IN | Checks if value is not IN collection of filter values |
LIKE | Checks if value and similar values in collection of filter values |
NOT LIKE | Checks if value and similar values not in collection of filter values |
ILIKE (case insensitive) | Same as LIKE but case insensitive |
NOT ILIKE (case insensitive) | Same as NOT LIKE but case insensitive |
IS NULL | Checks if value in collection of filter values IS NULL |
IS NOT NULL | Checks if value in collection of filter values IS NOT NULL |
Data Representation | Description |
---|---|
Default | The default unit format that metric is collected in |
Percentage | Displays metric as a percentage of the whole (meant for proportion, rates, and relative quantities) rounded to two decimal places |
Date Format | Displays the timestamp at which the query was fired (in YYYY-MM-DD format) |
Time Ago | Displays the amount of time passed since the last timestamp value was ingested (in hour-min-sec format) |
Bytes to Size | Displays metric in bytes (autoscaling to KB , MB , GB , TB …YB ) |
Byte Rate | Displays metrics in bytes per second (autoscaling to KB , MB , GB , TB …YB ) |
Time Utilization | Displays total amount of time metric is in use |
Count | Displays number of times a metric has been queried over time |
Age | Displays the age of the timestamp value |
clone
: