This website requires JavaScript.
Explore
Help
Sign In
windy
/
go-caatsm
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
67abd66fa36c6c2aca9c78e5d99b4e844a6e4ecc
go-caatsm
/
configs
T
History
windyboy
67abd66fa3
✨
Enhance logging configuration by introducing file output options and rotation settings in
config.dev.toml
. Update logger implementation to support multiple output streams, including file logging with rotation using
lumberjack
. Improve error handling and logging across various components, ensuring consistent logging practices. Update
.gitignore
to include log files and compressed logs. Add new Go module dependency for
lumberjack
.
2025-11-17 12:58:40 +08:00
..
grafana-dashboards.dev
✨
Revise observability features by introducing new health and liveness endpoints (
/livez
and
/readyz
), updating Prometheus metrics to track NATS consumer pending messages, and enhancing telemetry integration for better monitoring. Update documentation to reflect these changes and ensure consistency in metric naming conventions.
2025-11-16 13:14:46 +08:00
.env
refactor: Update ARR body parsing logic
2024-07-22 12:42:30 +08:00
config.dev.toml
✨
Enhance logging configuration by introducing file output options and rotation settings in
config.dev.toml
. Update logger implementation to support multiple output streams, including file logging with rotation using
lumberjack
. Improve error handling and logging across various components, ensuring consistent logging practices. Update
.gitignore
to include log files and compressed logs. Add new Go module dependency for
lumberjack
.
2025-11-17 12:58:40 +08:00
config.testdefaults.toml
✨
Implement dead-letter queue (DLQ) enhancements by adding configuration options and validation logic. Update observability metrics to track DLQ message counts and publish failures. Enhance documentation to reflect new metrics and DLQ behavior in JetStream mode.
2025-11-16 11:55:13 +08:00
grafana-dashboards.dev.yml
✨
Enhance Grafana configuration by adding new dashboards for OpenTelemetry Collector and NATS/JetStream, and update data source configurations to include unique identifiers for Prometheus and Jaeger. Update development documentation to reflect the automatic loading of dashboards.
2025-11-15 15:02:00 +08:00
grafana-datasources.dev.yml
✨
Enhance Grafana configuration by adding new dashboards for OpenTelemetry Collector and NATS/JetStream, and update data source configurations to include unique identifiers for Prometheus and Jaeger. Update development documentation to reflect the automatic loading of dashboards.
2025-11-15 15:02:00 +08:00
otel-collector.dev.yaml
✨
Update Docker Compose configuration to enhance observability with health checks for Jaeger and OpenTelemetry Collector. Modify telemetry settings in the development configuration to enable metrics collection. Adjust endpoint settings for Jaeger in the OpenTelemetry Collector configuration.
2025-11-15 14:42:33 +08:00
prometheus.dev.yml
✨
Add new
dev-run-compose
task to Taskfile for running the CAATSM receiver in a Docker Compose development stack. Update monitoring configuration in
config.dev.toml
to use console format. Modify Prometheus scrape configuration to target a specific IP address. Enhance NATS consumer error handling with retry logic for JetStream availability and adjust logging level for consumer metrics.
2025-11-16 11:38:49 +08:00