Skip to content

Commit ff45b6f

Browse files
authored
Explaining 'dotted lines' in metrics charts (#3213)
* docs: hosts and dashed lines * clean
1 parent 583ab9c commit ff45b6f

File tree

4 files changed

+52
-0
lines changed

4 files changed

+52
-0
lines changed
Loading
111 KB
Loading
Loading

docs/en/observability/monitor-infra/analyze-hosts.asciidoc

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,55 @@ From the **Actions** menu, you can choose to:
145145

146146
[role="screenshot"]
147147
image::images/hosts-view-alerts.png[Screenshot showing Alerts view]
148+
149+
[discrete]
150+
[[analyze-hosts-why-dashed-lines]]
151+
== Why am I seeing dashed lines in charts?
152+
153+
There are a few reasons why you may see dashed lines in your charts.
154+
155+
* <<dashed-interval>>
156+
* <<dashed-missing>>
157+
* <<dashed-interval-and-missing>>
158+
159+
[discrete]
160+
[[dashed-interval]]
161+
==== The chart interval is too short
162+
163+
In this example, the data emission rate is lower than the Lens chart interval.
164+
A dashed line connects the known data points to make it easier to visualize trends in the data.
165+
166+
[role="screenshot"]
167+
image::images/hosts-dashed.png[Screenshot showing dashed chart]
168+
169+
The chart interval is automatically set depending on the selected time duration.
170+
To fix this problem, change the selected time range at the top of the page.
171+
172+
TIP: Want to dig in further while maintaining the selected time duration?
173+
Hover over the chart you're interested in and select **Options** -> **Open in Lens**.
174+
Once in Lens, you can adjust the chart interval temporarily. Note that this change is not persisted in the **Hosts** view.
175+
176+
[discrete]
177+
[[dashed-missing]]
178+
==== Data is missing
179+
180+
A solid line indicates that the chart interval is set appropriately for the data transmission rate.
181+
In this example, a solid line turns into a dashed line--indicating missing data.
182+
You may want to investigate this time period to determine if there is an outage or issue.
183+
184+
[role="screenshot"]
185+
image::images/hosts-missing-data.png[Screenshot showing missing data]
186+
187+
[discrete]
188+
[[dashed-interval-and-missing]]
189+
==== The chart interval is too short and data is missing
190+
191+
In the screenshot below, the data emission rate is lower than the Lens chart interval **and** there is missing data.
192+
193+
This missing data can be hard to spot at first glance.
194+
The green boxes outline regular data emissions, while the missing data is outlined in pink.
195+
Similar to the above scenario, you may want to investigate the time period with the missing data
196+
to determine if there is an outage or issue.
197+
198+
[role="screenshot"]
199+
image::images/hosts-dashed-and-missing.png[Screenshot showing dashed lines and missing data]

0 commit comments

Comments
 (0)