Skip to content

Commit

Permalink
Add missing further reading, and make punctuation consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
brett0000FF committed Nov 19, 2024
1 parent 57da2c1 commit 4de7d2a
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ You get an average of averages, not the true average across all timeseries. This

The `equiv_otel` function automatically combines equivalent Datadog and OTel metrics in a single query. It:

- Automatically handles metric name translation.
- Properly aggregates all timeseries as a single metric.
- Works bidirectionally (Datadog to OTel or OTel to Datadog).
- Preserves query aggregation semantics.
- Automatically handles metric name translation
- Properly aggregates all timeseries as a single metric
- Works bidirectionally (Datadog to OTel or OTel to Datadog)
- Preserves query aggregation semantics

### Converting from Datadog to OTel

Expand All @@ -60,6 +60,10 @@ equiv_otel(avg:nginx.connections_current{state:active})
```
The function works the same way in reverse, automatically including the equivalent Datadog metric (`nginx.net.connections`).

## Further reading

{{< partial name="whats-next/whats-next.html" >}}


[1]: /dashboards/functions

0 comments on commit 4de7d2a

Please sign in to comment.