index
int64
0
0
repo_id
stringlengths
26
205
file_path
stringlengths
51
246
content
stringlengths
8
433k
__index_level_0__
int64
0
10k
0
Create_ds/spectator/spectator-reg-metrics5/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-metrics5/src/main/java/com/netflix/spectator/metrics5/MetricsTimer.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,900
0
Create_ds/spectator/spectator-reg-metrics5/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-metrics5/src/main/java/com/netflix/spectator/metrics5/MetricsCounter.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,901
0
Create_ds/spectator/spectator-reg-metrics5/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-metrics5/src/main/java/com/netflix/spectator/metrics5/DoubleMaxGauge.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,902
0
Create_ds/spectator/spectator-web-spring/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-web-spring/src/test/java/com/netflix/spectator/controllers/MetricsControllerTest.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,903
0
Create_ds/spectator/spectator-web-spring/src/test/java/com/netflix/spectator/controllers
Create_ds/spectator/spectator-web-spring/src/test/java/com/netflix/spectator/controllers/model/TestMeter.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,904
0
Create_ds/spectator/spectator-web-spring/src/test/java/com/netflix/spectator/controllers
Create_ds/spectator/spectator-web-spring/src/test/java/com/netflix/spectator/controllers/filter/PrototypeMeasurementFilterTest.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,905
0
Create_ds/spectator/spectator-web-spring/src/test/java/com/netflix/spectator/controllers
Create_ds/spectator/spectator-web-spring/src/test/java/com/netflix/spectator/controllers/filter/TagFilterTest.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,906
0
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers/MetricsController.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,907
0
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers/model/DataPoint.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,908
0
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers/model/ApplicationRegistry.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,909
0
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers/model/MetricValues.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,910
0
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers/model/TaggedDataPoints.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,911
0
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers/filter/TagMeasurementFilter.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,912
0
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers/filter/PrototypeMeasurementFilterSpecification.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,913
0
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers
Create_ds/spectator/spectator-web-spring/src/main/java/com/netflix/spectator/controllers/filter/PrototypeMeasurementFilter.java
/* * Copyright 2016 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
5,914
0
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator/sidecar/UdpWriterTest.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,915
0
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator/sidecar/UdpServer.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,916
0
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator/sidecar/SidecarRegistryTest.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,917
0
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator/sidecar/SidecarConfigTest.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,918
0
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator/sidecar/MemoryWriter.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,919
0
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/test/java/com/netflix/spectator/sidecar/PrintStreamWriterTest.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,920
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/SidecarMaxGauge.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,921
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/CommonTags.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,922
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/SidecarCounter.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,923
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/SidecarWriter.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,924
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/SidecarTimer.java
/* * Copyright 2014-2023 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,925
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/NoopWriter.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,926
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/SidecarRegistry.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,927
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/SidecarMeter.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,928
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/PrintStreamWriter.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,929
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/UdpWriter.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,930
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/SidecarConfig.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,931
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/SidecarGauge.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,932
0
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-sidecar/src/main/java/com/netflix/spectator/sidecar/SidecarDistributionSummary.java
/* * Copyright 2014-2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,933
0
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator/servo/ServoCounterTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,934
0
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator/servo/ServoRegistryTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,935
0
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator/servo/Servo.java
/* * Copyright 2014-2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,936
0
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator/servo/ServoGaugeTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,937
0
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator/servo/ServoTimerTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,938
0
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/test/java/com/netflix/spectator/servo/DoubleCounterTest.java
/* * Copyright 2014-2019 Netflix, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable la...
5,939
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/ServoRegistry.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,940
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/ServoClock.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,941
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/StepLong.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,942
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/ServoTimer.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,943
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/ServoMaxGauge.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,944
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/ServoDistributionSummary.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,945
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/ServoMeter.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,946
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/DoubleCounter.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,947
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/ServoTag.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,948
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/FactorMonitor.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,949
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/ServoPollers.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,950
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/ServoGauge.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,951
0
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-reg-servo/src/main/java/com/netflix/spectator/servo/ServoCounter.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,952
0
Create_ds/spectator/spectator-ext-aws/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-aws/src/test/java/com/netflix/spectator/aws/SpectatorRequestMetricCollectorTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
5,953
0
Create_ds/spectator/spectator-ext-aws/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-aws/src/main/java/com/netflix/spectator/aws/SpectatorMetricCollector.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
5,954
0
Create_ds/spectator/spectator-ext-aws/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-aws/src/main/java/com/netflix/spectator/aws/SpectatorRequestMetricCollector.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
5,955
0
Create_ds/spectator/spectator-ext-aws/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-aws/src/main/java/com/netflix/spectator/aws/SpectatorServiceMetricCollector.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
5,956
0
Create_ds/spectator/spectator-ext-gc/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-gc/src/test/java/com/netflix/spectator/gc/GcEventTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,957
0
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator/gc/HelperFunctions.java
/* * Copyright 2014-2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,958
0
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator/gc/GcEvent.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,959
0
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator/gc/CircularBuffer.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,960
0
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator/gc/GcEventListener.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,961
0
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator/gc/GcLogger.java
/* * Copyright 2014-2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,962
0
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-gc/src/main/java/com/netflix/spectator/gc/GcType.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,963
0
Create_ds/spectator/spectator-ext-spark/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/test/java/com/netflix/spectator/spark/SparkNameFunctionTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,964
0
Create_ds/spectator/spectator-ext-spark/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/test/java/com/netflix/spectator/spark/SparkValueFunctionTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,965
0
Create_ds/spectator/spectator-ext-spark/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/test/java/com/netflix/spectator/spark/SpectatorReporterTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,966
0
Create_ds/spectator/spectator-ext-spark/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/test/java/com/netflix/spectator/spark/SpectatorConfigTest.java
package com.netflix.spectator.spark; import com.typesafe.config.ConfigFactory; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; public class SpectatorConfigTest { private final SpectatorConfig config = new SpectatorConfig( ConfigFactory.load().getConfig("spectator.spark.sidecar") ...
5,967
0
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator/spark/SparkValueFunction.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,968
0
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator/spark/SpectatorReporter.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,969
0
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator/spark/SpectatorConfig.java
/* * Copyright 2014-2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,970
0
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator/spark/ValueFunction.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,971
0
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator/spark/DataType.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,972
0
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator/spark/NameFunction.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,973
0
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator/spark/SparkSink.java
/* * Copyright 2014-2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,974
0
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-spark/src/main/java/com/netflix/spectator/spark/SparkNameFunction.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,975
0
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator/sandbox/HttpResponseTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,976
0
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator/sandbox/DoubleDistributionSummaryTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,977
0
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator/sandbox/BucketFunctionsTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,978
0
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator/sandbox/HttpUtilsTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,979
0
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator/sandbox/HttpLogEntryTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,980
0
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator/sandbox/DefaultHttpClientTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,981
0
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/test/java/com/netflix/spectator/sandbox/HttpRequestBuilderTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,982
0
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator/sandbox/BucketTimer.java
/* * Copyright 2014-2023 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,983
0
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator/sandbox/BucketCounter.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,984
0
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator/sandbox/BucketFunctions.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,985
0
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator/sandbox/BucketDistributionSummary.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,986
0
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator/sandbox/DoubleDistributionSummary.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,987
0
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator/sandbox/HttpLogEntry.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,988
0
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator/sandbox/HttpClient.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,989
0
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator/sandbox/BucketFunction.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,990
0
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator/sandbox/HttpRequestBuilder.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,991
0
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator/sandbox/HttpUtils.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,992
0
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-sandbox/src/main/java/com/netflix/spectator/sandbox/HttpResponse.java
/* * Copyright 2014-2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,993
0
Create_ds/spectator/spectator-agent/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-agent/src/test/java/com/netflix/spectator/agent/AgentTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,994
0
Create_ds/spectator/spectator-agent/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-agent/src/main/java/com/netflix/spectator/agent/Agent.java
/* * Copyright 2014-2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,995
0
Create_ds/spectator/spectator-nflx-tagging/src/test/java/com/netflix/spectator/nflx
Create_ds/spectator/spectator-nflx-tagging/src/test/java/com/netflix/spectator/nflx/tagging/NetflixTaggingTest.java
/* * Copyright 2014-2023 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,996
0
Create_ds/spectator/spectator-nflx-tagging/src/main/java/com/netflix/spectator/nflx
Create_ds/spectator/spectator-nflx-tagging/src/main/java/com/netflix/spectator/nflx/tagging/NetflixTagging.java
/* * Copyright 2014-2023 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,997
0
Create_ds/spectator/spectator-ext-log4j2/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-log4j2/src/test/java/com/netflix/spectator/log4j/LevelTagTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,998
0
Create_ds/spectator/spectator-ext-log4j2/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-ext-log4j2/src/test/java/com/netflix/spectator/log4j/SpectatorAppenderTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
5,999