Skip to content

yuvalherziger/ftdc-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftdc-reader

Requirements:

  • Go 1.24 or later

Run as follows:

make build
./dist/ftdc-reader /path/to/diagnostic.data/metrics.2025-08-05T11-12-59Z-00000 > ftdc.json

You can also pipe it to mongoimport and load FTDC data directly into a MongoDB instance, e.g.:

./dist/ftdc-reader /path/to/diagnostic.data/metrics.2025-08-05T11-12-59Z-00000 \
  | mongoimport --db ftdc --collection ftdc20250805

About

Read MongoDB FTDC files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published