Mario Bros and GitHub
fbd8dfe60f
Adding ~ to match job when multiple jobs ( #18706 )
2023-12-27 15:39:20 -08:00
Harshavardhana and GitHub
60aff22931
clarify maximum number of buckets ( #18718 )
2023-12-27 13:52:19 -08:00
Minio Trusted
ba245c6c46
Update yaml files to latest version RELEASE.2023-12-23T07-19-11Z
2023-12-23 10:30:11 +00:00
Shubhendu and GitHub
9d7660b409
Graph cluster wide where applicable ( #18705 )
...
Graph the maximum value reported across nodes at cluster
level for applicable scenarios.
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io >
2023-12-22 08:14:32 -08:00
Krishnan Parthasarathi and GitHub
56b7045c20
Export tier metrics ( #18678 )
...
minio_node_tier_ttlb_seconds - Distribution of time to last byte for streaming objects from warm tier
minio_node_tier_requests_success - Number of requests to download object from warm tier that were successful
minio_node_tier_requests_failure - Number of requests to download object from warm tier that failed
2023-12-20 20:13:40 -08:00
Minio Trusted
b1a109a611
Update yaml files to latest version RELEASE.2023-12-20T01-00-02Z
2023-12-20 08:43:46 +00:00
Harshavardhana and GitHub
f4389fb322
update dependencies for https://pkg.go.dev/vuln/GO-2023-2402 ( #18676 )
2023-12-18 18:35:20 -08:00
Anugrah Vijay and GitHub
6acf038a84
docs: fix bucket metrics API\ path in docs ( #18661 )
2023-12-18 08:21:08 -08:00
Minio Trusted
54bc995f0a
Update yaml files to latest version RELEASE.2023-12-14T18-51-57Z
2023-12-14 19:54:40 +00:00
Praveen raj Mani and GitHub
10ca0a6936
Label the notification target metrics by their target IDs ( #18633 )
...
This patch adds the targetID to the existing notification target metrics
and deprecates the current target metrics which points to the overall
event notification subsystem
2023-12-14 09:09:26 -08:00
Minio Trusted
3b9a948045
Update yaml files to latest version RELEASE.2023-12-13T23-28-55Z
2023-12-14 03:04:03 +00:00
Poorna and GitHub
3781a0f9ad
replication: Pass metadata timestamps in CopyObject call ( #18647 )
...
Regression from #18285 . CopyObject options were inheriting source MTime
for metadata timestamps if unspecified, removing this prevented metadata
updates from being applied on target.
2023-12-13 15:28:55 -08:00
Poorna and GitHub
e79b289325
fix datadir missing check on HeadObject ( #18646 )
...
versions pending purge in replication were seeing a errFileCorrupt
that prevents permanent deletion after replication.
Regression from PR#18477
2023-12-13 14:54:01 -08:00
Shubhendu and GitHub
6d4c1156d6
Changed the expression to render the value ( #18627 )
...
The metrics `minio_bucket_replication_received_bytes` and
`minio_bucket_replication_sent_bytes` are additive in nature
and rendering the value as is looks fine.
Also added sort order for few graphs for better reading of tool
tips as keeping ones with highest value at top helps.
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io >
2023-12-13 10:05:47 -08:00
Minio Trusted
5fe7f9fa93
Update yaml files to latest version RELEASE.2023-12-09T18-17-51Z
2023-12-09 21:03:28 +00:00
Anis Eleuch and GitHub
6f97663174
yml-config: Add support of rootUser and rootPassword ( #18615 )
...
Users can define the root user and password in the yaml configuration
file; Root credentials defined in the environment variable still take
precedence
2023-12-08 12:04:54 -08:00
Anis Eleuch and GitHub
2e23e61a45
Add support of conf file to pass arguments and options ( #18592 )
2023-12-07 01:33:56 -08:00
Minio Trusted
9cdf490bc5
Update yaml files to latest version RELEASE.2023-12-07T04-16-00Z
2023-12-07 06:28:15 +00:00
Shireesh Anjal and GitHub
7350a29fec
Capture percentage of cpu load and memory used ( #18596 )
...
By default the cpu load is the cumulative of all cores. Capture the
percentage load (load * 100 / cpu-count)
Also capture the percentage memory used (used * 100 / total)
2023-12-06 13:19:59 -08:00
Minio Trusted
e99a597899
Update yaml files to latest version RELEASE.2023-12-06T09-09-22Z
2023-12-06 10:16:37 +00:00
Harshavardhana and GitHub
73dde66dbe
stick to go1.19 go.mod ( #18600 )
2023-12-06 01:09:22 -08:00
Harshavardhana and GitHub
e98172d72d
avoid hot-tier SLA to be tied to warm-tier SLA ( #18581 )
...
it is okay if the warm-tier cannot keep up, we should continue
to take I/O at hot-tier, only fail hot-tier or block it when
we are disk full.
Bonus: add metrics counter for these missed tasks, we will
know for sure if one of the node is lagging behind or is
losing too many tasks during transitioning.
2023-12-02 13:02:12 -08:00
Minio Trusted
f2d063e7b9
Update yaml files to latest version RELEASE.2023-12-02T10-51-33Z
2023-12-02 11:14:35 +00:00
jiuker and GitHub
34187e047d
feat: support elasticsearch notification endpoint compression codec ( #18562 )
2023-11-30 00:25:03 -08:00
Shubhendu and GitHub
ce62980d4e
Fixed transition rules getting overwritten while healing ( #18542 )
...
While healing the latest changes of expiry rules across sites
if target had pre existing transition rules, they were getting
overwritten as cloned latest expiry rules from remote site were
getting written as is. Fixed the same and added test cases as
well.
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io >
2023-11-28 10:38:35 -08:00
Harshavardhana and GitHub
fba883839d
feat: bring new HDD related performance enhancements ( #18239 )
...
Optionally allows customers to enable
- Enable an external cache to catch GET/HEAD responses
- Enable skipping disks that are slow to respond in GET/HEAD
when we have already achieved a quorum
2023-11-22 13:46:17 -08:00
Shubhendu and GitHub
58306a9d34
Replicate Expiry ILM configs while site replication ( #18130 )
...
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io >
2023-11-21 09:48:06 -08:00
Harshavardhana and GitHub
a4cfb5e1ed
return errors if dataDir is missing during HeadObject() ( #18477 )
...
Bonus: allow replication to attempt Deletes/Puts when
the remote returns quorum errors of some kind, this is
to ensure that MinIO can rewrite the namespace with the
latest version that exists on the source.
2023-11-20 21:33:47 -08:00
Minio Trusted
8bedb419a9
Update yaml files to latest version RELEASE.2023-11-20T22-40-07Z
2023-11-21 00:54:16 +00:00
Shubhendu and GitHub
317b40ef90
Fixed broken docs link ( #18486 )
...
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io >
2023-11-20 12:04:49 -08:00
Shubhendu and GitHub
e938ece492
Added guidelines for setting prometheus alerts ( #18479 )
...
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io >
2023-11-19 10:16:08 -08:00
Shubhendu and GitHub
e4b619ce1a
Added graph for Erasure Set Tolerance value ( #18472 )
...
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io >
2023-11-17 10:38:15 -08:00
Minio Trusted
343dd2f491
Update yaml files to latest version RELEASE.2023-11-15T20-43-25Z
2023-11-16 01:32:11 +00:00
Minio Trusted
4598827dcb
Update yaml files to latest version RELEASE.2023-11-11T08-14-41Z
2023-11-11 18:01:27 +00:00
Minio Trusted
0924b34a17
Update yaml files to latest version RELEASE.2023-11-06T22-26-08Z
2023-11-08 08:04:46 +00:00
Harshavardhana and GitHub
3c2e1a87e2
fix: support dropping privileges with arbitrary users ( #18386 )
...
fixes #18380
2023-11-03 14:18:18 -07:00
vicmunoz and GitHub
da95a2d13f
fix: object versions metric help ( #18388 )
2023-11-03 11:43:52 -07:00
Minio Trusted
8953f88780
Update yaml files to latest version RELEASE.2023-11-01T18-37-25Z
2023-11-01 21:57:51 +00:00
Minio Trusted
ad44fe8d3e
Update yaml files to latest version RELEASE.2023-11-01T01-57-10Z
2023-11-01 10:39:41 +00:00
Shubhendu and GitHub
ef67c39910
Added graphs for KMS metrics ( #18321 )
...
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io >
2023-10-30 03:20:53 -07:00
Minio Trusted
99c1a642a4
Update yaml files to latest version RELEASE.2023-10-25T06-33-25Z
2023-10-25 07:52:49 +00:00
Harshavardhana and GitHub
c0f2f84285
avoid racy replicationCount checks ( #18311 )
...
resync status may not be upto-date by
the time the resync is over due to how
the timer is triggered.
diff is sufficient to know if replication
happened or not.
2023-10-24 15:30:42 -07:00
Minio Trusted
01b3fb91e5
Update yaml files to latest version RELEASE.2023-10-24T04-42-36Z
2023-10-24 05:05:12 +00:00
Minio Trusted
a0ae1489e5
Update yaml files to latest version RELEASE.2023-10-16T04-13-43Z
2023-10-16 05:58:49 +00:00
Minio Trusted
a2312028b9
Update yaml files to latest version RELEASE.2023-10-14T05-17-22Z
2023-10-14 06:27:13 +00:00
Poorna and GitHub
78f1f69d57
fix site replication resync status ( #18245 )
...
To persist status changes on disk upon completion.
Adds new tests to handle this functionality.
2023-10-13 22:17:22 -07:00
Harshavardhana and GitHub
e1e33077e8
fix: tests and resync replication status ( #18244 )
2023-10-13 17:03:34 -07:00
dependabot[bot] and GitHub
9476d212bc
build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 in /docs/debugging/s3-verify ( #18218 )
...
build(deps): bump golang.org/x/net in /docs/debugging/s3-verify
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-12 00:39:12 -07:00
jiuker and GitHub
000928d34e
fix: should call func globalOSMetrics.time(s)() when updateOSMetrics ( #18209 )
2023-10-12 00:08:13 -07:00
Minio Trusted
efb03e19e6
Update yaml files to latest version RELEASE.2023-10-07T15-07-38Z
2023-10-08 07:09:45 +00:00