1. 20 1月, 2021 2 次提交
  2. 06 1月, 2021 2 次提交
  3. 05 1月, 2021 1 次提交
  4. 04 1月, 2021 4 次提交
  5. 30 12月, 2020 8 次提交
  6. 29 12月, 2020 9 次提交
  7. 28 12月, 2020 6 次提交
    • B
      promtool: Print block meta-data slightly more nicely · 6bfa3330
      beorn7 提交于
      I initially thought I could somehow rescue the current column layout
      by recycling the tabwriter, but flushing completely blanks
      it. However, by setting a minimum width of 13, we get a slightly
      broader DURATION column but otherwise nice formatting, unless numbers
      get really big, but that's OK, I guess.
      
      Before:
      
      ```
      BLOCK ULID                  MIN TIME                       MAX TIME                       DURATION  NUM SAMPLES  NUM CHUNKS  NUM SERIES  SIZE
      01ETN0KGNP5WWK9T5QMQGBG9F1  2020-11-19 07:39:17 +0000 UTC  2020-11-19 07:44:17 +0000 UTC  5m0.001s  8            2           2           624B
      01ETN0KGQSFF0AB2QDZVQG3CWC  2020-11-19 10:25:57 +0000 UTC  2020-11-19 10:30:57 +0000 UTC  5m0.001s  8  2  2  622B
      01ETN0KGSW8KYP3YPG4X20P60Z  2020-11-19 13:12:37 +0000 UTC  2020-11-19 13:17:37 +0000 UTC  5m0.001s  8  2  2  625B
      ```
      
      After:
      
      ```
      BLOCK ULID                  MIN TIME                       MAX TIME                       DURATION     NUM SAMPLES  NUM CHUNKS   NUM SERIES   SIZE
      01ETN0R72SXN9A1FG732P7KFFN  2020-11-19 07:39:17 +0000 UTC  2020-11-19 07:44:17 +0000 UTC  5m0.001s     8            2            2            624B
      01ETN0R74Y9AG1A1MKN4MZK7WM  2020-11-19 10:25:57 +0000 UTC  2020-11-19 10:30:57 +0000 UTC  5m0.001s     8            2            2            622B
      01ETN0R76KXZ5VQECMDNES49J6  2020-11-19 13:12:37 +0000 UTC  2020-11-19 13:17:37 +0000 UTC  5m0.001s     8            2            2            625B
      ```
      
      After without the `-r` flag:
      
      ```
      BLOCK ULID                  MIN TIME       MAX TIME       DURATION     NUM SAMPLES  NUM CHUNKS   NUM SERIES   SIZE
      01ETN0RFFJ42274NWR1GH0RTV6  1605771557000  1605771857001  5m0.001s     8            2            2            624
      01ETN0RFJ1MZCHHS2SBZS8XC27  1605781557000  1605781857001  5m0.001s     8            2            2            622
      01ETN0RFM98N3V4KD2DZXFGHGN  1605791557000  1605791857001  5m0.001s     8            2            2            625
      ```
      Signed-off-by: Nbeorn7 <beorn@grafana.com>
      6bfa3330
    • B
      Merge branch 'review' · 97f9bcb2
      beorn7 提交于
      97f9bcb2
    • B
    • F
      Merge pull request #8285 from ashumkin/label-selector · 611fa967
      Frederic Branczyk 提交于
      discovery/kubernetes: Fix valid label selector causing config error
      611fa967
    • B
      Merge pull request #8313 from pracucci/lower-compactor-overlapping-blocks-log · 7889bdf1
      Björn Rabenstein 提交于
      Lowered 'Found overlapping blocks during compaction' log level
      7889bdf1
    • B
      Merge pull request #8315 from yeya24/create-dir · ffb3ef67
      Björn Rabenstein 提交于
      Create output directory before backfilling
      ffb3ef67
  8. 26 12月, 2020 1 次提交
  9. 25 12月, 2020 2 次提交
  10. 24 12月, 2020 4 次提交
  11. 23 12月, 2020 1 次提交