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
In most cases, the number of data points available outnumbers the maximum number that can be shown on screen. To overcome this, the data is aggregated using one of 4 available methods: average, max, min, and sum.
635
665
636
666
#### Metrics
667
+
{: #jmetrics}
637
668
638
669
The metric is the main focus of the graph. You can find the list of metrics available to you in the [Metrics Summary](https://app.datadoghq.com/metric/summary). Click on any metric to see more detail about that metric, including the type of data collected, units, tags, hosts, and more.
639
670
640
671
#### Scope
672
+
{: #jscope}
641
673
642
674
A scope lets you filter a Series. It can be a host, a device on a host
643
675
or any arbitrary tag you can think of that contains only alphanumeric
@@ -653,10 +685,12 @@ Examples of scope (meaning in parentheses):
653
685
* (wildcard for everything)
654
686
655
687
#### Groups
688
+
{: #jgroups}
656
689
657
690
For any given metric, data may come from a number of hosts. The data will normally be aggregated from all these hosts to a single value for each time slot. If you wish to split this out, you can by any tag. To include a data point seperated out by each host, use {host} for your group.
658
691
659
692
#### Arithmetic
693
+
{: #jmath}
660
694
661
695
You can apply simple arithmetic to a Series (+, -, * and /). In this
662
696
example we graph 5-minute load and its double:
@@ -688,6 +722,7 @@ apples by oranges.
688
722
689
723
690
724
### Events
725
+
{: #jevents}
691
726
692
727
You can overlay any event from Datadog. The general format is:
693
728
@@ -715,6 +750,7 @@ or if you're looking to display all errors:
715
750
716
751
717
752
### Visualization
753
+
{: #jviz}
718
754
719
755
Data can be visualized in a few different ways:
720
756
@@ -733,6 +769,7 @@ The Time Series can be further broken down to:
@@ -765,6 +803,7 @@ In the case of related Time Series, you can easily draw them as stacked areas by
765
803
Instead of one query per chart you can aggregate all queries into one and simply concatenate the queries.
766
804
767
805
#### Slice-n-Stack
806
+
{: #jslice}
768
807
769
808
A useful visualization is to represent a metric shared across
770
809
hosts and stack the results. For instance, when selecting a tag that
@@ -794,7 +833,7 @@ to get traffic for all the tagged hosts, split by host and network device.
794
833
795
834
796
835
### Y-Axis Controls
797
-
{: #yaxis}
836
+
{: #jyaxis}
798
837
799
838
The Datadog y-axis controls (currently just via the JSON editor) allow you to:
800
839
<ul>
@@ -841,6 +880,7 @@ Examples:
841
880
}
842
881
843
882
#### Filtering
883
+
{: #jfilter}
844
884
845
885
Filter configuration allows you to automatically change y-axis bounds based on a
846
886
threshold. Thresholds can be a percentage or an absolute value, and it can apply to
@@ -915,6 +955,7 @@ Here is a full JSON example:
915
955
916
956
917
957
#### Examples
958
+
{: #jexamples}
918
959
919
960
Here is an example using the <code>rate()</code> function, which takes only a single metric as a parameter. Other functions, with the exception of <code>top()</code> and <code>top_offset()</code>, have identical syntax.
0 commit comments