Skip to content

docs(telegraf): add template serializer documentation#6634

Merged
jstirnaman merged 1 commit intomasterfrom
template-serializer-docs
Dec 17, 2025
Merged

docs(telegraf): add template serializer documentation#6634
jstirnaman merged 1 commit intomasterfrom
template-serializer-docs

Conversation

@jstirnaman
Copy link
Contributor

@jstirnaman jstirnaman commented Dec 16, 2025

Summary

  • Add missing documentation for the template output data format (serializer)
  • Document configuration options, template methods, batch mode, and Sprig functions

Test plan

  • Hugo build succeeds
  • Page renders at /telegraf/v1/data_formats/output/template/
  • Page appears in Output data formats navigation
  • All links resolve correctly

closes #5522

Add missing documentation for the template output data format
(serializer) that allows formatting metrics using custom Go templates.

Includes configuration examples, template method reference,
batch mode usage, and Sprig function support.

closes #5522
Copy link
Collaborator

@sanderson sanderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@jstirnaman jstirnaman merged commit 2194f3b into master Dec 17, 2025
2 checks passed
@jstirnaman jstirnaman deleted the template-serializer-docs branch December 17, 2025 03:08
jstirnaman added a commit that referenced this pull request Dec 22, 2025
Add missing documentation for the template output data format
(serializer) that allows formatting metrics using custom Go templates.

Includes configuration examples, template method reference,
batch mode usage, and Sprig function support.

closes #5522
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Template" Serializer Documentation Missing

2 participants