generated from template/go
-
v1.0.0
Stablereleased this
2026-06-10 18:01:33 -04:00 | 73 commits to main since this release- feat(duckdbexporter): normalize metric point writes via series table (
0611452b85) - feat(duckdb)!: split metrics into typed point tables (
98be949312) - feat(duckdb): add quack remote protocol exporter config (
bad10b78d0) - fix(config): set service telemetry log defaults (
249288cb91) - fix(duckdbexporter): share duckdb exporter across signals (
9c7d04c74a) - fix(duckdb): infer duckdb platform for musl and cross builds (
1a79ad72f5) - fix(nix): limit package metadata to linux platforms (
61806fade7) - bump: v0.0.1 -> v1.0.0 (
437f6b0a91) - chore(gitignore): ignore duckmetrics duckdb generated files (
de5fd9eacc) - refactor(cli)!: remove deprecated collector config mode (
7c0ff157a0) - build(flake): add duckdb to dev shell toolset (
35e84173f5) - refactor(quack): change startup log message (
6dbaf273d3) - refactor(config)!: always add otlp receiver and pipelines (
a81179704b) - build(nix): switch release outputs to gnu targets (
c4b41403a8) - chore(gitignore): ignore duckmetrics.duckdb artifact (
9b6959dd35) - build(nix): link against bundled duckdb static library (
b431f64445) - build(nix): add musl static duckdb override and static link flags (
3b42a33c15) - ci(workflows): update release targets to gnu images and prune unsupported archs (
3dd03e04a0)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- feat(duckdbexporter): normalize metric point writes via series table (