[PATCH] doc: document telemetry command name restrictions

Thomas Monjalon thomas at monjalon.net
Tue Nov 11 19:20:44 CET 2025


06/11/2025 14:41, Bruce Richardson:
> On Mon, Oct 06, 2025 at 09:47:12AM +0000, Sivaprasad Tummala wrote:
> > Telemetry command names must contain only alphanumeric characters
> > (`A-Z`, `a-z`, `0-9`), underscore (`_`), and forward slash (`/`).
> > Other characters, including hyphens (`-`), are not allowed and
> > cause registration to fail.
> > 
> > This patch updates the documentation to explicitly state these
> > restrictions and highlights the existing invalid example
> > "/l3fwd-power/stats" (in l3fwd-power app).
> > 
> > Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala at amd.com>
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>

Applied, thanks.





More information about the dev mailing list