Skip to content

Commit

Permalink
fix(whats new): Fixed broken image, other minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclypse committed Apr 14, 2022
1 parent a601477 commit 59a3945
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/content/whats-new/2022/04/whats-new-04-15-arrays.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 'Analyze OpenTelemetry arrays in New Relic'
summary: 'Run queries with arrays just like any other type of data'
releaseDate: '2022-04-15'
learnMoreLink: 'https://docs.newrelic.com/docs/query-your-data/nrql-new-relic-query-language/get-started/arrays-in-nrql/'
title: "Analyze OpenTelemetry arrays in New Relic"
summary: "Run queries with arrays just like any other type of data"
releaseDate: "2022-04-15"
learnMoreLink: "https://docs.newrelic.com/docs/query-your-data/nrql-new-relic-query-language/get-started/arrays-in-nrql/"
---

Analyze array attributes for OpenTelemetry Protocol (OTLP), including simple arrays containing boolean, integer, long, float, double, or string values. Run queries with arrays just like other data types, including faceting on array attributes.
Expand All @@ -12,4 +12,4 @@ The OpenTelemetry spec supports array data types for metrics, traces, and logs,
# How to get started
To learn more, check out the [docs page](https://docs.newrelic.com/docs/query-your-data/nrql-new-relic-query-language/get-started/arrays-in-nrql/).

![./images/Arrays.png]
![A screenshot of a NRQL query. The query is "from query select keyset()".](./images/Arrays.png)

0 comments on commit 59a3945

Please sign in to comment.