1. Introduction
  2. Alumet Architecture
  3. Developing plugins
  4. Your first plugin (tutorial)
    1. Basic setup
    2. Measuring with sources
    3. A First Configuration
    4. Transforming measurements
    5. Writing with outputs
  5. Metrics & Measurement Points
  6. Error Handling for Plugins
  7. Configuration management
  8. Shutdown
  9. Gathering data with measurement sources
    1. Two kinds of source
    2. Adding sources during startup
    3. Adding sources later
  10. Processing with transform functions
  11. Exporting data with outputs
    1. Two kinds of output
  12. Pipeline control
  13. Contributing to Alumet
  14. The repositories
  15. Reporting an issue or asking a question
  16. Alumet crates
  17. Alumet architecture
    1. High-level introduction
    2. The measurement pipeline
    3. Source tasks
    4. Transform tasks
    5. Output tasks
  18. Creating a plugin in the alumet repository
  19. Moving a plugin to the alumet repository