aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/stats.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-03change version directorychrislu1-2/+2
2025-02-07fix: record and delete bucket metrics after inactive (#6523)zouyixiong1-0/+1
2025-01-16Add bucket's traffic metrics (#6444)Hadi Zamani1-0/+5
2024-12-12fix: record and delete bucket metrics after inactive (#6349)zouyixiong1-3/+6
2024-10-14feat: add in-flight metric for s3/file/volume-server (#6120)steve.wei1-0/+4
2024-09-09more consistent server header for s3 apischrislu1-1/+2
2024-09-04[s3] reducing the number of metrics for 403 (#5961)Konstantin Lebedev1-4/+1
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-19/+1
2023-08-21Add time to first byte metric for s3 (#4768)SmsS41-0/+5
2022-10-04avoid increasing the coordinates of metric labels (#3785)Konstantin Lebedev1-0/+6
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-06-16add bucket label to s3 prometheus metricszzq094941-2/+4
2021-11-08s3: avoid possible attacks by versionChris Lu1-2/+1
2020-10-01add status code in S3RequestCounterKonstantin Lebedev1-5/+22
2020-09-20adjust printoutChris Lu1-1/+1
2020-09-20refactoringChris Lu1-1/+5
2020-09-18s3: collect metricsChris Lu1-0/+17