diff options
| author | Sergey Polovko <[email protected]> | 2022-02-10 16:47:03 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:03 +0300 | 
| commit | 2e714b5ebd40a1f4cc31c27f1ad6e49ca6d895f5 (patch) | |
| tree | b83306b6e37edeea782e9eed673d89286c4fef35 /library/cpp/monlib/metrics/ut | |
| parent | 3e0b762a82514bac89c1dd6ea7211e381d8aa248 (diff) | |
Restoring authorship annotation for Sergey Polovko <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib/metrics/ut')
| -rw-r--r-- | library/cpp/monlib/metrics/ut/histograms.json | 122 | ||||
| -rw-r--r-- | library/cpp/monlib/metrics/ut/ya.make | 48 | 
2 files changed, 85 insertions, 85 deletions
diff --git a/library/cpp/monlib/metrics/ut/histograms.json b/library/cpp/monlib/metrics/ut/histograms.json index 074273cfc4f..a6e8b78fea0 100644 --- a/library/cpp/monlib/metrics/ut/histograms.json +++ b/library/cpp/monlib/metrics/ut/histograms.json @@ -1,61 +1,61 @@ -{  -  "commonLabels":  -    {  -      "common":"label"  -    },  -  "sensors":  -    [  -      {  -        "kind":"HIST",  -        "labels":  -          {  -            "sensor":"readTimeMillis"  -          },  -        "hist":  -          {  -            "bounds":  -              [  -                1,  -                2,  -                4,  -                8  -              ],  -            "buckets":  -              [  -                2,  -                1,  -                2,  -                4  -              ],  -            "inf":91  -          }  -      },  -      {  -        "kind":"HIST_RATE",  -        "labels":  -          {  -            "sensor":"writeTimeMillis"  -          },  -        "hist":  -          {  -            "bounds":  -              [  -                1,  -                5,  -                15,  -                20,  -                25  -              ],  -            "buckets":  -              [  -                2,  -                4,  -                10,  -                5,  -                5  -              ],  -            "inf":74  -          }  -      }  -    ]  -}  +{ +  "commonLabels": +    { +      "common":"label" +    }, +  "sensors": +    [ +      { +        "kind":"HIST", +        "labels": +          { +            "sensor":"readTimeMillis" +          }, +        "hist": +          { +            "bounds": +              [ +                1, +                2, +                4, +                8 +              ], +            "buckets": +              [ +                2, +                1, +                2, +                4 +              ], +            "inf":91 +          } +      }, +      { +        "kind":"HIST_RATE", +        "labels": +          { +            "sensor":"writeTimeMillis" +          }, +        "hist": +          { +            "bounds": +              [ +                1, +                5, +                15, +                20, +                25 +              ], +            "buckets": +              [ +                2, +                4, +                10, +                5, +                5 +              ], +            "inf":74 +          } +      } +    ] +} diff --git a/library/cpp/monlib/metrics/ut/ya.make b/library/cpp/monlib/metrics/ut/ya.make index 2f57822c059..aec9974fbd5 100644 --- a/library/cpp/monlib/metrics/ut/ya.make +++ b/library/cpp/monlib/metrics/ut/ya.make @@ -1,32 +1,32 @@ -UNITTEST_FOR(library/cpp/monlib/metrics)  -  +UNITTEST_FOR(library/cpp/monlib/metrics) +  OWNER(      jamel      g:solomon  ) -  -SRCS(  -    ewma_ut.cpp  -    fake_ut.cpp  -    histogram_collector_ut.cpp  -    labels_ut.cpp  + +SRCS( +    ewma_ut.cpp +    fake_ut.cpp +    histogram_collector_ut.cpp +    labels_ut.cpp      log_histogram_collector_ut.cpp -    metric_registry_ut.cpp  -    metric_sub_registry_ut.cpp  -    metric_value_ut.cpp  -    summary_collector_ut.cpp  +    metric_registry_ut.cpp +    metric_sub_registry_ut.cpp +    metric_value_ut.cpp +    summary_collector_ut.cpp      timer_ut.cpp -)  -  -RESOURCE(  -    histograms.json /histograms.json  -)  -  -PEERDIR(  +) + +RESOURCE( +    histograms.json /histograms.json +) + +PEERDIR(      library/cpp/resource -    library/cpp/monlib/encode/protobuf  -    library/cpp/monlib/encode/json  +    library/cpp/monlib/encode/protobuf +    library/cpp/monlib/encode/json      library/cpp/threading/future -)  -  -END()  +) + +END()  | 
