ambient-local-exporter/TODO.md

23 lines
598 B
Markdown
Raw Normal View History

2025-01-05 01:54:36 +00:00
# TODO
- [ ] Helm Chart
- [ ] Update README
2025-01-07 13:53:06 +00:00
- [ ] Add Grafana dashboard
2025-01-08 19:24:46 +00:00
- [ ] Add proxy to upstream support
2025-01-09 02:28:38 +00:00
- [ ] Add new spans
2025-01-13 00:06:45 +00:00
- [ ] Fix wunderground 401
- [ ] Perform proxy calls in goroutines
2025-01-05 16:47:06 +00:00
## Done
2025-01-09 02:28:38 +00:00
- [x] Configuration for app
- [x] Configurable metric prefix
- [x] Add device name field with ID/Key mappings
- [x] Add device type field with ID/Key mappings
- [x] Move EVERYTHING to pointers to support nil
2025-01-07 16:28:34 +00:00
- [x] Consolidate battery status into one metric with device label
2025-01-06 01:33:28 +00:00
- [x] Fix shutdown
- [x] Add new fields from WS-2192
2025-01-05 16:47:06 +00:00
- [x] Gitea CI
- [x] Version flag
- [x] Makefile
- [x] Dockerfile