Datadog 是否支持具有 2 个不同比例的 Y 轴的图形?
Does Datadog support graphs with 2 Y-axis with different scales?
喜欢这个:
[
如果是,我该如何创建一个?
从我目前阅读的所有文档来看,它似乎并不支持它。但是我没有看到任何人确认它在任何地方都不受支持。
2016
在 IRC 上确认(#datadog on freenode):
Datadog doesn't support multiple Y-axis at this time.
2020:现已支持。参见 。
如果两个轴的单位相同但度数不同(10 对 1000 万),则使用 non-linear 比例尺,例如 log
可能会满足您的需要:
他们现在允许双重 y-axis
https://docs.datadoghq.com/dashboards/widgets/timeseries/#y-axis-controls
Introducing dual Y-axis for time series widgets.
The time series widget on dashboards now support dual y-axis, making it easier than ever to compare two sets of data on a single graph. By removing the need to create separate graphs, your dashboards can show even more valuable information viewable at a glance.
喜欢这个:
[
如果是,我该如何创建一个?
从我目前阅读的所有文档来看,它似乎并不支持它。但是我没有看到任何人确认它在任何地方都不受支持。
2016
在 IRC 上确认(#datadog on freenode):
Datadog doesn't support multiple Y-axis at this time.
2020:现已支持。参见
如果两个轴的单位相同但度数不同(10 对 1000 万),则使用 non-linear 比例尺,例如 log
可能会满足您的需要:
他们现在允许双重 y-axis
https://docs.datadoghq.com/dashboards/widgets/timeseries/#y-axis-controls
Introducing dual Y-axis for time series widgets. The time series widget on dashboards now support dual y-axis, making it easier than ever to compare two sets of data on a single graph. By removing the need to create separate graphs, your dashboards can show even more valuable information viewable at a glance.