All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.8.3 - 2024-11-01
- Fix trace view link references sql
0.8.2 - 2024-10-30
- Update gitlab-exporter to v0.10.2
0.8.1 - 2024-10-30
- Adjust to changes in gitlab-exporter v0.10
- Do not try to insert empty data
0.8.0 - 2024-10-02
- Record custom merge request note events
0.7.1 - 2024-07-19
- Optimize deduplicating insert queries
0.7.0 - 2024-07-18
- Record projects and merge requests
- Use schema migrations instead off ddl in code
- Use deduplicated inserts instead of client-side caching
- Use async inserts
0.6.2 - 2024-03-04
- Reduce memory required to cache entity ids
0.6.1 - 2024-02-26
- Make ClickHouse client creation more flexible
- Catch jobs where pipeline reference is
nil
- Improve table creation fucntions
0.6.0 - 2024-02-25
- gRPC server metrics
- Switch to unary grpc calls
- Helm chart servie monitor template
0.5.3 - 2024-02-23
- Not waiting on retry ticker after stopped
0.5.2 - 2024-02-23
- HTTP probes server for metrics and debugging
- Some heap escape improvements
0.5.1 - 2024-02-22
- Adjust config env var prefix
0.5.0 - 2024-02-22
This release is due to renaming the project.
0.4.2 - 2024-02-20
- Trace spans insertion cache update
- Log-embedded metrics cache update
0.4.1 - 2024-02-19
- Rename RecordLogEmbeddedMetrics to RecordMetrics
0.4.0 - 2024-02-19
- Adjust to changes in
gitlab-exporter v0.6.0
0.3.1 - 2024-02-16
- Check readiness every 3s
- Convert labels when inserting log embedded metrics
- Set initial serving status to UNKNOWN
- Log readiness check failures as errors
0.3.0 - 2024-02-14
- Use gRPC health checks instead of HTTP probes
0.2.1 - 2024-02-12
- Improve readiness and retry logic in run command
0.2.0 - 2024-02-02
- Structured logging
- Caching entity ids to avoid duplicates
- Deployment helm chart
- HTTP server for health and debug probes
- Make recording methods more generic
- Return number of actually inserted entities
0.1.0 - 2024-01-26
Initial release.