You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add traceID if possible when using context logger. (#2518)
* Add traceID if possible when using context logger.
Signed-off-by: Cyril Tovena <[email protected]>
* Simplify userID extraction
Signed-off-by: Peter Štibraný <[email protected]>
* CHANGELOG.md
Signed-off-by: Peter Štibraný <[email protected]>
Co-authored-by: Peter Štibraný <[email protected]>
*[CHANGE] Experimental TSDB: Modified default values for `compactor.deletion-delay` option from 48h to 12h and `-experimental.tsdb.bucket-store.ignore-deletion-marks-delay` from 24h to 6h. #2414
20
20
*[CHANGE] Experimental WAL: Default value of `-ingester.checkpoint-enabled` changed to `true`. #2416
21
+
*[CHANGE]`trace_id` field in log files has been renamed to `traceID`. #2518
21
22
*[FEATURE] Ruler: The `-ruler.evaluation-delay` flag was added to allow users to configure a default evaluation delay for all rules in cortex. The default value is 0 which is the current behavior. #2423
22
23
*[ENHANCEMENT] Experimental TSDB: sample ingestion errors are now reported via existing `cortex_discarded_samples_total` metric. #2370
23
24
*[ENHANCEMENT] Failures on samples at distributors and ingesters return the first validation error as opposed to the last. #2383
0 commit comments