Skip to content

Commit

Permalink
Fixed bullet formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nmortari committed Aug 16, 2024
1 parent 9dc5833 commit 237aacf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Telemetry/Dial-Out/1-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,23 @@ Dial-out telemetry has multiple methods available for the data structure, encodi

## Dial-Out Telemetry Features
Supports the following data structure types:

* DME
* Cisco Native YANG
* OpenConfig YANG

Supports the following encoding types:

* JSON
* GPB Compact
* GPB Key-Value

Supports the following transport types:

* HTTP
* gRPC

## Limitations
* The dial-out telemetry service on NX-OS is limited to 20% of the CPU resource.
* The telemetry service cannot send more than 12 MB of data in one push. If you are collecting large amounts of data, it is possible to exceed the 12 MB limit. If this occurs, the telemetry service will drop the remaining payload in order to maintain a size of 12 MB.

In order to ensure large amounts of data can be sent, you must enable gRPC chunking in your telemetry configuration. gRPC chunking allows the Nexus device to fragment the telemetry data, and requires the collector to reassemble the data. NX-OS accepts chunking sizes from 64 to 4096 bytes.

0 comments on commit 237aacf

Please sign in to comment.