Skip to content

Commit

Permalink
Merge pull request #8254 from jack-berg/patch-2
Browse files Browse the repository at this point in the history
Fix OpenTelemetry batching dead links
  • Loading branch information
bradleycamacho committed Jun 29, 2022
2 parents e9c55e8 + 919ed9b commit c67733e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ metaDescription: Here are some tips for working with OpenTelemetry batching and
To avoid getting rate limited, we recommend these practices:

* Batch requests sent to the OTLP endpoint as described in this section
* Explicitly enable [gzip compression](#compression)
* Ensure your [attribute lengths](#attribute-lengths) don't exceed New Relic maximums
* Explicitly enable [gzip compression](/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/best-practices/opentelemetry-best-practices-compression)
* Ensure your [attribute lengths](/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/best-practices/opentelemetry-best-practices-attributes) don't exceed New Relic maximums
</Callout>

By default, the OpenTelemetry SDKs and Collector send one (1) data point per request. Using these defaults, it is likely your account will be rate limited.
Expand Down Expand Up @@ -73,4 +73,4 @@ All OpenTelemetry SDKs and Collectors provide a `BatchProcessor`, which batches
</td>
</tr>
</tbody>
</table>
</table>

0 comments on commit c67733e

Please sign in to comment.