File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
docs/modules/ROOT/pages/includes
runtime/src/main/java/net/laprun/sustainability/power/quarkus/runtime Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
release :
2
- current-version : " 0.0.2 "
3
- next-version : " 0.0.3 -SNAPSHOT"
2
+ current-version : " 0.0.3 "
3
+ next-version : " 0.0.4 -SNAPSHOT"
4
4
Original file line number Diff line number Diff line change 1
- :project-version: 0.0.2
1
+ :project-version: 0.0.3
2
2
3
3
:examples-dir: ./../examples/
Original file line number Diff line number Diff line change 4
4
import java .net .URI ;
5
5
import java .time .Duration ;
6
6
import java .util .Arrays ;
7
- import java .util .function .BiConsumer ;
8
7
import java .util .function .Consumer ;
9
8
10
9
import jakarta .ws .rs .ProcessingException ;
@@ -33,7 +32,6 @@ public class ServerSampler implements Sampler {
33
32
private static final long pid = ProcessHandle .current ().pid ();
34
33
private Consumer <PowerMeasure > completed ;
35
34
private Consumer <Throwable > errorHandler ;
36
- private BiConsumer <Integer , PowerMeasure > sampled ;
37
35
38
36
@ ConfigProperty (name = "power-server.url" , defaultValue = "http://localhost:20432" )
39
37
URI powerServerURI ;
You can’t perform that action at this time.
0 commit comments