Skip to content

Commit

Permalink
Bump version and remove misleading text
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Jul 8, 2021
1 parent 03f2ade commit 5bffa13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<plugin.version>3.8.0</plugin.version>
<plugin.version>3.8.1</plugin.version>
<plugin.description>Only allow specific client versions on your Network.</plugin.description>

<maven.compiler.target>11</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public void loadEventListeners(){

@Override
public void loadMetrics(){
getProxyLogger().info("Metrics currently not available. Skipping setup...");
Metrics metrics = factory.make(this, 10341);

metrics.addCustomChart(new DrilldownPie("allowed_protocols", () -> core.getPieMap()));
Expand Down

0 comments on commit 5bffa13

Please sign in to comment.