public class examples.MetricsExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.MetricsExamples
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // examples.MetricsExamples this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/MetricsExamples;

  public void setup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.MetricsExamples this
         0: .line 41
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 42
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:()V
            iconst_1
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setEnabled:(Z)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         2: .line 41
            invokevirtual io.vertx.core.VertxOptions.setMetricsOptions:(Lio/vertx/core/metrics/MetricsOptions;)Lio/vertx/core/VertxOptions;
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         3: .line 44
            return
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lexamples/MetricsExamples;

  public void setupJMX();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.MetricsExamples this
         0: .line 47
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 48
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:()V
            iconst_1
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setJmxEnabled:(Z)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         2: .line 47
            invokevirtual io.vertx.core.VertxOptions.setMetricsOptions:(Lio/vertx/core/metrics/MetricsOptions;)Lio/vertx/core/VertxOptions;
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         3: .line 50
            return
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lexamples/MetricsExamples;

  public void setupJMXWithDomain();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.MetricsExamples this
         0: .line 53
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 54
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:()V
         2: .line 55
            iconst_1
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setJmxEnabled:(Z)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         3: .line 56
            ldc "mydomain"
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setJmxDomain:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         4: .line 53
            invokevirtual io.vertx.core.VertxOptions.setMetricsOptions:(Lio/vertx/core/metrics/MetricsOptions;)Lio/vertx/core/VertxOptions;
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         5: .line 58
            return
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lexamples/MetricsExamples;

  public void setupMonitoredHandlers();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // examples.MetricsExamples this
         0: .line 61
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 62
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:()V
         2: .line 63
            iconst_1
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setEnabled:(Z)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         3: .line 65
            new io.vertx.ext.dropwizard.Match
            dup
            invokespecial io.vertx.ext.dropwizard.Match.<init>:()V
            ldc "some-address"
            invokevirtual io.vertx.ext.dropwizard.Match.setValue:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/Match;
         4: .line 64
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.addMonitoredEventBusHandler:(Lio/vertx/ext/dropwizard/Match;)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         5: .line 67
            new io.vertx.ext.dropwizard.Match
            dup
            invokespecial io.vertx.ext.dropwizard.Match.<init>:()V
            ldc "business-.*"
            invokevirtual io.vertx.ext.dropwizard.Match.setValue:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/Match;
            getstatic io.vertx.ext.dropwizard.MatchType.REGEX:Lio/vertx/ext/dropwizard/MatchType;
            invokevirtual io.vertx.ext.dropwizard.Match.setType:(Lio/vertx/ext/dropwizard/MatchType;)Lio/vertx/ext/dropwizard/Match;
         6: .line 66
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.addMonitoredEventBusHandler:(Lio/vertx/ext/dropwizard/Match;)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         7: .line 61
            invokevirtual io.vertx.core.VertxOptions.setMetricsOptions:(Lio/vertx/core/metrics/MetricsOptions;)Lio/vertx/core/VertxOptions;
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         8: .line 69
            return
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lexamples/MetricsExamples;

  public void setupMonitoredUris();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // examples.MetricsExamples this
         0: .line 72
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 73
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:()V
         2: .line 74
            iconst_1
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setEnabled:(Z)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         3: .line 76
            new io.vertx.ext.dropwizard.Match
            dup
            invokespecial io.vertx.ext.dropwizard.Match.<init>:()V
            ldc "/"
            invokevirtual io.vertx.ext.dropwizard.Match.setValue:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/Match;
         4: .line 75
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.addMonitoredHttpServerUri:(Lio/vertx/ext/dropwizard/Match;)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         5: .line 78
            new io.vertx.ext.dropwizard.Match
            dup
            invokespecial io.vertx.ext.dropwizard.Match.<init>:()V
            ldc "/foo/.*"
            invokevirtual io.vertx.ext.dropwizard.Match.setValue:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/Match;
            getstatic io.vertx.ext.dropwizard.MatchType.REGEX:Lio/vertx/ext/dropwizard/MatchType;
            invokevirtual io.vertx.ext.dropwizard.Match.setType:(Lio/vertx/ext/dropwizard/MatchType;)Lio/vertx/ext/dropwizard/Match;
         6: .line 77
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.addMonitoredHttpServerUri:(Lio/vertx/ext/dropwizard/Match;)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         7: .line 72
            invokevirtual io.vertx.core.VertxOptions.setMetricsOptions:(Lio/vertx/core/metrics/MetricsOptions;)Lio/vertx/core/VertxOptions;
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         8: .line 80
            return
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lexamples/MetricsExamples;

  public void setupMonitoredUrisWithAliases();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // examples.MetricsExamples this
         0: .line 83
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 84
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:()V
         2: .line 85
            iconst_1
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setEnabled:(Z)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         3: .line 86
            new io.vertx.ext.dropwizard.Match
            dup
            invokespecial io.vertx.ext.dropwizard.Match.<init>:()V
            ldc "/users/.*"
            invokevirtual io.vertx.ext.dropwizard.Match.setValue:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/Match;
            ldc "users"
            invokevirtual io.vertx.ext.dropwizard.Match.setAlias:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/Match;
            getstatic io.vertx.ext.dropwizard.MatchType.REGEX:Lio/vertx/ext/dropwizard/MatchType;
            invokevirtual io.vertx.ext.dropwizard.Match.setType:(Lio/vertx/ext/dropwizard/MatchType;)Lio/vertx/ext/dropwizard/Match;
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.addMonitoredHttpServerUri:(Lio/vertx/ext/dropwizard/Match;)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         4: .line 83
            invokevirtual io.vertx.core.VertxOptions.setMetricsOptions:(Lio/vertx/core/metrics/MetricsOptions;)Lio/vertx/core/VertxOptions;
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         5: .line 88
            return
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lexamples/MetricsExamples;

  public void setupMonitoredEndpoints();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // examples.MetricsExamples this
         0: .line 91
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 92
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:()V
         2: .line 93
            iconst_1
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setEnabled:(Z)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         3: .line 95
            new io.vertx.ext.dropwizard.Match
            dup
            invokespecial io.vertx.ext.dropwizard.Match.<init>:()V
            ldc "some-host:80"
            invokevirtual io.vertx.ext.dropwizard.Match.setValue:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/Match;
         4: .line 94
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.addMonitoredHttpClientEndpoint:(Lio/vertx/ext/dropwizard/Match;)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         5: .line 97
            new io.vertx.ext.dropwizard.Match
            dup
            invokespecial io.vertx.ext.dropwizard.Match.<init>:()V
            ldc "another-host:.*"
            invokevirtual io.vertx.ext.dropwizard.Match.setValue:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/Match;
            getstatic io.vertx.ext.dropwizard.MatchType.REGEX:Lio/vertx/ext/dropwizard/MatchType;
            invokevirtual io.vertx.ext.dropwizard.Match.setType:(Lio/vertx/ext/dropwizard/MatchType;)Lio/vertx/ext/dropwizard/Match;
         6: .line 96
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.addMonitoredHttpClientEndpoint:(Lio/vertx/ext/dropwizard/Match;)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         7: .line 91
            invokevirtual io.vertx.core.VertxOptions.setMetricsOptions:(Lio/vertx/core/metrics/MetricsOptions;)Lio/vertx/core/VertxOptions;
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         8: .line 99
            return
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lexamples/MetricsExamples;

  public void naming1(io.vertx.core.Vertx, io.vertx.ext.dropwizard.MetricsService);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/dropwizard/MetricsService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // examples.MetricsExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
         0: .line 102
            aload 2 /* metricsService */
            aload 1 /* vertx */
            invokeinterface io.vertx.ext.dropwizard.MetricsService.getMetricsSnapshot:(Lio/vertx/core/metrics/Measured;)Lio/vertx/core/json/JsonObject;
            astore 3 /* metrics */
        start local 3 // io.vertx.core.json.JsonObject metrics
         1: .line 103
            aload 3 /* metrics */
            ldc "vertx.eventbus.handlers"
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
         2: .line 104
            return
        end local 3 // io.vertx.core.json.JsonObject metrics
        end local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lexamples/MetricsExamples;
            0    3     1           vertx  Lio/vertx/core/Vertx;
            0    3     2  metricsService  Lio/vertx/ext/dropwizard/MetricsService;
            1    3     3         metrics  Lio/vertx/core/json/JsonObject;
    MethodParameters:
                Name  Flags
      vertx           
      metricsService  

  public void naming2(io.vertx.core.Vertx, io.vertx.ext.dropwizard.MetricsService);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/dropwizard/MetricsService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // examples.MetricsExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
         0: .line 107
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.eventBus:()Lio/vertx/core/eventbus/EventBus;
            astore 3 /* eventBus */
        start local 3 // io.vertx.core.eventbus.EventBus eventBus
         1: .line 108
            aload 2 /* metricsService */
            aload 3 /* eventBus */
            invokeinterface io.vertx.ext.dropwizard.MetricsService.getMetricsSnapshot:(Lio/vertx/core/metrics/Measured;)Lio/vertx/core/json/JsonObject;
            astore 4 /* metrics */
        start local 4 // io.vertx.core.json.JsonObject metrics
         2: .line 109
            aload 4 /* metrics */
            ldc "handlers"
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
         3: .line 110
            return
        end local 4 // io.vertx.core.json.JsonObject metrics
        end local 3 // io.vertx.core.eventbus.EventBus eventBus
        end local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lexamples/MetricsExamples;
            0    4     1           vertx  Lio/vertx/core/Vertx;
            0    4     2  metricsService  Lio/vertx/ext/dropwizard/MetricsService;
            1    4     3        eventBus  Lio/vertx/core/eventbus/EventBus;
            2    4     4         metrics  Lio/vertx/core/json/JsonObject;
    MethodParameters:
                Name  Flags
      vertx           
      metricsService  

  public void naming3(io.vertx.core.Vertx, io.vertx.ext.dropwizard.MetricsService);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/dropwizard/MetricsService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // examples.MetricsExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
         0: .line 113
            aload 2 /* metricsService */
            invokeinterface io.vertx.ext.dropwizard.MetricsService.metricsNames:()Ljava/util/Set;
            astore 3 /* metricsNames */
        start local 3 // java.util.Set metricsNames
         1: .line 114
            aload 3 /* metricsNames */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 4
      StackMap locals: examples.MetricsExamples io.vertx.core.Vertx io.vertx.ext.dropwizard.MetricsService java.util.Set top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* metricsName */
        start local 4 // java.lang.String metricsName
         3: .line 115
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Known metrics name "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* metricsName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 4 // java.lang.String metricsName
         4: .line 114
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 117
            return
        end local 3 // java.util.Set metricsNames
        end local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lexamples/MetricsExamples;
            0    6     1           vertx  Lio/vertx/core/Vertx;
            0    6     2  metricsService  Lio/vertx/ext/dropwizard/MetricsService;
            1    6     3    metricsNames  Ljava/util/Set<Ljava/lang/String;>;
            3    4     4     metricsName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      vertx           
      metricsService  

  public void baseName();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // examples.MetricsExamples this
         0: .line 121
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:()V
            ldc "foo"
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setBaseName:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
            pop
         1: .line 122
            return
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lexamples/MetricsExamples;

  public void example1(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // examples.MetricsExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 125
            aload 1 /* vertx */
            invokestatic io.vertx.ext.dropwizard.MetricsService.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/dropwizard/MetricsService;
            astore 2 /* metricsService */
        start local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
         1: .line 126
            aload 2 /* metricsService */
            aload 1 /* vertx */
            invokeinterface io.vertx.ext.dropwizard.MetricsService.getMetricsSnapshot:(Lio/vertx/core/metrics/Measured;)Lio/vertx/core/json/JsonObject;
            astore 3 /* metrics */
        start local 3 // io.vertx.core.json.JsonObject metrics
         2: .line 127
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 3 /* metrics */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
         3: .line 128
            return
        end local 3 // io.vertx.core.json.JsonObject metrics
        end local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lexamples/MetricsExamples;
            0    4     1           vertx  Lio/vertx/core/Vertx;
            1    4     2  metricsService  Lio/vertx/ext/dropwizard/MetricsService;
            2    4     3         metrics  Lio/vertx/core/json/JsonObject;
    MethodParameters:
       Name  Flags
      vertx  

  public void example2(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // examples.MetricsExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 131
            aload 1 /* vertx */
            invokestatic io.vertx.ext.dropwizard.MetricsService.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/dropwizard/MetricsService;
            astore 2 /* metricsService */
        start local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
         1: .line 132
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.createHttpServer:()Lio/vertx/core/http/HttpServer;
            astore 3 /* server */
        start local 3 // io.vertx.core.http.HttpServer server
         2: .line 134
            aload 2 /* metricsService */
            aload 3 /* server */
            invokeinterface io.vertx.ext.dropwizard.MetricsService.getMetricsSnapshot:(Lio/vertx/core/metrics/Measured;)Lio/vertx/core/json/JsonObject;
            pop
         3: .line 135
            return
        end local 3 // io.vertx.core.http.HttpServer server
        end local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lexamples/MetricsExamples;
            0    4     1           vertx  Lio/vertx/core/Vertx;
            1    4     2  metricsService  Lio/vertx/ext/dropwizard/MetricsService;
            2    4     3          server  Lio/vertx/core/http/HttpServer;
    MethodParameters:
       Name  Flags
      vertx  

  public void example3(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // examples.MetricsExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 138
            aload 1 /* vertx */
            invokestatic io.vertx.ext.dropwizard.MetricsService.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/dropwizard/MetricsService;
            astore 2 /* metricsService */
        start local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
         1: .line 139
            aload 2 /* metricsService */
            ldc "vertx.eventbus.message"
            invokeinterface io.vertx.ext.dropwizard.MetricsService.getMetricsSnapshot:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
         2: .line 140
            return
        end local 2 // io.vertx.ext.dropwizard.MetricsService metricsService
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lexamples/MetricsExamples;
            0    3     1           vertx  Lio/vertx/core/Vertx;
            1    3     2  metricsService  Lio/vertx/ext/dropwizard/MetricsService;
    MethodParameters:
       Name  Flags
      vertx  

  public void getRegistry();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // examples.MetricsExamples this
         0: .line 143
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 144
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:()V
            iconst_1
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setEnabled:(Z)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
            ldc "my-registry"
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setRegistryName:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         2: .line 143
            invokevirtual io.vertx.core.VertxOptions.setMetricsOptions:(Lio/vertx/core/metrics/MetricsOptions;)Lio/vertx/core/VertxOptions;
            astore 1 /* options */
        start local 1 // io.vertx.core.VertxOptions options
         3: .line 146
            aload 1 /* options */
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         4: .line 148
            ldc "my-registry"
            invokestatic com.codahale.metrics.SharedMetricRegistries.getOrCreate:(Ljava/lang/String;)Lcom/codahale/metrics/MetricRegistry;
            pop
         5: .line 150
            return
        end local 1 // io.vertx.core.VertxOptions options
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lexamples/MetricsExamples;
            3    6     1  options  Lio/vertx/core/VertxOptions;

  public void example4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.MetricsExamples this
         0: .line 153
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
         1: .line 154
            new io.vertx.ext.dropwizard.DropwizardMetricsOptions
            dup
            invokespecial io.vertx.ext.dropwizard.DropwizardMetricsOptions.<init>:()V
         2: .line 155
            iconst_1
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setEnabled:(Z)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         3: .line 156
            iconst_1
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setJmxEnabled:(Z)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         4: .line 157
            ldc "vertx-metrics"
            invokevirtual io.vertx.ext.dropwizard.DropwizardMetricsOptions.setJmxDomain:(Ljava/lang/String;)Lio/vertx/ext/dropwizard/DropwizardMetricsOptions;
         5: .line 153
            invokevirtual io.vertx.core.VertxOptions.setMetricsOptions:(Lio/vertx/core/metrics/MetricsOptions;)Lio/vertx/core/VertxOptions;
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            pop
         6: .line 158
            return
        end local 0 // examples.MetricsExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lexamples/MetricsExamples;
}
SourceFile: "MetricsExamples.java"
    RuntimeInvisibleAnnotations: 
      io.vertx.docgen.Source()