Skip to content

Commit 5bb6b3a

Browse files
committed
Clean up text
1 parent 6228be6 commit 5bb6b3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/opentelemetry/best-practices/opentelemetry-otlp.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ New Relic imposes a variety of limits on attributes in OTLP payloads. In general
228228
<tr>
229229
<td>Attribute count limit</td>
230230
<td>
231-
Each attribute source is subject to a count limit. When exceeding, excess attributes are pruned, prioritizing attributes defined in the OpenTelemetry semantic conventions. Limits are as follows:<br/>
231+
Each attribute source is subject to a count limit. When exceeded, excess attributes are pruned, prioritizing attributes defined in the OpenTelemetry semantic conventions. Limits are as follows:<br/>
232232
<ul>
233233
<li>Max resource attributes: 64</li>
234234
<li>Max scope attributes: 8</li>
@@ -244,17 +244,17 @@ New Relic imposes a variety of limits on attributes in OTLP payloads. In general
244244
</tr>
245245
<tr>
246246
<td>Unset values</td>
247-
<td>Attribute values must set (i.e. not `null`). Attributes with unset values are pruned.<br/>**Note:** `NrIntegrationError`s are not created in this case, since this occurs frequently enough that `NrIntegrationErrors` would obscure more actionable validation issues.</td>
247+
<td>Attribute values must set (i.e. `null`). Attributes with unset values are pruned.<br/>**Note:** `NrIntegrationError`s are not created in this case, since this occurs frequently enough that `NrIntegrationErrors` would obscure more actionable validation issues.</td>
248248
<td></td>
249249
</tr>
250250
<tr>
251251
<td>Array length limit</td>
252-
<td>Arrays may have a max length of 64 entries. Attributes exceeding this limit are pruned.</td>
252+
<td>Arrays have a max length of 64 entries. Attributes exceeding this limit are pruned.</td>
253253
<td></td>
254254
</tr>
255255
<tr>
256256
<td>Array homogeneity</td>
257-
<td>Arrays entries must all be of the same type. Attributes with heterogeneous arrays are pruned. Log attributes are excluded from this limit. **[1]**</td>
257+
<td>Arrays entries must all be of the same type. Attributes with heterogeneous array entries are pruned. Log attributes are excluded from this limit. **[1]**</td>
258258
<td></td>
259259
</tr>
260260
<tr>

0 commit comments

Comments
 (0)