File tree 13 files changed +16
-13
lines changed
src/main/java/com/alipay/lookout/remote/step
lookout-sofa-boot-starter
13 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.alipay.sofa.lookout</groupId >
7
7
<artifactId >lookout-client-parent</artifactId >
8
- <version >1.5.2-SNAPSHOT </version >
8
+ <version >1.5.2</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.alipay.sofa.lookout</groupId >
8
8
<artifactId >lookout-client-parent</artifactId >
9
- <version >1.5.2-SNAPSHOT </version >
9
+ <version >1.5.2</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.alipay.sofa.lookout</groupId >
8
8
<artifactId >lookout-client-parent</artifactId >
9
- <version >1.5.2-SNAPSHOT </version >
9
+ <version >1.5.2</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.alipay.sofa.lookout</groupId >
8
8
<artifactId >lookout-client-parent</artifactId >
9
- <version >1.5.2-SNAPSHOT </version >
9
+ <version >1.5.2</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.alipay.sofa.lookout</groupId >
8
8
<artifactId >lookout-client-parent</artifactId >
9
- <version >1.5.2-SNAPSHOT </version >
9
+ <version >1.5.2</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.alipay.sofa.lookout</groupId >
7
7
<artifactId >lookout-client-parent</artifactId >
8
- <version >1.5.2-SNAPSHOT </version >
8
+ <version >1.5.2</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.alipay.sofa.lookout</groupId >
8
8
<artifactId >lookout-client-parent</artifactId >
9
- <version >1.5.2-SNAPSHOT </version >
9
+ <version >1.5.2</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.alipay.sofa.lookout</groupId >
8
8
<artifactId >lookout-client-parent</artifactId >
9
- <version >1.5.2-SNAPSHOT </version >
9
+ <version >1.5.2</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.alipay.sofa.lookout</groupId >
8
8
<artifactId >lookout-client-parent</artifactId >
9
- <version >1.5.2-SNAPSHOT </version >
9
+ <version >1.5.2</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ private void roll() {
101
101
102
102
public Iterator <Metric > iterator () {
103
103
104
+ if (buckets == null ) {
105
+ return null ;
106
+ }
107
+
104
108
roll ();
105
109
106
110
return new Iterator <Metric >() {
@@ -144,7 +148,6 @@ public void remove() {
144
148
class BucketMetric implements Metric {
145
149
146
150
Id id ;
147
-
148
151
long count ;
149
152
150
153
public BucketMetric (int i ) {
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.alipay.sofa.lookout</groupId >
8
8
<artifactId >lookout-client-parent</artifactId >
9
- <version >1.5.2-SNAPSHOT </version >
9
+ <version >1.5.2</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.alipay.sofa.lookout</groupId >
7
7
<artifactId >lookout-client-parent</artifactId >
8
- <version >1.5.2-SNAPSHOT </version >
8
+ <version >1.5.2</version >
9
9
<packaging >pom</packaging >
10
10
<name >${project.groupId} :${project.artifactId} </name >
11
11
<description >It is a library which allows you to instrument your app with custom metrics</description >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.alipay.sofa.lookout</groupId >
6
6
<artifactId >lookout-parent</artifactId >
7
- <version >1.5.2-SNAPSHOT </version >
7
+ <version >1.5.2</version >
8
8
<packaging >pom</packaging >
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments