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