Commit Graph

1164 Commits

Author SHA1 Message Date
Alex 9521c8c254 Update Cargo.nix 2023-01-30 23:02:11 +01:00
Jonathan Davies e825014508 garage/server.rs: Ported to opentelemetry 0.18. 2023-01-30 20:03:57 +00:00
Jonathan Davies 930e5f167d web: Ported to opentelemetry 0.18. 2023-01-30 20:03:57 +00:00
Jonathan Davies 2d584889f2 table: Ported to opentelemetry 0.18. 2023-01-30 20:03:57 +00:00
Jonathan Davies 1e6e8db264 block: Ported to opentelemetry 0.18. 2023-01-30 20:03:57 +00:00
Jonathan Davies 0a3d332966 rpc/rpc_helper.rs: Ported to opentelemetry 0.18. 2023-01-30 20:03:57 +00:00
Jonathan Davies 3131052678 api/generic_server.rs: Ported to opentelemetry 0.18. 2023-01-30 20:03:57 +00:00
Jonathan Davies 045b93bd11 rpc/metrics.rs: ValueRecorder -> Histogram. 2023-01-30 20:03:57 +00:00
Jonathan Davies 8d8023b39a rpc/system_metrics.rs: Adjusted disk space metric names to match
node_exporter filesystem ones.
2023-01-30 20:03:57 +00:00
Jonathan Davies aea585b504 rpc/system_metrics.rs: Ported to opentelemetry 0.18. 2023-01-30 20:03:57 +00:00
Jonathan Davies 5ec3bde885 util/metrics.rs: Ported to opentelemetry 0.18. 2023-01-30 20:03:57 +00:00
Jonathan Davies 904d563ec3 Cargo.toml: Updated opentelemetry to 0.18. 2023-01-30 20:03:55 +00:00
Alex 30f1636a00 Merge pull request 'Documentation updates' (#496) from doc-mention-talks into main
Reviewed-on: Deuxfleurs/garage#496
2023-01-30 17:58:05 +00:00
Alex 8013a5cd58 Change talk links more 2023-01-30 18:51:48 +01:00
Alex 2ba9463a8a Raw links to presentations 2023-01-30 18:48:00 +01:00
Alex 7f715ba94f zero-downtime migration procedure 2023-01-30 18:41:04 +01:00
Alex 44f8b1d71a Reorder reference manual section, move metrics list to there 2023-01-30 18:00:01 +01:00
Alex 56384677fa Add links to presentations 2023-01-30 17:48:36 +01:00
Alex 4cff37397f Merge pull request 'Small doc corrections' (#489) from jpds/garage:doc-corrections into main
Reviewed-on: Deuxfleurs/garage#489
2023-01-30 16:35:30 +00:00
Jonathan Davies 5f412abd4e cookbook/reverse-proxy.md: Added on-demand TLS section. 2023-01-30 14:37:55 +00:00
Jonathan Davies c753a9dfb6 cookbook/monitoring.md: Added new metrics (garage_build_info,
garage_replication_factor, block_compression_level).
2023-01-30 12:54:42 +00:00
Jonathan Davies ae9c7a2900 cookbook/_index.md: Added link to monitoring documentation. 2023-01-30 12:54:42 +00:00
Jonathan Davies 7ab27f84b8 configuration.md: Corrected OpenTelemetry. 2023-01-30 12:54:42 +00:00
Jonathan Davies 55c369137d gateways.md: -z is a required flag for layout assign. 2023-01-30 12:54:38 +00:00
Alex a1005c26b6 Merge pull request 'Cargo.lock: Bump for tokio 1.25.0.' (#494) from jpds/garage:cargo-update-tokio-1.25.0 into main
Reviewed-on: Deuxfleurs/garage#494
2023-01-30 11:41:46 +00:00
Alex f9573b6912 Merge pull request 'Fix duplicated content-type in error document' (#493) from baptiste/garage:fix_error_document_content_type into main
Reviewed-on: Deuxfleurs/garage#493
2023-01-30 10:56:35 +00:00
Alex 4d3a5f29e0 Merge pull request 'api_server.rs: Adapted to use query string per Caddy upstream change' (#491) from jpds/garage:fix-caddy-ask-domain-query-string into main
Reviewed-on: Deuxfleurs/garage#491
2023-01-30 10:50:47 +00:00
Alex e2173d00a9 Update cargo.nix 2023-01-30 11:47:34 +01:00
Jonathan Davies 9e0567dce4 Cargo.lock: Bump for tokio 1.25.0. 2023-01-30 00:14:03 +00:00
Baptiste Jonglez e85a200189 Fix duplicated content-type in error document
Fixes #492
2023-01-29 22:51:23 +01:00
Jonathan Davies 9c354f0a8f Improved bucket authorization response strings. 2023-01-29 20:34:41 +00:00
Jonathan Davies 004bb5b4f1 api_server.rs: Adapted to use query string per Caddy upstream change. 2023-01-29 20:34:37 +00:00
Jonathan Davies 0c618f8a89 reverse-proxy.md: Corrected web server ports in Caddy example. 2023-01-27 17:52:51 +00:00
maximilien df30f3df4b Merge pull request 'helm chart improvements' (#425) from patrickjahns/garage:helm-improvements into main
Reviewed-on: Deuxfleurs/garage#425
2023-01-27 10:51:04 +00:00
Patrick Jahns 50bce43f25
refactor(helm): use stable as image tag for init container 2023-01-27 00:08:33 +01:00
Patrick Jahns ac6751f509
doc(helm): removed extra line 2023-01-27 00:08:33 +01:00
Patrick Jahns b999bb36af
feat(helm): ability to monitor garage via prometheus 2023-01-27 00:08:33 +01:00
Patrick Jahns d20e8c9256
feat(helm): allow to override the init container image 2023-01-27 00:08:32 +01:00
Patrick Jahns fd03b184b3
fix(helm): file permission issues when running as non-root user
Specify the user group for the garage (and init) process and ensure
that the persistent storage is mounted with the correct file system
group
2023-01-27 00:08:32 +01:00
Patrick Jahns da6f7b0dda
feat(helm): ensure that config changes trigger a pod rollout 2023-01-27 00:08:32 +01:00
Patrick Jahns e17970773a
refactor(helm): removed metadataDir and dataDir config variable
The variables were only templated into the configuration file and
did not change the pod mountpaths, so the variables were not necessary
2023-01-27 00:08:32 +01:00
Patrick Jahns 88b66c69a5
feat(helm): allow to override the default configuration file
Signed-off-by: Patrick Jahns <kontakt@patrickjahns.de>
2023-01-27 00:08:31 +01:00
Alex f2c256cac4 Merge pull request 'Many clippy lints fixed' (#488) from k2v-watch-range-2 into main
Reviewed-on: Deuxfleurs/garage#488
2023-01-26 21:10:21 +00:00
Alex a08e01f17a Merge pull request 'Enable daemonset deployment using the helm chart' (#409) from kaiyou/garage:feat-k8s-daemonset into main
Reviewed-on: Deuxfleurs/garage#409
2023-01-26 21:07:58 +00:00
Alex d6af95d205 fix cli display bug 2023-01-26 17:50:50 +01:00
Alex c56794655e Fix fmt 2023-01-26 17:27:03 +01:00
Alex 8e93d69974 More clippy fixes 2023-01-26 17:26:32 +01:00
Alex 246f7468cd Merge pull request 'K2V PollRange, version 2' (#471) from k2v-watch-range-2 into main
Reviewed-on: Deuxfleurs/garage#471
2023-01-26 16:19:04 +00:00
Alex 3113f6b5f2 more fixes 2023-01-26 17:14:17 +01:00
Alex 1dff62564f fix clippy 2023-01-26 17:05:31 +01:00