Releases: cluttrdev/gitlab-exporter
Releases · cluttrdev/gitlab-exporter
v0.7.0
Changelog
e5e8943
Release v0.7.0687536e
Fix execution when no projects are configured2c04805
Add http healthchecks again246d0b2
Add log output for signal handler51028d5
Fix example config file8b7f29e
Remove unused internal/server package10bad08
Refactor run and catchup commandsf563081
Add grpc client metrics suppport4e20117
Ammend http config and fix unmarshalling68778f6
Rename config 'server' block to 'http'ed71393
Switch to unary grpc calls
v0.6.3
v0.6.2
v0.6.1
v0.6.0
Changelog
725ecc3
Release v0.6.0a23dc7a
Update dependencies418de01
Add helm template to run catchup job9ae88fb
Update CHANGELOG.md and example config9138e1f
Restructure protobuf and grpc files and packages7f50ade
Rename LogEmbeddedMetric to just Metric14441bb
Skip exporting empty data slicesa195a88
Add --catchup flag to run command3f89585
Add dedicated 'catchup' command5435973
Remove the need for a 'controller'ac50a8e
Update README.md1e11979
Use structured logging2e6498c
Fix support for log embedded metrics export13e79b0
Refactor data recording methods71d3e92
Add template support for helm env and config valuesf10fc73
Update helm chart versions
v0.5.1
v0.5.0
Changelog
7c8e421
Release v0.5.07c655b2
Fix version info subcommand69cc1f0
Fix go version used in .gitlab-ci.yml5e0c3f2
Fix testreport cases pb conversion5099d6c
Add justfile recipe to compile protobufseb37e12
Add opentelemetry-proto submodule9a49cdc
Update README.md and CHANGELOG.md0b01c7b
Re-add docker justfile recipes and move Dockerfile to root dir5560891
Update README.mda00463a
Move environments/dev setup to gitlab-clickhouse-exporter repo400a91d
Update justfile and add scriptsb8e57cf
Replace peterbourgon/ff/v3/ffcli with cluttrdev/cli1937560
Remove unused internal/util packagea75cd24
Move internal/worker to pkg/16ce430
Move internal/healthz to pkg/a23f029
Move pkg/server to internal/ce1346a
Move pkg/gitlab to internal/5b6e327
Move pkg/controller to internal/7d13403
Move pkg/config to internal/8f8bec9
BREAKING: Replace pkg/models package with protobufs9a073f4
BREAKING: Remove ClickHouse/Datastore functionality in favor of gRPC exportercf31800
Add exporter type and endpoint configa7bb87a
Fix traces grpc export37a4e20
Add protobuf schemas for grpc exporter service85ff360
Change project logo0b3adf1
Update changelog91360cb
Remove obsolete default clickhouse db name constant0e8fc41
Let golangci-lint be more verbose1bf1a3a
Merge branch 'log_embedded_metrics' into 'main'ba94c3c
Add job log parsing to public interface47f61db
Fix parsing job log sectionsca4277c
Add build cache dir to ci cacheaa3f9b3
Set GOMAXPROCS in ci607c81f
Add some log embedded metrics to ci jobs1f798d9
Add tool to turn junit test report results into log embedded metrics4f39e5e
Set default ci tags and non-root writable cache locations9c1a4c7
Update CHANGELOG.md4a21cba
Enable job embedded metrics export8066536
Fix expfmt text parse test constant quotesed39f8c
Add datastore job metrics insert interface and clickhouse implementationf7b15d6
Add clickhouse job metrics ddl and dmlcf31730
Add job embedded metrics modelcb35f3e
Add fetching and parsing job logs for sections and metrics8655f94
Refactor job section parsing42fb459
Add embedded metrics text parser3c53000
Fix gitlab-ci config file name9743fab
Fix server block in example config9a30cc8
Extend README dev environment sectiona622a7e
Add database initialization to dev environment setup3aff75f
Remove clickhouse db creation on datastore initd8e070a
Replace hardcoded clickhouse database with configured onee860ecd
BREAKING: Rename projectcf8ae29
Rename gitlabclient package57736e3
Move worker package to internal7488884
Replace clickhouse.Client usage with new DataStore interface6b635de
Add ClickHouseDataStore implementing the DataStore interface0f823a0
Add DataStore interface79b1fec
Add models.Trace type declaration23c2584
Rename clickhouseclient package84af351
Add Helm chart1225be3
Split server address config into host and port7180ae5
Update dev environment dashboard provisioning2490395
Remove vet job since golangci-lint includes it2224c54
Cache gopath in ci6c38aee
Fix deduplication task testsbb84d2b
Remove unused parseID and pathEsacpe9f0f202
Add just lint recipe and fix some linting errorsc4109e3
Update required go version to 1.20fe73f90
Add .gitlab/gitlab-ci.yaml9d8163d
Remove flag types from usage output- [
f737313
][f737313] Update README - [
73b42cf
][73b42cf] Add logo files - [
aa9a562
][aa9a562] Add some readiness checks - [
2eb733a
][2eb733a] Update changelog - [
1bbc380
][1bbc380] Change pseudo-version timestamp command - [
b4cb56c
][b4cb56c] Fix deduplication queries - [
f2ba5b2
][f2ba5b2] Add deduplication task and subcommand - [
d1405b2
][d1405b2] Remove need for default checkOK in healthz handler - [
81c710c
][81c710c] Add debug and preliminary health endpoints - [
68561f6
][68561f6] Add simple http server with minimal prometheus metrics