Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-09metrics: Instantiate replication metrics with 0 valuesKarthik Nayak
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-10-08prometheus: Avoid duplicated metrics registrationPavlo Strokov
2021-07-12Standardise package aliasesPavlo Strokov
2021-07-12Remove unused declarationsPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-21Use promauto to register Prometheus metricsSashi Kumar
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-08-17coordinator: Setup metrics in coordinatorPatrick Steinhardt
2020-08-17transactions: Setup metrics in transaction managerPatrick Steinhardt
2020-08-05prometheus: Add missing documentation for transaction-related metricsPatrick Steinhardt
2020-08-05praefect: Set up buckets for subtransaction histogramPatrick Steinhardt
2020-08-05transactions: Add histogram to count votersPatrick Steinhardt
2020-07-30remove virtual storage wide read-only modeSami Hiltunen
2020-07-17praefect: Wire up subtransactions histogram metricPatrick Steinhardt
2020-07-10include change type in in-flight replication jobs gaugeSami Hiltunen
2020-06-09Merge branch 'smh-read-only-gauge' into 'master'Sami Hiltunen
2020-06-09export prometheus metric for read-only modeSami Hiltunen
2020-05-29Praefect gauge for replication jobs scoped by storagePaul Okstad
2020-05-18Praefect: horizontal scaling of a single shard MVCPavlo Strokov
2020-05-15praefect: Wire up transaction metricsPatrick Steinhardt
2020-04-09Adding metrics to track which nodes are up and downJohn Cai
2020-04-07Fix go fmt errorsStan Hu
2020-04-06praefect: Convert replication latency metric to use a histogram vectorPatrick Steinhardt
2020-03-24prometheus: Move metric interfaces into their own packagePatrick Steinhardt
2020-03-21Merge branch 'jc-add-metric-for-bad-checksums' into 'master'John Cai
2020-03-21Add metric counter for mismatched checksums after replicationJohn Cai
2020-03-17Add histogram to keep track of node healthcheck latencyJohn Cai
2020-03-11Add node gauge that keeps track of node statusJohn Cai
2020-02-18Add praefect prometheus metric for method types and primariesJohn Cai
2020-01-06Refactor to prometheus test packageJohn Cai
2019-12-21Use configurable buckets for praefect replication metricsJohn Cai