elasticsearch/modules
Artem Prigoda 3566ee9a01
Track RequestedRangeNotSatisfiedException separately in S3 Metrics (#109657)
Due to RCO changes, we started getting a lot of `RequestedRangeNotSatisfiedExceptions` which are expected. We would like track them separately.

This change adds two new metrics to track all client errors analogous to other S3 errors.

* es.repositories.exceptions.request_range_not_satisfied.total
* es.repositories.exceptions.request_range_not_satisfied.histogram

In the future, we can add the error code as an attribute to the metrics, so we can adapt it to all client errors.
2024-06-20 15:22:41 +02:00
..
aggregations Ensure synthetic source and dv codec are enabled with logs index mode (attempt 2). (#109382) 2024-06-05 17:32:14 +02:00
analysis-common Wrap "Pattern too complex" exception into an IllegalArgumentException (#109173) 2024-05-31 18:02:54 +02:00
apm Deprecate Telemetry / APM legacy settings in favor of the new telemetry.* settings (#104908) 2024-04-11 08:44:20 +02:00
data-streams Revert "Move PluginsService to its own internal package (#109872)" (#109946) 2024-06-19 18:10:50 -04:00
health-shards-availability Modularize shard availability service (#101796) 2023-11-03 15:59:09 -06:00
ingest-attachment Bump Tika dependencies to 2.9.2 (#108144) 2024-05-02 10:19:31 -05:00
ingest-common Provide document size reporter with MapperService (#109794) 2024-06-18 11:40:56 +02:00
ingest-geoip Make BaseNodesRequest#writeTo final (#109783) 2024-06-17 06:50:22 +01:00
ingest-user-agent Make sure to close XContentParser in more spots (#103504) 2023-12-19 10:26:06 +01:00
kibana Mute KibanaThreadPoolIT#testBlockedThreadPoolsRejectUserRequests (#108728) 2024-05-16 17:41:34 +02:00
lang-expression Add shorthand for prepareIndex to test infrastructure (#101187) 2023-11-23 15:47:36 +01:00
lang-mustache Update several references to TransportVersion.toString to use toReleaseVersion (#107902) 2024-04-26 09:30:46 +01:00
lang-painless Adding hamming distance function to painless for dense_vector fields (#109359) 2024-06-18 03:41:20 +10:00
legacy-geo Support synthetic source for geo_point when ignore_malformed is used (#109651) 2024-06-18 08:37:27 -07:00
mapper-extras Do not use nested arrays as malformed values in scaled_float and unsigned_long synthetic source tests (#109650) 2024-06-13 07:15:32 +10:00
parent-join Enable fallback synthetic source by default (#109370) 2024-06-07 09:21:22 -07:00
percolator Enable fallback synthetic source by default (#109370) 2024-06-07 09:21:22 -07:00
rank-eval Delete unused response deserialization code (#107181) 2024-04-08 06:40:04 -04:00
reindex Revert "Move PluginsService to its own internal package (#109872)" (#109946) 2024-06-19 18:10:50 -04:00
repository-azure Bump jackson version in modules:repository-azure (#109717) 2024-06-17 11:35:16 -07:00
repository-gcs Make randomTimeValue() return a TimeValue (#107689) 2024-04-23 07:21:53 +01:00
repository-s3 Track RequestedRangeNotSatisfiedException separately in S3 Metrics (#109657) 2024-06-20 15:22:41 +02:00
repository-url Remove unused thread pool name assertions in tests (#107340) 2024-04-11 13:53:41 -04:00
rest-root Migrate remaining usage of skip version in YAML specs to cluster_features (#108055) 2024-05-07 09:42:17 +02:00
runtime-fields-common Migrate YAML REST tests to synthetic cluster feature check (#107068) 2024-04-11 18:22:38 +02:00
systemd Add systemd native access (#106151) 2024-03-12 07:35:02 -07:00
transport-netty4 Preserve thread context when calling getNextPart() (#109519) 2024-06-17 10:49:05 +01:00
build.gradle repository-s3 yamlRestTests to new cluster test framework (#102353) 2023-11-22 10:08:58 +01:00