class com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTracker implements com.zaxxer.hikari.metrics.IMetricsTracker
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTracker
super_class: java.lang.Object
{
private static final Counter CONNECTION_TIMEOUT_COUNTER;
descriptor: LCounter;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final Summary ELAPSED_ACQUIRED_SUMMARY;
descriptor: LSummary;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final Summary ELAPSED_USAGE_SUMMARY;
descriptor: LSummary;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final Summary ELAPSED_CREATION_SUMMARY;
descriptor: LSummary;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.util.Map<CollectorRegistry, com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerFactory$RegistrationStatus> registrationStatuses;
descriptor: Ljava/util/Map;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Ljava/util/Map<LCollectorRegistry;Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTrackerFactory$RegistrationStatus;>;
private final java.lang.String poolName;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.zaxxer.hikari.metrics.prometheus.HikariCPCollector hikariCPCollector;
descriptor: Lcom/zaxxer/hikari/metrics/prometheus/HikariCPCollector;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final Counter.Child connectionTimeoutCounterChild;
descriptor: LCounter/Child;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final Summary.Child elapsedAcquiredSummaryChild;
descriptor: LSummary/Child;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final Summary.Child elapsedUsageSummaryChild;
descriptor: LSummary/Child;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final Summary.Child elapsedCreationSummaryChild;
descriptor: LSummary/Child;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.lang.String, CollectorRegistry, com.zaxxer.hikari.metrics.prometheus.HikariCPCollector);
descriptor: (Ljava/lang/String;LCollectorRegistry;Lcom/zaxxer/hikari/metrics/prometheus/HikariCPCollector;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import io.prometheus cannot be resolved\n\tThe import io.prometheus cannot be resolved\n\tThe import io.prometheus cannot be resolved\n\tCounter cannot be resolved to a type\n\tCounter cannot be resolved\n\tSummary cannot be resolved to a type\n\tThe method createSummary(String, String) from the type PrometheusMetricsTracker refers to the missing type Summary\n\tSummary cannot be resolved to a type\n\tThe method createSummary(String, String) from the type PrometheusMetricsTracker refers to the missing type Summary\n\tSummary cannot be resolved to a type\n\tThe method createSummary(String, String) from the type PrometheusMetricsTracker refers to the missing type Summary\n\tCollectorRegistry cannot be resolved to a type\n\tCounter cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tCounter cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCounter cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved\n\tCounter cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTracker;
MethodParameters:
Name Flags
poolName
collectorRegistry
hikariCPCollector
void registerMetrics(CollectorRegistry);
descriptor: (LCollectorRegistry;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCounter cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTracker;
MethodParameters:
Name Flags
collectorRegistry
public void recordConnectionAcquiredNanos(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tChild cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTracker;
MethodParameters:
Name Flags
elapsedAcquiredNanos
public void recordConnectionUsageMillis(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tChild cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTracker;
MethodParameters:
Name Flags
elapsedBorrowedMillis
public void recordConnectionCreatedMillis(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tChild cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTracker;
MethodParameters:
Name Flags
connectionCreatedMillis
public void recordConnectionTimeout();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tChild cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTracker;
private static Summary createSummary(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)LSummary;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
help
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tCounter cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved to a type\n\tSummary cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTracker;
}
SourceFile: "PrometheusMetricsTracker.java"
InnerClasses:
public final RegistrationStatus = com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerFactory$RegistrationStatus of com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerFactory