diff --git a/docs/1.0.5/CHANGELOG.txt b/docs/1.0.5/CHANGELOG.txt new file mode 100644 index 0000000..07e0bdf --- /dev/null +++ b/docs/1.0.5/CHANGELOG.txt @@ -0,0 +1,46 @@ +Datasource Micrometer Changelog +================================ + +1.0.4 +------------------ +* Ensure to always populate datasource in the connection context #44 + +1.0.4 +------------------ +* Upgrade to datasource-proxy 1.10 #42 +* Fix NPE for DataSource#getConnection failure #40 + +1.0.3 +------------------ +* Upgrade dependencies #32 +* NPE in DataSourceObservationListener #22 +* Populate QueryContext with the list of queries before creating observation #19 + +1.0.2 +------------------ +* Fix "jdbc.includes" to control observation creation #15 + +1.0.1 +------------------ +* Flatten the producing pom #11 +* Always create an observation for ResultSet #9 + +1.0.0 +------------------ +* Upgrade Spring Boot 3.0.0 +* Upgrade Micrometer Bom 1.10.2 +* Upgrade datasource-proxy 1.8.1 + + +1.0.0.RC1 +------------------ +* Fix query param writing for no params #7 +* Use database catalog name as datasource name #8 +* Apply micrometer name change - DocumentedObservation to ObservationDocumentation +* Upgrade micrometer bom to 1.10.0-RC1 +* Upgrade Spring Boot to 3.0.0-RC1 + + +1.0.0.M1 +------------------ +* Inception diff --git a/docs/1.0.5/api/allclasses-index.html b/docs/1.0.5/api/allclasses-index.html new file mode 100644 index 0000000..f14d54e --- /dev/null +++ b/docs/1.0.5/api/allclasses-index.html @@ -0,0 +1,212 @@ + + + + +All Classes and Interfaces (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

All Classes and Interfaces

+
+
+
+
+
+
Class
+
Description
+ +
+
Manage attributes that belong to each connection.
+
+ +
 
+ +
 
+ +
 
+ +
+
Context for Connection related operations.
+
+ +
+
A ObservationConvention for connection.
+
+ +
+
A TracingObservationHandler for connection.
+
+ +
+
Base Context for datasource observation context classes.
+
+ +
+
A base class of tracing observation handler for JDBC operations.
+
+ +
+
Resolve DataSource name.
+
+ +
+
Auto-configuration for Micrometer Observation + instrumentation for DataSource.
+
+ +
+
A BeanPostProcessor to instrument DataSource beans.
+
+ +
+
Datasource-proxy listener implementation for JDBC observation.
+
+ +
+
Configurer ProxyDataSourceBuilder based on the JdbcProperties and other + optional beans.
+
+ +
+
Supplier of a ConnectionIdManager.
+
+ +
+
Default implementation of ConnectionAttributesManager.
+
+ +
+
Default implementation for DataSourceNameResolver.
+
+ +
+
Default implementation for QueryParametersSpanTagProvider leveraging methods + provided by DefaultQueryLogEntryCreator.
+
+ +
+
A ObservationFilter to populate HikariCP specific information.
+
+ +
+
ObservationDocumentation for JDBC operations.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Configuration properties for JDBC instrumentation.
+
+ +
 
+ +
+
Query logging listener is the most used listener that logs executing query with + actual parameters to.
+
+ +
+
Properties to configure query logging listener.
+
+ +
+
Properties to configure slow query logging listener.
+
+ +
 
+ +
+
A customizer for ProxyDataSourceBuilder.
+
+ +
+
Context for query execution operations.
+
+ +
+
A ObservationConvention for query.
+
+ +
+
Provide a tag value for query parameters.
+
+ +
+
A TracingObservationHandler for query.
+
+ +
+
Context for ResultSet operations.
+
+ +
+
A ObservationConvention for result-set operations.
+
+ +
+
A TracingObservationHandler for result-set operations.
+
+
+
+
+
+ +
+
+ + diff --git a/docs/1.0.5/api/allpackages-index.html b/docs/1.0.5/api/allpackages-index.html new file mode 100644 index 0000000..2ea8cf3 --- /dev/null +++ b/docs/1.0.5/api/allpackages-index.html @@ -0,0 +1,72 @@ + + + + +All Packages (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

All Packages

+
+
Package Summary
+
+
Package
+
Description
+ +
 
+ +
+
Tracing observation.
+
+
+
+ +
+
+ + diff --git a/docs/1.0.5/api/element-list b/docs/1.0.5/api/element-list new file mode 100644 index 0000000..07b668d --- /dev/null +++ b/docs/1.0.5/api/element-list @@ -0,0 +1,2 @@ +net.ttddyy.observation.boot.autoconfigure +net.ttddyy.observation.tracing diff --git a/docs/1.0.5/api/help-doc.html b/docs/1.0.5/api/help-doc.html new file mode 100644 index 0000000..bc57eea --- /dev/null +++ b/docs/1.0.5/api/help-doc.html @@ -0,0 +1,185 @@ + + + + +API Help (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+

JavaDoc Help

+ +
+
+

Navigation

+Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces + +
+
+
+

Kinds of Pages

+The following sections describe the different kinds of pages in this collection. +
+

Overview

+

The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+
+
+

Package

+

Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

+
    +
  • Interfaces
  • +
  • Classes
  • +
  • Enum Classes
  • +
  • Exceptions
  • +
  • Errors
  • +
  • Annotation Interfaces
  • +
+
+
+

Class or Interface

+

Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

+
    +
  • Class Inheritance Diagram
  • +
  • Direct Subclasses
  • +
  • All Known Subinterfaces
  • +
  • All Known Implementing Classes
  • +
  • Class or Interface Declaration
  • +
  • Class or Interface Description
  • +
+
+
    +
  • Nested Class Summary
  • +
  • Enum Constant Summary
  • +
  • Field Summary
  • +
  • Property Summary
  • +
  • Constructor Summary
  • +
  • Method Summary
  • +
  • Required Element Summary
  • +
  • Optional Element Summary
  • +
+
+
    +
  • Enum Constant Details
  • +
  • Field Details
  • +
  • Property Details
  • +
  • Constructor Details
  • +
  • Method Details
  • +
  • Element Details
  • +
+

Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

+

The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

+
+
+

Other Files

+

Packages and modules may contain pages with additional information related to the declarations nearby.

+
+
+

Use

+

Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the USE link in the navigation bar.

+
+
+

Tree (Class Hierarchy)

+

There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

+
    +
  • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
  • +
  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • +
+
+
+

All Packages

+

The All Packages page contains an alphabetic index of all packages contained in the documentation.

+
+
+

All Classes and Interfaces

+

The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

+
+
+

Index

+

The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

+
+
+
+This help file applies to API documentation generated by the standard doclet.
+ +
+
+ + diff --git a/docs/1.0.5/api/index-all.html b/docs/1.0.5/api/index-all.html new file mode 100644 index 0000000..263d40c --- /dev/null +++ b/docs/1.0.5/api/index-all.html @@ -0,0 +1,632 @@ + + + + +Index (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D F G H I J L M N O P Q R S V 
All Classes and Interfaces|All Packages +

A

+
+
afterMethod(MethodExecutionContext) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
afterQuery(ExecutionInfo, List<QueryInfo>) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
+

B

+
+
beforeMethod(MethodExecutionContext) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
beforeQuery(ExecutionInfo, List<QueryInfo>) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
+

C

+
+
COMMONS - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
+
+
Log using Commons.
+
+
configure(ProxyDataSourceBuilder) - Method in class net.ttddyy.observation.boot.autoconfigure.DataSourceProxyBuilderConfigurer
+
 
+
CONNECTION - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
+
+
Related to JDBC connections.
+
+
CONNECTION - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation
+
+
Span created when a JDBC connection takes place.
+
+
CONNECTION_ACQUIRED - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents
+
+
When the connection is acquired.
+
+
CONNECTION_COMMIT - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents
+
+
When the connection is committed.
+
+
CONNECTION_ROLLBACK - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents
+
+
When the connection is rolled back.
+
+
ConnectionAttributes() - Constructor for class net.ttddyy.observation.tracing.ConnectionAttributesManager.ConnectionAttributes
+
 
+
ConnectionAttributesManager - Interface in net.ttddyy.observation.tracing
+
+
Manage attributes that belong to each connection.
+
+
ConnectionAttributesManager.ConnectionAttributes - Class in net.ttddyy.observation.tracing
+
 
+
ConnectionAttributesManager.ResultSetAttributes - Class in net.ttddyy.observation.tracing
+
 
+
ConnectionAttributesManager.ResultSetAttributesManager - Class in net.ttddyy.observation.tracing
+
 
+
ConnectionContext - Class in net.ttddyy.observation.tracing
+
+
Context for Connection related operations.
+
+
ConnectionContext() - Constructor for class net.ttddyy.observation.tracing.ConnectionContext
+
 
+
ConnectionObservationConvention - Interface in net.ttddyy.observation.tracing
+
+
A ObservationConvention for connection.
+
+
ConnectionTracingObservationHandler - Class in net.ttddyy.observation.tracing
+
+
A TracingObservationHandler for connection.
+
+
ConnectionTracingObservationHandler(Tracer) - Constructor for class net.ttddyy.observation.tracing.ConnectionTracingObservationHandler
+
 
+
customize(ProxyDataSourceBuilder, DataSource, String, String) - Method in interface net.ttddyy.observation.boot.autoconfigure.ProxyDataSourceBuilderCustomizer
+
+
A callback to customize the given ProxyDataSourceBuilder.
+
+
customizeSenderSpan(DataSourceBaseContext, Span) - Method in class net.ttddyy.observation.tracing.ConnectionTracingObservationHandler
+
 
+
customizeSenderSpan(DataSourceBaseContext, Span) - Method in class net.ttddyy.observation.tracing.DataSourceBaseObservationHandler
+
 
+
+

D

+
+
DATASOURCE_DRIVER - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames
+
+
Name of the JDBC datasource driver.
+
+
DATASOURCE_POOL - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames
+
+
Name of the JDBC datasource pool.
+
+
DataSourceBaseContext - Class in net.ttddyy.observation.tracing
+
+
Base Context for datasource observation context classes.
+
+
DataSourceBaseContext() - Constructor for class net.ttddyy.observation.tracing.DataSourceBaseContext
+
 
+
DataSourceBaseObservationHandler - Class in net.ttddyy.observation.tracing
+
+
A base class of tracing observation handler for JDBC operations.
+
+
DataSourceBaseObservationHandler(Tracer) - Constructor for class net.ttddyy.observation.tracing.DataSourceBaseObservationHandler
+
 
+
dataSourceNameResolver() - Method in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
+
 
+
DataSourceNameResolver - Interface in net.ttddyy.observation.boot.autoconfigure
+
+
Resolve DataSource name.
+
+
DataSourceObservationAutoConfiguration - Class in net.ttddyy.observation.boot.autoconfigure
+
+
Auto-configuration for Micrometer Observation + instrumentation for DataSource.
+
+
DataSourceObservationAutoConfiguration() - Constructor for class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
+
 
+
dataSourceObservationBeanPostProcessor(ObjectProvider<JdbcProperties>, ObjectProvider<DataSourceNameResolver>, ObjectProvider<QueryExecutionListener>, ObjectProvider<MethodExecutionListener>, ObjectProvider<ParameterTransformer>, ObjectProvider<QueryTransformer>, ObjectProvider<ResultSetProxyLogicFactory>, ObjectProvider<DataSourceProxyConnectionIdManagerProvider>, ObjectProvider<ProxyDataSourceBuilderCustomizer>) - Static method in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
+
 
+
DataSourceObservationBeanPostProcessor - Class in net.ttddyy.observation.boot.autoconfigure
+
+
A BeanPostProcessor to instrument DataSource beans.
+
+
DataSourceObservationBeanPostProcessor(ObjectProvider<JdbcProperties>, ObjectProvider<DataSourceNameResolver>, ObjectProvider<QueryExecutionListener>, ObjectProvider<MethodExecutionListener>, ObjectProvider<ParameterTransformer>, ObjectProvider<QueryTransformer>, ObjectProvider<ResultSetProxyLogicFactory>, ObjectProvider<DataSourceProxyConnectionIdManagerProvider>, ObjectProvider<ProxyDataSourceBuilderCustomizer>) - Constructor for class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationBeanPostProcessor
+
 
+
dataSourceObservationListener(ObjectProvider<ObservationRegistry>, JdbcProperties, ObjectProvider<ConnectionObservationConvention>, ObjectProvider<QueryObservationConvention>, ObjectProvider<ResultSetObservationConvention>) - Method in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
+
 
+
DataSourceObservationListener - Class in net.ttddyy.observation.tracing
+
+
Datasource-proxy listener implementation for JDBC observation.
+
+
DataSourceObservationListener(ObservationRegistry) - Constructor for class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
DataSourceObservationListener(Supplier<ObservationRegistry>) - Constructor for class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
DataSourceProxy() - Constructor for class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
DataSourceProxyBuilderConfigurer - Class in net.ttddyy.observation.boot.autoconfigure
+
+
Configurer ProxyDataSourceBuilder based on the JdbcProperties and other + optional beans.
+
+
DataSourceProxyBuilderConfigurer(JdbcProperties, List<QueryExecutionListener>, List<MethodExecutionListener>, ParameterTransformer, QueryTransformer, ResultSetProxyLogicFactory, DataSourceProxyConnectionIdManagerProvider) - Constructor for class net.ttddyy.observation.boot.autoconfigure.DataSourceProxyBuilderConfigurer
+
 
+
DataSourceProxyConnectionIdManagerProvider - Interface in net.ttddyy.observation.boot.autoconfigure
+
+
Supplier of a ConnectionIdManager.
+
+
DefaultConnectionAttributesManager - Class in net.ttddyy.observation.tracing
+
+
Default implementation of ConnectionAttributesManager.
+
+
DefaultConnectionAttributesManager() - Constructor for class net.ttddyy.observation.tracing.DefaultConnectionAttributesManager
+
 
+
DefaultDataSourceNameResolver - Class in net.ttddyy.observation.boot.autoconfigure
+
+
Default implementation for DataSourceNameResolver.
+
+
DefaultDataSourceNameResolver() - Constructor for class net.ttddyy.observation.boot.autoconfigure.DefaultDataSourceNameResolver
+
 
+
DefaultQueryParametersSpanTagProvider - Class in net.ttddyy.observation.tracing
+
+
Default implementation for QueryParametersSpanTagProvider leveraging methods + provided by DefaultQueryLogEntryCreator.
+
+
DefaultQueryParametersSpanTagProvider() - Constructor for class net.ttddyy.observation.tracing.DefaultQueryParametersSpanTagProvider
+
 
+
+

F

+
+
FETCH - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
+
+
Related to ResultSets.
+
+
+

G

+
+
get(String) - Method in interface net.ttddyy.observation.tracing.ConnectionAttributesManager
+
 
+
get(String) - Method in class net.ttddyy.observation.tracing.DefaultConnectionAttributesManager
+
 
+
getAffectedRowCount() - Method in class net.ttddyy.observation.tracing.QueryContext
+
 
+
getCount() - Method in class net.ttddyy.observation.tracing.ResultSetContext
+
 
+
getDataSource() - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
+
 
+
getDatasourceProxy() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
+
 
+
getExcludedDataSourceBeanNames() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
+
 
+
getHighCardinalityKeyValues(QueryContext) - Method in interface net.ttddyy.observation.tracing.QueryObservationConvention
+
 
+
getHighCardinalityKeyValues(ResultSetContext) - Method in interface net.ttddyy.observation.tracing.ResultSetObservationConvention
+
 
+
getHost() - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
+
 
+
getIncludes() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
+
 
+
getLoggerName() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
+
 
+
getLoggerName() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
+
 
+
getLogging() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
getLogLevel() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
+
 
+
getLogLevel() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
+
 
+
getName() - Method in interface net.ttddyy.observation.tracing.ConnectionObservationConvention
+
 
+
getName() - Method in interface net.ttddyy.observation.tracing.QueryObservationConvention
+
 
+
getName() - Method in interface net.ttddyy.observation.tracing.ResultSetObservationConvention
+
 
+
getParameters(ExecutionInfo, List<QueryInfo>) - Method in class net.ttddyy.observation.tracing.DefaultQueryParametersSpanTagProvider
+
 
+
getParameters(ExecutionInfo, List<QueryInfo>) - Method in interface net.ttddyy.observation.tracing.QueryParametersSpanTagProvider
+
 
+
getParams() - Method in class net.ttddyy.observation.tracing.QueryContext
+
 
+
getPort() - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
+
 
+
getQueries() - Method in class net.ttddyy.observation.tracing.QueryContext
+
 
+
getQuery() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
getSlowQuery() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
getThreshold() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
+
 
+
+

H

+
+
HikariJdbcObservationFilter - Class in net.ttddyy.observation.tracing
+
+
A ObservationFilter to populate HikariCP specific information.
+
+
HikariJdbcObservationFilter() - Constructor for class net.ttddyy.observation.tracing.HikariJdbcObservationFilter
+
 
+
+

I

+
+
incrementCount() - Method in class net.ttddyy.observation.tracing.ResultSetContext
+
 
+
isEnableLogging() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
+
 
+
isEnableLogging() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
+
 
+
isIncludeParameterValues() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
isJsonFormat() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
isMultiline() - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
+

J

+
+
JdbcObservationDocumentation - Enum Class in net.ttddyy.observation.tracing
+
+
ObservationDocumentation for JDBC operations.
+
+
JdbcObservationDocumentation.ConnectionKeyNames - Enum Class in net.ttddyy.observation.tracing
+
 
+
JdbcObservationDocumentation.JdbcEvents - Enum Class in net.ttddyy.observation.tracing
+
 
+
JdbcObservationDocumentation.QueryHighCardinalityKeyNames - Enum Class in net.ttddyy.observation.tracing
+
 
+
JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames - Enum Class in net.ttddyy.observation.tracing
+
 
+
JdbcProperties - Class in net.ttddyy.observation.boot.autoconfigure
+
+
Configuration properties for JDBC instrumentation.
+
+
JdbcProperties() - Constructor for class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
+
 
+
JdbcProperties.DataSourceProxy - Class in net.ttddyy.observation.boot.autoconfigure
+
 
+
JdbcProperties.Logging - Enum Class in net.ttddyy.observation.boot.autoconfigure
+
+
Query logging listener is the most used listener that logs executing query with + actual parameters to.
+
+
JdbcProperties.Query - Class in net.ttddyy.observation.boot.autoconfigure
+
+
Properties to configure query logging listener.
+
+
JdbcProperties.SlowQuery - Class in net.ttddyy.observation.boot.autoconfigure
+
+
Properties to configure slow query logging listener.
+
+
JdbcProperties.TraceType - Enum Class in net.ttddyy.observation.boot.autoconfigure
+
 
+
JUL - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
+
+
Log using Java Util Logging.
+
+
+

L

+
+
LOG4J - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
+
+
Log using Log4j.
+
+
+

M

+
+
map(Observation.Context) - Method in class net.ttddyy.observation.tracing.HikariJdbcObservationFilter
+
 
+
+

N

+
+
net.ttddyy.observation.boot.autoconfigure - package net.ttddyy.observation.boot.autoconfigure
+
 
+
net.ttddyy.observation.tracing - package net.ttddyy.observation.tracing
+
+
Tracing observation.
+
+
+

O

+
+
observationConnectionIdManagerProvider() - Method in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
+
 
+
+

P

+
+
postProcessAfterInitialization(Object, String) - Method in class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationBeanPostProcessor
+
 
+
ProxyDataSourceBuilderCustomizer - Interface in net.ttddyy.observation.boot.autoconfigure
+
+
A customizer for ProxyDataSourceBuilder.
+
+
put(String, ConnectionAttributesManager.ConnectionAttributes) - Method in interface net.ttddyy.observation.tracing.ConnectionAttributesManager
+
 
+
put(String, ConnectionAttributesManager.ConnectionAttributes) - Method in class net.ttddyy.observation.tracing.DefaultConnectionAttributesManager
+
 
+
+

Q

+
+
Query() - Constructor for class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
+
 
+
QUERY - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
+
+
Related to query executions.
+
+
QUERY - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation
+
+
Span created when executing a query.
+
+
QUERY - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames
+
+
Name of the JDBC query.
+
+
QUERY_PARAMETERS - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames
+
+
JDBC query parameter values.
+
+
QueryContext - Class in net.ttddyy.observation.tracing
+
+
Context for query execution operations.
+
+
QueryContext() - Constructor for class net.ttddyy.observation.tracing.QueryContext
+
 
+
QueryObservationConvention - Interface in net.ttddyy.observation.tracing
+
+
A ObservationConvention for query.
+
+
QueryParametersSpanTagProvider - Interface in net.ttddyy.observation.tracing
+
+
Provide a tag value for query parameters.
+
+
QueryTracingObservationHandler - Class in net.ttddyy.observation.tracing
+
+
A TracingObservationHandler for query.
+
+
QueryTracingObservationHandler(Tracer) - Constructor for class net.ttddyy.observation.tracing.QueryTracingObservationHandler
+
 
+
+

R

+
+
remove(String) - Method in interface net.ttddyy.observation.tracing.ConnectionAttributesManager
+
 
+
remove(String) - Method in class net.ttddyy.observation.tracing.DefaultConnectionAttributesManager
+
 
+
resolve(String, DataSource) - Method in interface net.ttddyy.observation.boot.autoconfigure.DataSourceNameResolver
+
 
+
resolve(String, DataSource) - Method in class net.ttddyy.observation.boot.autoconfigure.DefaultDataSourceNameResolver
+
 
+
RESULT_SET - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation
+
+
Span created when working with JDBC result set.
+
+
ResultSetAttributes() - Constructor for class net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributes
+
 
+
ResultSetAttributesManager() - Constructor for class net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributesManager
+
 
+
ResultSetContext - Class in net.ttddyy.observation.tracing
+
+
Context for ResultSet operations.
+
+
ResultSetContext() - Constructor for class net.ttddyy.observation.tracing.ResultSetContext
+
 
+
ResultSetObservationConvention - Interface in net.ttddyy.observation.tracing
+
+
A ObservationConvention for result-set operations.
+
+
ResultSetTracingObservationHandler - Class in net.ttddyy.observation.tracing
+
+
A TracingObservationHandler for result-set operations.
+
+
ResultSetTracingObservationHandler(Tracer) - Constructor for class net.ttddyy.observation.tracing.ResultSetTracingObservationHandler
+
 
+
ROW_AFFECTED - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames
+
+
Result of "executeUpdate()", "executeLargeUpdate()", "executeBatch()", or + "executeLargeBatch()" on "Statement".
+
+
ROW_COUNT - Enum constant in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames
+
+
Number of SQL rows.
+
+
+

S

+
+
setAffectedRowCount(String) - Method in class net.ttddyy.observation.tracing.QueryContext
+
 
+
setConnectionAttributesManager(ConnectionAttributesManager) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
setConnectionObservationConvention(ConnectionObservationConvention) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
setCount(int) - Method in class net.ttddyy.observation.tracing.ResultSetContext
+
 
+
setDataSource(DataSource) - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
+
 
+
setDatasourceProxy(JdbcProperties.DataSourceProxy) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
+
 
+
setEnableLogging(boolean) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
+
 
+
setEnableLogging(boolean) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
+
 
+
setExcludedDataSourceBeanNames(Set<String>) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
+
 
+
setHost(String) - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
+
 
+
setIncludeParameterValues(boolean) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
setIncludeParameterValues(boolean) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
setIncludes(Set<JdbcProperties.TraceType>) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties
+
 
+
setJsonFormat(boolean) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
setLoggerName(String) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
+
 
+
setLoggerName(String) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
+
 
+
setLogging(JdbcProperties.Logging) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
setLogLevel(String) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
+
 
+
setLogLevel(String) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
+
 
+
setMultiline(boolean) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
setParams(List<String>) - Method in class net.ttddyy.observation.tracing.QueryContext
+
 
+
setPort(int) - Method in class net.ttddyy.observation.tracing.DataSourceBaseContext
+
 
+
setQueries(List<String>) - Method in class net.ttddyy.observation.tracing.QueryContext
+
 
+
setQuery(JdbcProperties.Query) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
setQueryObservationConvention(QueryObservationConvention) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
setQueryParametersSpanTagProvider(QueryParametersSpanTagProvider) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
setResultSetObservationConvention(ResultSetObservationConvention) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
setSlowQuery(JdbcProperties.SlowQuery) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
 
+
setSupportedTypes(Set<JdbcObservationDocumentation>) - Method in class net.ttddyy.observation.tracing.DataSourceObservationListener
+
 
+
setThreshold(long) - Method in class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
+
 
+
SLF4J - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
+
+
Log using SLF4J.
+
+
SlowQuery() - Constructor for class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
+
 
+
supportsContext(Observation.Context) - Method in interface net.ttddyy.observation.tracing.ConnectionObservationConvention
+
 
+
supportsContext(Observation.Context) - Method in class net.ttddyy.observation.tracing.ConnectionTracingObservationHandler
+
 
+
supportsContext(Observation.Context) - Method in interface net.ttddyy.observation.tracing.QueryObservationConvention
+
 
+
supportsContext(Observation.Context) - Method in class net.ttddyy.observation.tracing.QueryTracingObservationHandler
+
 
+
supportsContext(Observation.Context) - Method in interface net.ttddyy.observation.tracing.ResultSetObservationConvention
+
 
+
supportsContext(Observation.Context) - Method in class net.ttddyy.observation.tracing.ResultSetTracingObservationHandler
+
 
+
SYSOUT - Enum constant in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
+
+
Log using System.out.
+
+
+

V

+
+
valueOf(String) - Static method in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation
+
+
Returns the enum constant of this class with the specified name.
+
+
values() - Static method in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class net.ttddyy.observation.tracing.JdbcObservationDocumentation
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
+A B C D F G H I J L M N O P Q R S V 
All Classes and Interfaces|All Packages
+ +
+
+ + diff --git a/docs/1.0.5/api/index.html b/docs/1.0.5/api/index.html new file mode 100644 index 0000000..f5d2e52 --- /dev/null +++ b/docs/1.0.5/api/index.html @@ -0,0 +1,74 @@ + + + + +Overview (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

datasource-micrometer-parent 1.0.5 API

+
+
+
Packages
+
+
Package
+
Description
+ +
 
+ +
+
Tracing observation.
+
+
+
+
+ +
+
+ + diff --git a/docs/1.0.5/api/jquery-ui.overrides.css b/docs/1.0.5/api/jquery-ui.overrides.css new file mode 100644 index 0000000..facf852 --- /dev/null +++ b/docs/1.0.5/api/jquery-ui.overrides.css @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active, +a.ui-button:active, +.ui-button:active, +.ui-button.ui-state-active:hover { + /* Overrides the color of selection used in jQuery UI */ + background: #F8981D; + border: 1px solid #F8981D; +} diff --git a/docs/1.0.5/api/legal/ADDITIONAL_LICENSE_INFO b/docs/1.0.5/api/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000..ff700cd --- /dev/null +++ b/docs/1.0.5/api/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1,37 @@ + ADDITIONAL INFORMATION ABOUT LICENSING + +Certain files distributed by Oracle America, Inc. and/or its affiliates are +subject to the following clarification and special exception to the GPLv2, +based on the GNU Project exception for its Classpath libraries, known as the +GNU Classpath Exception. + +Note that Oracle includes multiple, independent programs in this software +package. Some of those programs are provided under licenses deemed +incompatible with the GPLv2 by the Free Software Foundation and others. +For example, the package includes programs licensed under the Apache +License, Version 2.0 and may include FreeType. Such programs are licensed +to you under their original licenses. + +Oracle facilitates your further distribution of this package by adding the +Classpath Exception to the necessary parts of its GPLv2 code, which permits +you to use that code in combination with other independent modules not +licensed under the GPLv2. However, note that this would not permit you to +commingle code under an incompatible license with Oracle's GPLv2 licensed +code by, for example, cutting and pasting such code into a file also +containing Oracle's GPLv2 licensed code and then distributing the result. + +Additionally, if you were to remove the Classpath Exception from any of the +files to which it applies and distribute the result, you would likely be +required to license some or all of the other code in that distribution under +the GPLv2 as well, and since the GPLv2 is incompatible with the license terms +of some items included in the distribution by Oracle, removing the Classpath +Exception could therefore effectively compromise your ability to further +distribute the package. + +Failing to distribute notices associated with some files may also create +unexpected legal consequences. + +Proceed with caution and we recommend that you obtain the advice of a lawyer +skilled in open source matters before removing the Classpath Exception or +making modifications to this package which may subsequently be redistributed +and/or involve the use of third party software. diff --git a/docs/1.0.5/api/legal/ASSEMBLY_EXCEPTION b/docs/1.0.5/api/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000..065b8d9 --- /dev/null +++ b/docs/1.0.5/api/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + http://openjdk.java.net/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/docs/1.0.5/api/legal/LICENSE b/docs/1.0.5/api/legal/LICENSE new file mode 100644 index 0000000..8b400c7 --- /dev/null +++ b/docs/1.0.5/api/legal/LICENSE @@ -0,0 +1,347 @@ +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. diff --git a/docs/1.0.5/api/legal/jquery.md b/docs/1.0.5/api/legal/jquery.md new file mode 100644 index 0000000..d468b31 --- /dev/null +++ b/docs/1.0.5/api/legal/jquery.md @@ -0,0 +1,72 @@ +## jQuery v3.6.1 + +### jQuery License +``` +jQuery v 3.6.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +****************************************** + +The jQuery JavaScript Library v3.6.1 also includes Sizzle.js + +Sizzle.js includes the following license: + +Copyright JS Foundation and other contributors, https://js.foundation/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/sizzle + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +********************* + +``` diff --git a/docs/1.0.5/api/legal/jqueryUI.md b/docs/1.0.5/api/legal/jqueryUI.md new file mode 100644 index 0000000..8bda9d7 --- /dev/null +++ b/docs/1.0.5/api/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/docs/1.0.5/api/member-search-index.js b/docs/1.0.5/api/member-search-index.js new file mode 100644 index 0000000..609be89 --- /dev/null +++ b/docs/1.0.5/api/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"afterMethod(MethodExecutionContext)","u":"afterMethod(net.ttddyy.dsproxy.listener.MethodExecutionContext)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"afterQuery(ExecutionInfo, List)","u":"afterQuery(net.ttddyy.dsproxy.ExecutionInfo,java.util.List)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"beforeMethod(MethodExecutionContext)","u":"beforeMethod(net.ttddyy.dsproxy.listener.MethodExecutionContext)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"beforeQuery(ExecutionInfo, List)","u":"beforeQuery(net.ttddyy.dsproxy.ExecutionInfo,java.util.List)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Logging","l":"COMMONS"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DataSourceProxyBuilderConfigurer","l":"configure(ProxyDataSourceBuilder)","u":"configure(net.ttddyy.dsproxy.support.ProxyDataSourceBuilder)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.TraceType","l":"CONNECTION"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation","l":"CONNECTION"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.JdbcEvents","l":"CONNECTION_ACQUIRED"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.JdbcEvents","l":"CONNECTION_COMMIT"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.JdbcEvents","l":"CONNECTION_ROLLBACK"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionAttributesManager.ConnectionAttributes","l":"ConnectionAttributes()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionContext","l":"ConnectionContext()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionTracingObservationHandler","l":"ConnectionTracingObservationHandler(Tracer)","u":"%3Cinit%3E(io.micrometer.tracing.Tracer)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"ProxyDataSourceBuilderCustomizer","l":"customize(ProxyDataSourceBuilder, DataSource, String, String)","u":"customize(net.ttddyy.dsproxy.support.ProxyDataSourceBuilder,javax.sql.DataSource,java.lang.String,java.lang.String)"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionTracingObservationHandler","l":"customizeSenderSpan(DataSourceBaseContext, Span)","u":"customizeSenderSpan(net.ttddyy.observation.tracing.DataSourceBaseContext,io.micrometer.tracing.Span)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceBaseObservationHandler","l":"customizeSenderSpan(DataSourceBaseContext, Span)","u":"customizeSenderSpan(net.ttddyy.observation.tracing.DataSourceBaseContext,io.micrometer.tracing.Span)"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.ConnectionKeyNames","l":"DATASOURCE_DRIVER"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.ConnectionKeyNames","l":"DATASOURCE_POOL"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceBaseContext","l":"DataSourceBaseContext()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceBaseObservationHandler","l":"DataSourceBaseObservationHandler(Tracer)","u":"%3Cinit%3E(io.micrometer.tracing.Tracer)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DataSourceObservationAutoConfiguration","l":"dataSourceNameResolver()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DataSourceObservationAutoConfiguration","l":"DataSourceObservationAutoConfiguration()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DataSourceObservationAutoConfiguration","l":"dataSourceObservationBeanPostProcessor(ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider)","u":"dataSourceObservationBeanPostProcessor(org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DataSourceObservationBeanPostProcessor","l":"DataSourceObservationBeanPostProcessor(ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider, ObjectProvider)","u":"%3Cinit%3E(org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DataSourceObservationAutoConfiguration","l":"dataSourceObservationListener(ObjectProvider, JdbcProperties, ObjectProvider, ObjectProvider, ObjectProvider)","u":"dataSourceObservationListener(org.springframework.beans.factory.ObjectProvider,net.ttddyy.observation.boot.autoconfigure.JdbcProperties,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider,org.springframework.beans.factory.ObjectProvider)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"DataSourceObservationListener(ObservationRegistry)","u":"%3Cinit%3E(io.micrometer.observation.ObservationRegistry)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"DataSourceObservationListener(Supplier)","u":"%3Cinit%3E(java.util.function.Supplier)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"DataSourceProxy()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DataSourceProxyBuilderConfigurer","l":"DataSourceProxyBuilderConfigurer(JdbcProperties, List, List, ParameterTransformer, QueryTransformer, ResultSetProxyLogicFactory, DataSourceProxyConnectionIdManagerProvider)","u":"%3Cinit%3E(net.ttddyy.observation.boot.autoconfigure.JdbcProperties,java.util.List,java.util.List,net.ttddyy.dsproxy.transform.ParameterTransformer,net.ttddyy.dsproxy.transform.QueryTransformer,net.ttddyy.dsproxy.proxy.ResultSetProxyLogicFactory,net.ttddyy.observation.boot.autoconfigure.DataSourceProxyConnectionIdManagerProvider)"},{"p":"net.ttddyy.observation.tracing","c":"DefaultConnectionAttributesManager","l":"DefaultConnectionAttributesManager()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DefaultDataSourceNameResolver","l":"DefaultDataSourceNameResolver()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.tracing","c":"DefaultQueryParametersSpanTagProvider","l":"DefaultQueryParametersSpanTagProvider()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.TraceType","l":"FETCH"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionAttributesManager","l":"get(String)","u":"get(java.lang.String)"},{"p":"net.ttddyy.observation.tracing","c":"DefaultConnectionAttributesManager","l":"get(String)","u":"get(java.lang.String)"},{"p":"net.ttddyy.observation.tracing","c":"QueryContext","l":"getAffectedRowCount()"},{"p":"net.ttddyy.observation.tracing","c":"ResultSetContext","l":"getCount()"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceBaseContext","l":"getDataSource()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties","l":"getDatasourceProxy()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties","l":"getExcludedDataSourceBeanNames()"},{"p":"net.ttddyy.observation.tracing","c":"QueryObservationConvention","l":"getHighCardinalityKeyValues(QueryContext)","u":"getHighCardinalityKeyValues(net.ttddyy.observation.tracing.QueryContext)"},{"p":"net.ttddyy.observation.tracing","c":"ResultSetObservationConvention","l":"getHighCardinalityKeyValues(ResultSetContext)","u":"getHighCardinalityKeyValues(net.ttddyy.observation.tracing.ResultSetContext)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceBaseContext","l":"getHost()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties","l":"getIncludes()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Query","l":"getLoggerName()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.SlowQuery","l":"getLoggerName()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"getLogging()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Query","l":"getLogLevel()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.SlowQuery","l":"getLogLevel()"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionObservationConvention","l":"getName()"},{"p":"net.ttddyy.observation.tracing","c":"QueryObservationConvention","l":"getName()"},{"p":"net.ttddyy.observation.tracing","c":"ResultSetObservationConvention","l":"getName()"},{"p":"net.ttddyy.observation.tracing","c":"DefaultQueryParametersSpanTagProvider","l":"getParameters(ExecutionInfo, List)","u":"getParameters(net.ttddyy.dsproxy.ExecutionInfo,java.util.List)"},{"p":"net.ttddyy.observation.tracing","c":"QueryParametersSpanTagProvider","l":"getParameters(ExecutionInfo, List)","u":"getParameters(net.ttddyy.dsproxy.ExecutionInfo,java.util.List)"},{"p":"net.ttddyy.observation.tracing","c":"QueryContext","l":"getParams()"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceBaseContext","l":"getPort()"},{"p":"net.ttddyy.observation.tracing","c":"QueryContext","l":"getQueries()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"getQuery()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"getSlowQuery()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.SlowQuery","l":"getThreshold()"},{"p":"net.ttddyy.observation.tracing","c":"HikariJdbcObservationFilter","l":"HikariJdbcObservationFilter()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.tracing","c":"ResultSetContext","l":"incrementCount()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Query","l":"isEnableLogging()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.SlowQuery","l":"isEnableLogging()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"isIncludeParameterValues()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"isJsonFormat()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"isMultiline()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties","l":"JdbcProperties()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Logging","l":"JUL"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Logging","l":"LOG4J"},{"p":"net.ttddyy.observation.tracing","c":"HikariJdbcObservationFilter","l":"map(Observation.Context)","u":"map(io.micrometer.observation.Observation.Context)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DataSourceObservationAutoConfiguration","l":"observationConnectionIdManagerProvider()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DataSourceObservationBeanPostProcessor","l":"postProcessAfterInitialization(Object, String)","u":"postProcessAfterInitialization(java.lang.Object,java.lang.String)"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionAttributesManager","l":"put(String, ConnectionAttributesManager.ConnectionAttributes)","u":"put(java.lang.String,net.ttddyy.observation.tracing.ConnectionAttributesManager.ConnectionAttributes)"},{"p":"net.ttddyy.observation.tracing","c":"DefaultConnectionAttributesManager","l":"put(String, ConnectionAttributesManager.ConnectionAttributes)","u":"put(java.lang.String,net.ttddyy.observation.tracing.ConnectionAttributesManager.ConnectionAttributes)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.TraceType","l":"QUERY"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation","l":"QUERY"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.QueryHighCardinalityKeyNames","l":"QUERY"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.QueryHighCardinalityKeyNames","l":"QUERY_PARAMETERS"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Query","l":"Query()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.tracing","c":"QueryContext","l":"QueryContext()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.tracing","c":"QueryTracingObservationHandler","l":"QueryTracingObservationHandler(Tracer)","u":"%3Cinit%3E(io.micrometer.tracing.Tracer)"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionAttributesManager","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"net.ttddyy.observation.tracing","c":"DefaultConnectionAttributesManager","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DataSourceNameResolver","l":"resolve(String, DataSource)","u":"resolve(java.lang.String,javax.sql.DataSource)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"DefaultDataSourceNameResolver","l":"resolve(String, DataSource)","u":"resolve(java.lang.String,javax.sql.DataSource)"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation","l":"RESULT_SET"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionAttributesManager.ResultSetAttributes","l":"ResultSetAttributes()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionAttributesManager.ResultSetAttributesManager","l":"ResultSetAttributesManager()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.tracing","c":"ResultSetContext","l":"ResultSetContext()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.tracing","c":"ResultSetTracingObservationHandler","l":"ResultSetTracingObservationHandler(Tracer)","u":"%3Cinit%3E(io.micrometer.tracing.Tracer)"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.QueryHighCardinalityKeyNames","l":"ROW_AFFECTED"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames","l":"ROW_COUNT"},{"p":"net.ttddyy.observation.tracing","c":"QueryContext","l":"setAffectedRowCount(String)","u":"setAffectedRowCount(java.lang.String)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"setConnectionAttributesManager(ConnectionAttributesManager)","u":"setConnectionAttributesManager(net.ttddyy.observation.tracing.ConnectionAttributesManager)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"setConnectionObservationConvention(ConnectionObservationConvention)","u":"setConnectionObservationConvention(net.ttddyy.observation.tracing.ConnectionObservationConvention)"},{"p":"net.ttddyy.observation.tracing","c":"ResultSetContext","l":"setCount(int)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceBaseContext","l":"setDataSource(DataSource)","u":"setDataSource(javax.sql.DataSource)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties","l":"setDatasourceProxy(JdbcProperties.DataSourceProxy)","u":"setDatasourceProxy(net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Query","l":"setEnableLogging(boolean)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.SlowQuery","l":"setEnableLogging(boolean)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties","l":"setExcludedDataSourceBeanNames(Set)","u":"setExcludedDataSourceBeanNames(java.util.Set)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceBaseContext","l":"setHost(String)","u":"setHost(java.lang.String)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"setIncludeParameterValues(boolean)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"setIncludeParameterValues(boolean)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties","l":"setIncludes(Set)","u":"setIncludes(java.util.Set)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"setJsonFormat(boolean)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Query","l":"setLoggerName(String)","u":"setLoggerName(java.lang.String)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.SlowQuery","l":"setLoggerName(String)","u":"setLoggerName(java.lang.String)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"setLogging(JdbcProperties.Logging)","u":"setLogging(net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Query","l":"setLogLevel(String)","u":"setLogLevel(java.lang.String)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.SlowQuery","l":"setLogLevel(String)","u":"setLogLevel(java.lang.String)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"setMultiline(boolean)"},{"p":"net.ttddyy.observation.tracing","c":"QueryContext","l":"setParams(List)","u":"setParams(java.util.List)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceBaseContext","l":"setPort(int)"},{"p":"net.ttddyy.observation.tracing","c":"QueryContext","l":"setQueries(List)","u":"setQueries(java.util.List)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"setQuery(JdbcProperties.Query)","u":"setQuery(net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"setQueryObservationConvention(QueryObservationConvention)","u":"setQueryObservationConvention(net.ttddyy.observation.tracing.QueryObservationConvention)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"setQueryParametersSpanTagProvider(QueryParametersSpanTagProvider)","u":"setQueryParametersSpanTagProvider(net.ttddyy.observation.tracing.QueryParametersSpanTagProvider)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"setResultSetObservationConvention(ResultSetObservationConvention)","u":"setResultSetObservationConvention(net.ttddyy.observation.tracing.ResultSetObservationConvention)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.DataSourceProxy","l":"setSlowQuery(JdbcProperties.SlowQuery)","u":"setSlowQuery(net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery)"},{"p":"net.ttddyy.observation.tracing","c":"DataSourceObservationListener","l":"setSupportedTypes(Set)","u":"setSupportedTypes(java.util.Set)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.SlowQuery","l":"setThreshold(long)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Logging","l":"SLF4J"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.SlowQuery","l":"SlowQuery()","u":"%3Cinit%3E()"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionObservationConvention","l":"supportsContext(Observation.Context)","u":"supportsContext(io.micrometer.observation.Observation.Context)"},{"p":"net.ttddyy.observation.tracing","c":"ConnectionTracingObservationHandler","l":"supportsContext(Observation.Context)","u":"supportsContext(io.micrometer.observation.Observation.Context)"},{"p":"net.ttddyy.observation.tracing","c":"QueryObservationConvention","l":"supportsContext(Observation.Context)","u":"supportsContext(io.micrometer.observation.Observation.Context)"},{"p":"net.ttddyy.observation.tracing","c":"QueryTracingObservationHandler","l":"supportsContext(Observation.Context)","u":"supportsContext(io.micrometer.observation.Observation.Context)"},{"p":"net.ttddyy.observation.tracing","c":"ResultSetObservationConvention","l":"supportsContext(Observation.Context)","u":"supportsContext(io.micrometer.observation.Observation.Context)"},{"p":"net.ttddyy.observation.tracing","c":"ResultSetTracingObservationHandler","l":"supportsContext(Observation.Context)","u":"supportsContext(io.micrometer.observation.Observation.Context)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Logging","l":"SYSOUT"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Logging","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.TraceType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.ConnectionKeyNames","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.JdbcEvents","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.QueryHighCardinalityKeyNames","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.Logging","l":"values()"},{"p":"net.ttddyy.observation.boot.autoconfigure","c":"JdbcProperties.TraceType","l":"values()"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.ConnectionKeyNames","l":"values()"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.JdbcEvents","l":"values()"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.QueryHighCardinalityKeyNames","l":"values()"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames","l":"values()"},{"p":"net.ttddyy.observation.tracing","c":"JdbcObservationDocumentation","l":"values()"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/1.0.5/api/module-search-index.js b/docs/1.0.5/api/module-search-index.js new file mode 100644 index 0000000..0d59754 --- /dev/null +++ b/docs/1.0.5/api/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceNameResolver.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceNameResolver.html new file mode 100644 index 0000000..8e801aa --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceNameResolver.html @@ -0,0 +1,139 @@ + + + + +DataSourceNameResolver (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface DataSourceNameResolver

+
+
+
+
All Known Implementing Classes:
+
DefaultDataSourceNameResolver
+
+
+
public interface DataSourceNameResolver
+
Resolve DataSource name.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    resolve(String beanName, + DataSource dataSource)
    +
     
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationAutoConfiguration.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationAutoConfiguration.html new file mode 100644 index 0000000..bcec256 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationAutoConfiguration.html @@ -0,0 +1,232 @@ + + + + +DataSourceObservationAutoConfiguration (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DataSourceObservationAutoConfiguration

+
+
java.lang.Object +
net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
+
+
+
+
@AutoConfiguration(after={org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration.class,org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration.class,org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class}) +@EnableConfigurationProperties(JdbcProperties.class) +@ConditionalOnClass({javax.sql.DataSource.class,io.micrometer.observation.ObservationRegistry.class}) +@ConditionalOnProperty(prefix="jdbc.datasource-proxy", + name="enabled", + havingValue="true", + matchIfMissing=true) +public class DataSourceObservationAutoConfiguration +extends Object
+
Auto-configuration for Micrometer Observation + instrumentation for DataSource.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DataSourceObservationAutoConfiguration

      +
      public DataSourceObservationAutoConfiguration()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      dataSourceObservationListener

      +
      @Bean +public DataSourceObservationListener dataSourceObservationListener(org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> registry, + JdbcProperties jdbcProperties, + org.springframework.beans.factory.ObjectProvider<ConnectionObservationConvention> connectionObservationConventions, + org.springframework.beans.factory.ObjectProvider<QueryObservationConvention> queryObservationConventions, + org.springframework.beans.factory.ObjectProvider<ResultSetObservationConvention> resultSetObservationConventions)
      +
      +
    • +
    • +
      +

      observationConnectionIdManagerProvider

      +
      @Bean +@ConditionalOnMissingBean +public DataSourceProxyConnectionIdManagerProvider observationConnectionIdManagerProvider()
      +
      +
    • +
    • +
      +

      dataSourceNameResolver

      +
      @Bean +@ConditionalOnMissingBean +public DataSourceNameResolver dataSourceNameResolver()
      +
      +
    • +
    • +
      +

      dataSourceObservationBeanPostProcessor

      +
      @Bean +public static DataSourceObservationBeanPostProcessor dataSourceObservationBeanPostProcessor(org.springframework.beans.factory.ObjectProvider<JdbcProperties> jdbcProperties, + org.springframework.beans.factory.ObjectProvider<DataSourceNameResolver> dataSourceNameResolvers, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.listener.QueryExecutionListener> listeners, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.listener.MethodExecutionListener> methodExecutionListeners, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.transform.ParameterTransformer> parameterTransformer, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.transform.QueryTransformer> queryTransformer, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.proxy.ResultSetProxyLogicFactory> resultSetProxyLogicFactory, + org.springframework.beans.factory.ObjectProvider<DataSourceProxyConnectionIdManagerProvider> dataSourceProxyConnectionIdManagerProvider, + org.springframework.beans.factory.ObjectProvider<ProxyDataSourceBuilderCustomizer> proxyDataSourceBuilderCustomizers)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationBeanPostProcessor.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationBeanPostProcessor.html new file mode 100644 index 0000000..f617658 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationBeanPostProcessor.html @@ -0,0 +1,200 @@ + + + + +DataSourceObservationBeanPostProcessor (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DataSourceObservationBeanPostProcessor

+
+
java.lang.Object +
net.ttddyy.observation.boot.autoconfigure.DataSourceObservationBeanPostProcessor
+
+
+
+
All Implemented Interfaces:
+
org.springframework.beans.factory.config.BeanPostProcessor
+
+
+
public class DataSourceObservationBeanPostProcessor +extends Object +implements org.springframework.beans.factory.config.BeanPostProcessor
+
A BeanPostProcessor to instrument DataSource beans.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    DataSourceObservationBeanPostProcessor(org.springframework.beans.factory.ObjectProvider<JdbcProperties> jdbcPropertiesProvider, + org.springframework.beans.factory.ObjectProvider<DataSourceNameResolver> dataSourceNameResolverProvider, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.listener.QueryExecutionListener> listenersProvider, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.listener.MethodExecutionListener> methodExecutionListenersProvider, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.transform.ParameterTransformer> parameterTransformerProvider, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.transform.QueryTransformer> queryTransformerProvider, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.proxy.ResultSetProxyLogicFactory> resultSetProxyLogicFactoryProvider, + org.springframework.beans.factory.ObjectProvider<DataSourceProxyConnectionIdManagerProvider> dataSourceProxyConnectionIdManagerProviderProvider, + org.springframework.beans.factory.ObjectProvider<ProxyDataSourceBuilderCustomizer> proxyDataSourceBuilderCustomizers)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor

    +postProcessBeforeInitialization
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DataSourceObservationBeanPostProcessor

      +
      public DataSourceObservationBeanPostProcessor(org.springframework.beans.factory.ObjectProvider<JdbcProperties> jdbcPropertiesProvider, + org.springframework.beans.factory.ObjectProvider<DataSourceNameResolver> dataSourceNameResolverProvider, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.listener.QueryExecutionListener> listenersProvider, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.listener.MethodExecutionListener> methodExecutionListenersProvider, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.transform.ParameterTransformer> parameterTransformerProvider, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.transform.QueryTransformer> queryTransformerProvider, + org.springframework.beans.factory.ObjectProvider<net.ttddyy.dsproxy.proxy.ResultSetProxyLogicFactory> resultSetProxyLogicFactoryProvider, + org.springframework.beans.factory.ObjectProvider<DataSourceProxyConnectionIdManagerProvider> dataSourceProxyConnectionIdManagerProviderProvider, + org.springframework.beans.factory.ObjectProvider<ProxyDataSourceBuilderCustomizer> proxyDataSourceBuilderCustomizers)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      postProcessAfterInitialization

      +
      public Object postProcessAfterInitialization(Object bean, + String beanName) + throws org.springframework.beans.BeansException
      +
      +
      Specified by:
      +
      postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      +
      Throws:
      +
      org.springframework.beans.BeansException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyBuilderConfigurer.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyBuilderConfigurer.html new file mode 100644 index 0000000..2f3fa1a --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyBuilderConfigurer.html @@ -0,0 +1,190 @@ + + + + +DataSourceProxyBuilderConfigurer (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DataSourceProxyBuilderConfigurer

+
+
java.lang.Object +
net.ttddyy.observation.boot.autoconfigure.DataSourceProxyBuilderConfigurer
+
+
+
+
public class DataSourceProxyBuilderConfigurer +extends Object
+
Configurer ProxyDataSourceBuilder based on the JdbcProperties and other + optional beans.
+
+
Author:
+
Arthur Gavlyukovskiy, Tadaya Tsuyukubo
+
See Also:
+
+
    +
  • ProxyDataSourceBuilder
  • +
+
+
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    DataSourceProxyBuilderConfigurer(JdbcProperties jdbcProperties, + List<net.ttddyy.dsproxy.listener.QueryExecutionListener> listeners, + List<net.ttddyy.dsproxy.listener.MethodExecutionListener> methodExecutionListeners, + net.ttddyy.dsproxy.transform.ParameterTransformer parameterTransformer, + net.ttddyy.dsproxy.transform.QueryTransformer queryTransformer, + net.ttddyy.dsproxy.proxy.ResultSetProxyLogicFactory resultSetProxyLogicFactory, + DataSourceProxyConnectionIdManagerProvider dataSourceProxyConnectionIdManagerProvider)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    net.ttddyy.dsproxy.support.ProxyDataSourceBuilder
    +
    configure(net.ttddyy.dsproxy.support.ProxyDataSourceBuilder proxyDataSourceBuilder)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DataSourceProxyBuilderConfigurer

      +
      public DataSourceProxyBuilderConfigurer(JdbcProperties jdbcProperties, + List<net.ttddyy.dsproxy.listener.QueryExecutionListener> listeners, + List<net.ttddyy.dsproxy.listener.MethodExecutionListener> methodExecutionListeners, + @Nullable + net.ttddyy.dsproxy.transform.ParameterTransformer parameterTransformer, + @Nullable + net.ttddyy.dsproxy.transform.QueryTransformer queryTransformer, + @Nullable + net.ttddyy.dsproxy.proxy.ResultSetProxyLogicFactory resultSetProxyLogicFactory, + @Nullable + DataSourceProxyConnectionIdManagerProvider dataSourceProxyConnectionIdManagerProvider)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      configure

      +
      public net.ttddyy.dsproxy.support.ProxyDataSourceBuilder configure(net.ttddyy.dsproxy.support.ProxyDataSourceBuilder proxyDataSourceBuilder)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyConnectionIdManagerProvider.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyConnectionIdManagerProvider.html new file mode 100644 index 0000000..c141c19 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyConnectionIdManagerProvider.html @@ -0,0 +1,106 @@ + + + + +DataSourceProxyConnectionIdManagerProvider (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface DataSourceProxyConnectionIdManagerProvider

+
+
+
+
All Superinterfaces:
+
Supplier<net.ttddyy.dsproxy.ConnectionIdManager>
+
+
+
public interface DataSourceProxyConnectionIdManagerProvider +extends Supplier<net.ttddyy.dsproxy.ConnectionIdManager>
+
Supplier of a ConnectionIdManager.
+
+
Author:
+
Arthur Gavlyukovskiy
+
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from interface java.util.function.Supplier

    +get
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DefaultDataSourceNameResolver.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DefaultDataSourceNameResolver.html new file mode 100644 index 0000000..ec064e8 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/DefaultDataSourceNameResolver.html @@ -0,0 +1,178 @@ + + + + +DefaultDataSourceNameResolver (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DefaultDataSourceNameResolver

+
+
java.lang.Object +
net.ttddyy.observation.boot.autoconfigure.DefaultDataSourceNameResolver
+
+
+
+
All Implemented Interfaces:
+
DataSourceNameResolver
+
+
+
public class DefaultDataSourceNameResolver +extends Object +implements DataSourceNameResolver
+
Default implementation for DataSourceNameResolver.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DefaultDataSourceNameResolver

      +
      public DefaultDataSourceNameResolver()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.DataSourceProxy.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.DataSourceProxy.html new file mode 100644 index 0000000..f2761f2 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.DataSourceProxy.html @@ -0,0 +1,265 @@ + + + + +JdbcProperties.DataSourceProxy (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class JdbcProperties.DataSourceProxy

+
+
java.lang.Object +
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
+
+
+
+
Enclosing class:
+
JdbcProperties
+
+
+
public static class JdbcProperties.DataSourceProxy +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DataSourceProxy

      +
      public DataSourceProxy()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getLogging

      +
      public JdbcProperties.Logging getLogging()
      +
      +
    • +
    • +
      +

      setLogging

      +
      public void setLogging(JdbcProperties.Logging logging)
      +
      +
    • +
    • +
      +

      getQuery

      +
      public JdbcProperties.Query getQuery()
      +
      +
    • +
    • +
      +

      setQuery

      +
      public void setQuery(JdbcProperties.Query query)
      +
      +
    • +
    • +
      +

      getSlowQuery

      +
      public JdbcProperties.SlowQuery getSlowQuery()
      +
      +
    • +
    • +
      +

      setSlowQuery

      +
      public void setSlowQuery(JdbcProperties.SlowQuery slowQuery)
      +
      +
    • +
    • +
      +

      isMultiline

      +
      public boolean isMultiline()
      +
      +
    • +
    • +
      +

      setMultiline

      +
      public void setMultiline(boolean multiline)
      +
      +
    • +
    • +
      +

      isJsonFormat

      +
      public boolean isJsonFormat()
      +
      +
    • +
    • +
      +

      setJsonFormat

      +
      public void setJsonFormat(boolean jsonFormat)
      +
      +
    • +
    • +
      +

      isIncludeParameterValues

      +
      public boolean isIncludeParameterValues()
      +
      +
    • +
    • +
      +

      setIncludeParameterValues

      +
      public void setIncludeParameterValues(boolean includeParameterValues)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Logging.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Logging.html new file mode 100644 index 0000000..20f146f --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Logging.html @@ -0,0 +1,266 @@ + + + + +JdbcProperties.Logging (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class JdbcProperties.Logging

+
+
java.lang.Object +
java.lang.Enum<JdbcProperties.Logging> +
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<JdbcProperties.Logging>, Constable
+
+
+
Enclosing class:
+
JdbcProperties
+
+
+
public static enum JdbcProperties.Logging +extends Enum<JdbcProperties.Logging>
+
Query logging listener is the most used listener that logs executing query with + actual parameters to. You can pick one of the following proxy logging mechanisms.
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static JdbcProperties.Logging[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static JdbcProperties.Logging valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Query.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Query.html new file mode 100644 index 0000000..7d5652d --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Query.html @@ -0,0 +1,212 @@ + + + + +JdbcProperties.Query (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class JdbcProperties.Query

+
+
java.lang.Object +
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query
+
+
+
+
Enclosing class:
+
JdbcProperties
+
+
+
public static class JdbcProperties.Query +extends Object
+
Properties to configure query logging listener.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Query

      +
      public Query()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isEnableLogging

      +
      public boolean isEnableLogging()
      +
      +
    • +
    • +
      +

      setEnableLogging

      +
      public void setEnableLogging(boolean enableLogging)
      +
      +
    • +
    • +
      +

      getLoggerName

      +
      public String getLoggerName()
      +
      +
    • +
    • +
      +

      setLoggerName

      +
      public void setLoggerName(String loggerName)
      +
      +
    • +
    • +
      +

      getLogLevel

      +
      public String getLogLevel()
      +
      +
    • +
    • +
      +

      setLogLevel

      +
      public void setLogLevel(String logLevel)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.SlowQuery.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.SlowQuery.html new file mode 100644 index 0000000..e96b675 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.SlowQuery.html @@ -0,0 +1,230 @@ + + + + +JdbcProperties.SlowQuery (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class JdbcProperties.SlowQuery

+
+
java.lang.Object +
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
+
+
+
+
Enclosing class:
+
JdbcProperties
+
+
+
public static class JdbcProperties.SlowQuery +extends Object
+
Properties to configure slow query logging listener.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SlowQuery

      +
      public SlowQuery()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isEnableLogging

      +
      public boolean isEnableLogging()
      +
      +
    • +
    • +
      +

      setEnableLogging

      +
      public void setEnableLogging(boolean enableLogging)
      +
      +
    • +
    • +
      +

      getLoggerName

      +
      public String getLoggerName()
      +
      +
    • +
    • +
      +

      setLoggerName

      +
      public void setLoggerName(String loggerName)
      +
      +
    • +
    • +
      +

      getLogLevel

      +
      public String getLogLevel()
      +
      +
    • +
    • +
      +

      setLogLevel

      +
      public void setLogLevel(String logLevel)
      +
      +
    • +
    • +
      +

      getThreshold

      +
      public long getThreshold()
      +
      +
    • +
    • +
      +

      setThreshold

      +
      public void setThreshold(long threshold)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.TraceType.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.TraceType.html new file mode 100644 index 0000000..5a6d10f --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.TraceType.html @@ -0,0 +1,242 @@ + + + + +JdbcProperties.TraceType (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class JdbcProperties.TraceType

+
+
java.lang.Object +
java.lang.Enum<JdbcProperties.TraceType> +
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<JdbcProperties.TraceType>, Constable
+
+
+
Enclosing class:
+
JdbcProperties
+
+
+
public static enum JdbcProperties.TraceType +extends Enum<JdbcProperties.TraceType>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static JdbcProperties.TraceType[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static JdbcProperties.TraceType valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.html new file mode 100644 index 0000000..da62bfb --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.html @@ -0,0 +1,247 @@ + + + + +JdbcProperties (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class JdbcProperties

+
+
java.lang.Object +
net.ttddyy.observation.boot.autoconfigure.JdbcProperties
+
+
+
+
@ConfigurationProperties("jdbc") +public class JdbcProperties +extends Object
+
Configuration properties for JDBC instrumentation.
+
+
Author:
+
Arthur Gavlyukovskiy, Tadaya Tsuyukubo
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      JdbcProperties

      +
      public JdbcProperties()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/ProxyDataSourceBuilderCustomizer.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/ProxyDataSourceBuilderCustomizer.html new file mode 100644 index 0000000..5fb0ae9 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/ProxyDataSourceBuilderCustomizer.html @@ -0,0 +1,149 @@ + + + + +ProxyDataSourceBuilderCustomizer (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ProxyDataSourceBuilderCustomizer

+
+
+
+
public interface ProxyDataSourceBuilderCustomizer
+
A customizer for ProxyDataSourceBuilder.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    customize(net.ttddyy.dsproxy.support.ProxyDataSourceBuilder builder, + DataSource dataSource, + String beanName, + String dataSourceName)
    +
    +
    A callback to customize the given ProxyDataSourceBuilder.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      customize

      +
      void customize(net.ttddyy.dsproxy.support.ProxyDataSourceBuilder builder, + DataSource dataSource, + String beanName, + String dataSourceName)
      +
      A callback to customize the given ProxyDataSourceBuilder.
      +
      +
      Parameters:
      +
      builder - builder to customize
      +
      dataSource - datasource to proxy
      +
      beanName - bean name for the datasource
      +
      dataSourceName - resolved datasource name
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceNameResolver.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceNameResolver.html new file mode 100644 index 0000000..cd84cce --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceNameResolver.html @@ -0,0 +1,97 @@ + + + + +Uses of Interface net.ttddyy.observation.boot.autoconfigure.DataSourceNameResolver (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
net.ttddyy.observation.boot.autoconfigure.DataSourceNameResolver

+
+
Packages that use DataSourceNameResolver
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationAutoConfiguration.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationAutoConfiguration.html new file mode 100644 index 0000000..83643e1 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationAutoConfiguration.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration

+
+No usage of net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationBeanPostProcessor.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationBeanPostProcessor.html new file mode 100644 index 0000000..b974f56 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationBeanPostProcessor.html @@ -0,0 +1,94 @@ + + + + +Uses of Class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationBeanPostProcessor (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.boot.autoconfigure.DataSourceObservationBeanPostProcessor

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyBuilderConfigurer.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyBuilderConfigurer.html new file mode 100644 index 0000000..703994e --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyBuilderConfigurer.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.boot.autoconfigure.DataSourceProxyBuilderConfigurer (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.boot.autoconfigure.DataSourceProxyBuilderConfigurer

+
+No usage of net.ttddyy.observation.boot.autoconfigure.DataSourceProxyBuilderConfigurer
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyConnectionIdManagerProvider.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyConnectionIdManagerProvider.html new file mode 100644 index 0000000..25d3001 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyConnectionIdManagerProvider.html @@ -0,0 +1,101 @@ + + + + +Uses of Interface net.ttddyy.observation.boot.autoconfigure.DataSourceProxyConnectionIdManagerProvider (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
net.ttddyy.observation.boot.autoconfigure.DataSourceProxyConnectionIdManagerProvider

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DefaultDataSourceNameResolver.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DefaultDataSourceNameResolver.html new file mode 100644 index 0000000..a50c443 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/DefaultDataSourceNameResolver.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.boot.autoconfigure.DefaultDataSourceNameResolver (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.boot.autoconfigure.DefaultDataSourceNameResolver

+
+No usage of net.ttddyy.observation.boot.autoconfigure.DefaultDataSourceNameResolver
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.DataSourceProxy.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.DataSourceProxy.html new file mode 100644 index 0000000..63ef326 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.DataSourceProxy.html @@ -0,0 +1,95 @@ + + + + +Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Logging.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Logging.html new file mode 100644 index 0000000..33afff4 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Logging.html @@ -0,0 +1,106 @@ + + + + +Uses of Enum Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging

+
+
Packages that use JdbcProperties.Logging
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Query.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Query.html new file mode 100644 index 0000000..a96433d --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Query.html @@ -0,0 +1,95 @@ + + + + +Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query

+
+
Packages that use JdbcProperties.Query
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.SlowQuery.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.SlowQuery.html new file mode 100644 index 0000000..c7d71c9 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.SlowQuery.html @@ -0,0 +1,95 @@ + + + + +Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery

+
+
Packages that use JdbcProperties.SlowQuery
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.TraceType.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.TraceType.html new file mode 100644 index 0000000..0c4e89c --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.TraceType.html @@ -0,0 +1,112 @@ + + + + +Uses of Enum Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType

+
+
Packages that use JdbcProperties.TraceType
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.html new file mode 100644 index 0000000..0778e23 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.html @@ -0,0 +1,139 @@ + + + + +Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.boot.autoconfigure.JdbcProperties

+
+
Packages that use JdbcProperties
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/ProxyDataSourceBuilderCustomizer.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/ProxyDataSourceBuilderCustomizer.html new file mode 100644 index 0000000..7765bda --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/class-use/ProxyDataSourceBuilderCustomizer.html @@ -0,0 +1,61 @@ + + + + +Uses of Interface net.ttddyy.observation.boot.autoconfigure.ProxyDataSourceBuilderCustomizer (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
net.ttddyy.observation.boot.autoconfigure.ProxyDataSourceBuilderCustomizer

+
+No usage of net.ttddyy.observation.boot.autoconfigure.ProxyDataSourceBuilderCustomizer
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/package-summary.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/package-summary.html new file mode 100644 index 0000000..49c3e4d --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/package-summary.html @@ -0,0 +1,142 @@ + + + + +net.ttddyy.observation.boot.autoconfigure (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package net.ttddyy.observation.boot.autoconfigure

+
+
+
@NonNullApi +package net.ttddyy.observation.boot.autoconfigure
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/package-tree.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/package-tree.html new file mode 100644 index 0000000..fc4c22d --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/package-tree.html @@ -0,0 +1,109 @@ + + + + +net.ttddyy.observation.boot.autoconfigure Class Hierarchy (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package net.ttddyy.observation.boot.autoconfigure

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/package-use.html b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/package-use.html new file mode 100644 index 0000000..f3e7bfc --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/boot/autoconfigure/package-use.html @@ -0,0 +1,114 @@ + + + + +Uses of Package net.ttddyy.observation.boot.autoconfigure (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
net.ttddyy.observation.boot.autoconfigure

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ConnectionAttributes.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ConnectionAttributes.html new file mode 100644 index 0000000..2ab512b --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ConnectionAttributes.html @@ -0,0 +1,135 @@ + + + + +ConnectionAttributesManager.ConnectionAttributes (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ConnectionAttributesManager.ConnectionAttributes

+
+
java.lang.Object +
net.ttddyy.observation.tracing.ConnectionAttributesManager.ConnectionAttributes
+
+
+
+
Enclosing interface:
+
ConnectionAttributesManager
+
+
+
public static class ConnectionAttributesManager.ConnectionAttributes +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ConnectionAttributes

      +
      public ConnectionAttributes()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributes.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributes.html new file mode 100644 index 0000000..1cbf7f6 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributes.html @@ -0,0 +1,135 @@ + + + + +ConnectionAttributesManager.ResultSetAttributes (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ConnectionAttributesManager.ResultSetAttributes

+
+
java.lang.Object +
net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributes
+
+
+
+
Enclosing interface:
+
ConnectionAttributesManager
+
+
+
public static class ConnectionAttributesManager.ResultSetAttributes +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ResultSetAttributes

      +
      public ResultSetAttributes()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributesManager.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributesManager.html new file mode 100644 index 0000000..05fbddb --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributesManager.html @@ -0,0 +1,135 @@ + + + + +ConnectionAttributesManager.ResultSetAttributesManager (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ConnectionAttributesManager.ResultSetAttributesManager

+
+
java.lang.Object +
net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributesManager
+
+
+
+
Enclosing interface:
+
ConnectionAttributesManager
+
+
+
public static class ConnectionAttributesManager.ResultSetAttributesManager +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ResultSetAttributesManager

      +
      public ResultSetAttributesManager()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.html new file mode 100644 index 0000000..d89cd2b --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.html @@ -0,0 +1,181 @@ + + + + +ConnectionAttributesManager (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ConnectionAttributesManager

+
+
+
+
All Known Implementing Classes:
+
DefaultConnectionAttributesManager
+
+
+
public interface ConnectionAttributesManager
+
Manage attributes that belong to each connection.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+ +
+
+ +
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionContext.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionContext.html new file mode 100644 index 0000000..12acab6 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionContext.html @@ -0,0 +1,155 @@ + + + + +ConnectionContext (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ConnectionContext

+
+
java.lang.Object +
io.micrometer.observation.Observation.Context +
io.micrometer.observation.transport.SenderContext<Object> +
net.ttddyy.observation.tracing.DataSourceBaseContext +
net.ttddyy.observation.tracing.ConnectionContext
+
+
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.observation.Observation.ContextView
+
+
+
public final class ConnectionContext +extends DataSourceBaseContext
+
Context for Connection related operations.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from class net.ttddyy.observation.tracing.DataSourceBaseContext

    +getDataSource, getHost, getPort, setDataSource, setHost, setPort
    +
    +

    Methods inherited from class io.micrometer.observation.transport.SenderContext

    +getCarrier, getKind, getRemoteServiceAddress, getRemoteServiceName, getSetter, setCarrier, setRemoteServiceAddress, setRemoteServiceName
    +
    +

    Methods inherited from class io.micrometer.observation.Observation.Context

    +addHighCardinalityKeyValue, addHighCardinalityKeyValues, addLowCardinalityKeyValue, addLowCardinalityKeyValues, clear, computeIfAbsent, containsKey, get, getAllKeyValues, getContextualName, getError, getHighCardinalityKeyValue, getHighCardinalityKeyValues, getLowCardinalityKeyValue, getLowCardinalityKeyValues, getName, getOrDefault, getParentObservation, getRequired, put, remove, removeHighCardinalityKeyValue, removeHighCardinalityKeyValues, removeLowCardinalityKeyValue, removeLowCardinalityKeyValues, setContextualName, setError, setName, setParentObservation, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ConnectionContext

      +
      public ConnectionContext()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionObservationConvention.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionObservationConvention.html new file mode 100644 index 0000000..6cc939f --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionObservationConvention.html @@ -0,0 +1,167 @@ + + + + +ConnectionObservationConvention (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ConnectionObservationConvention

+
+
+
+
All Superinterfaces:
+
io.micrometer.observation.KeyValuesConvention, io.micrometer.observation.ObservationConvention<ConnectionContext>
+
+
+
public interface ConnectionObservationConvention +extends io.micrometer.observation.ObservationConvention<ConnectionContext>
+
A ObservationConvention for connection.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface io.micrometer.observation.ObservationConvention

    +EMPTY
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    default String
    + +
     
    +
    default boolean
    +
    supportsContext(io.micrometer.observation.Observation.Context context)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from interface io.micrometer.observation.ObservationConvention

    +getContextualName, getHighCardinalityKeyValues, getLowCardinalityKeyValues
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supportsContext

      +
      default boolean supportsContext(io.micrometer.observation.Observation.Context context)
      +
      +
      Specified by:
      +
      supportsContext in interface io.micrometer.observation.ObservationConvention<ConnectionContext>
      +
      +
      +
    • +
    • +
      +

      getName

      +
      default String getName()
      +
      +
      Specified by:
      +
      getName in interface io.micrometer.observation.ObservationConvention<ConnectionContext>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionTracingObservationHandler.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionTracingObservationHandler.html new file mode 100644 index 0000000..6f38162 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/ConnectionTracingObservationHandler.html @@ -0,0 +1,216 @@ + + + + +ConnectionTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ConnectionTracingObservationHandler

+
+
java.lang.Object +
io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler<DataSourceBaseContext> +
net.ttddyy.observation.tracing.DataSourceBaseObservationHandler +
net.ttddyy.observation.tracing.ConnectionTracingObservationHandler
+
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.observation.ObservationHandler<DataSourceBaseContext>, io.micrometer.tracing.handler.TracingObservationHandler<DataSourceBaseContext>
+
+
+
public class ConnectionTracingObservationHandler +extends DataSourceBaseObservationHandler
+
A TracingObservationHandler for connection.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface io.micrometer.observation.ObservationHandler

    +io.micrometer.observation.ObservationHandler.AllMatchingCompositeObservationHandler, io.micrometer.observation.ObservationHandler.CompositeObservationHandler, io.micrometer.observation.ObservationHandler.FirstMatchingCompositeObservationHandler
    +
    +

    Nested classes/interfaces inherited from interface io.micrometer.tracing.handler.TracingObservationHandler

    +io.micrometer.tracing.handler.TracingObservationHandler.TracingContext
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ConnectionTracingObservationHandler(io.micrometer.tracing.Tracer tracer)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    customizeSenderSpan(DataSourceBaseContext context, + io.micrometer.tracing.Span span)
    +
     
    +
    boolean
    +
    supportsContext(io.micrometer.observation.Observation.Context context)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler

    +createSenderSpan, getTracer, onError, onStart, onStop
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface io.micrometer.tracing.handler.TracingObservationHandler

    +getParentSpan, getRequiredSpan, getSpanName, getTracingContext, onEvent, onScopeClosed, onScopeOpened, onScopeReset, setMaybeScopeOnTracingContext, tagSpan
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ConnectionTracingObservationHandler

      +
      public ConnectionTracingObservationHandler(io.micrometer.tracing.Tracer tracer)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supportsContext

      +
      public boolean supportsContext(io.micrometer.observation.Observation.Context context)
      +
      +
      Specified by:
      +
      supportsContext in interface io.micrometer.observation.ObservationHandler<DataSourceBaseContext>
      +
      Specified by:
      +
      supportsContext in interface io.micrometer.tracing.handler.TracingObservationHandler<DataSourceBaseContext>
      +
      Overrides:
      +
      supportsContext in class io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler<DataSourceBaseContext>
      +
      +
      +
    • +
    • +
      +

      customizeSenderSpan

      +
      public void customizeSenderSpan(DataSourceBaseContext context, + io.micrometer.tracing.Span span)
      +
      +
      Overrides:
      +
      customizeSenderSpan in class DataSourceBaseObservationHandler
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/DataSourceBaseContext.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/DataSourceBaseContext.html new file mode 100644 index 0000000..6467267 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/DataSourceBaseContext.html @@ -0,0 +1,232 @@ + + + + +DataSourceBaseContext (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DataSourceBaseContext

+
+
java.lang.Object +
io.micrometer.observation.Observation.Context +
io.micrometer.observation.transport.SenderContext<Object> +
net.ttddyy.observation.tracing.DataSourceBaseContext
+
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.observation.Observation.ContextView
+
+
+
Direct Known Subclasses:
+
ConnectionContext, QueryContext, ResultSetContext
+
+
+
public class DataSourceBaseContext +extends io.micrometer.observation.transport.SenderContext<Object>
+
Base Context for datasource observation context classes.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
     
    + + +
     
    +
    int
    + +
     
    +
    void
    + +
     
    +
    void
    + +
     
    +
    void
    +
    setPort(int port)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class io.micrometer.observation.transport.SenderContext

    +getCarrier, getKind, getRemoteServiceAddress, getRemoteServiceName, getSetter, setCarrier, setRemoteServiceAddress, setRemoteServiceName
    +
    +

    Methods inherited from class io.micrometer.observation.Observation.Context

    +addHighCardinalityKeyValue, addHighCardinalityKeyValues, addLowCardinalityKeyValue, addLowCardinalityKeyValues, clear, computeIfAbsent, containsKey, get, getAllKeyValues, getContextualName, getError, getHighCardinalityKeyValue, getHighCardinalityKeyValues, getLowCardinalityKeyValue, getLowCardinalityKeyValues, getName, getOrDefault, getParentObservation, getRequired, put, remove, removeHighCardinalityKeyValue, removeHighCardinalityKeyValues, removeLowCardinalityKeyValue, removeLowCardinalityKeyValues, setContextualName, setError, setName, setParentObservation, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DataSourceBaseContext

      +
      public DataSourceBaseContext()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getDataSource

      +
      public DataSource getDataSource()
      +
      +
    • +
    • +
      +

      setDataSource

      +
      public void setDataSource(DataSource dataSource)
      +
      +
    • +
    • +
      +

      getHost

      +
      @Nullable +public String getHost()
      +
      +
    • +
    • +
      +

      setHost

      +
      public void setHost(@Nullable + String host)
      +
      +
    • +
    • +
      +

      getPort

      +
      public int getPort()
      +
      +
    • +
    • +
      +

      setPort

      +
      public void setPort(int port)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/DataSourceBaseObservationHandler.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/DataSourceBaseObservationHandler.html new file mode 100644 index 0000000..892d734 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/DataSourceBaseObservationHandler.html @@ -0,0 +1,201 @@ + + + + +DataSourceBaseObservationHandler (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DataSourceBaseObservationHandler

+
+
java.lang.Object +
io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler<DataSourceBaseContext> +
net.ttddyy.observation.tracing.DataSourceBaseObservationHandler
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.observation.ObservationHandler<DataSourceBaseContext>, io.micrometer.tracing.handler.TracingObservationHandler<DataSourceBaseContext>
+
+
+
Direct Known Subclasses:
+
ConnectionTracingObservationHandler, QueryTracingObservationHandler, ResultSetTracingObservationHandler
+
+
+
public abstract class DataSourceBaseObservationHandler +extends io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler<DataSourceBaseContext>
+
A base class of tracing observation handler for JDBC operations.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface io.micrometer.observation.ObservationHandler

    +io.micrometer.observation.ObservationHandler.AllMatchingCompositeObservationHandler, io.micrometer.observation.ObservationHandler.CompositeObservationHandler, io.micrometer.observation.ObservationHandler.FirstMatchingCompositeObservationHandler
    +
    +

    Nested classes/interfaces inherited from interface io.micrometer.tracing.handler.TracingObservationHandler

    +io.micrometer.tracing.handler.TracingObservationHandler.TracingContext
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    DataSourceBaseObservationHandler(io.micrometer.tracing.Tracer tracer)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    customizeSenderSpan(DataSourceBaseContext context, + io.micrometer.tracing.Span span)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler

    +createSenderSpan, getTracer, onError, onStart, onStop, supportsContext
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface io.micrometer.tracing.handler.TracingObservationHandler

    +getParentSpan, getRequiredSpan, getSpanName, getTracingContext, onEvent, onScopeClosed, onScopeOpened, onScopeReset, setMaybeScopeOnTracingContext, tagSpan
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DataSourceBaseObservationHandler

      +
      public DataSourceBaseObservationHandler(io.micrometer.tracing.Tracer tracer)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      customizeSenderSpan

      +
      public void customizeSenderSpan(DataSourceBaseContext context, + io.micrometer.tracing.Span span)
      +
      +
      Overrides:
      +
      customizeSenderSpan in class io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler<DataSourceBaseContext>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/DataSourceObservationListener.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/DataSourceObservationListener.html new file mode 100644 index 0000000..7abb07f --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/DataSourceObservationListener.html @@ -0,0 +1,302 @@ + + + + +DataSourceObservationListener (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DataSourceObservationListener

+
+
java.lang.Object +
net.ttddyy.observation.tracing.DataSourceObservationListener
+
+
+
+
All Implemented Interfaces:
+
net.ttddyy.dsproxy.listener.MethodExecutionListener, net.ttddyy.dsproxy.listener.QueryExecutionListener
+
+
+
public class DataSourceObservationListener +extends Object +implements net.ttddyy.dsproxy.listener.QueryExecutionListener, net.ttddyy.dsproxy.listener.MethodExecutionListener
+
Datasource-proxy listener implementation for JDBC observation.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DataSourceObservationListener

      +
      public DataSourceObservationListener(io.micrometer.observation.ObservationRegistry observationRegistry)
      +
      +
    • +
    • +
      +

      DataSourceObservationListener

      +
      public DataSourceObservationListener(Supplier<io.micrometer.observation.ObservationRegistry> observationRegistry)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      beforeQuery

      +
      public void beforeQuery(net.ttddyy.dsproxy.ExecutionInfo executionInfo, + List<net.ttddyy.dsproxy.QueryInfo> queryInfoList)
      +
      +
      Specified by:
      +
      beforeQuery in interface net.ttddyy.dsproxy.listener.QueryExecutionListener
      +
      +
      +
    • +
    • +
      +

      afterQuery

      +
      public void afterQuery(net.ttddyy.dsproxy.ExecutionInfo executionInfo, + List<net.ttddyy.dsproxy.QueryInfo> queryInfoList)
      +
      +
      Specified by:
      +
      afterQuery in interface net.ttddyy.dsproxy.listener.QueryExecutionListener
      +
      +
      +
    • +
    • +
      +

      beforeMethod

      +
      public void beforeMethod(net.ttddyy.dsproxy.listener.MethodExecutionContext executionContext)
      +
      +
      Specified by:
      +
      beforeMethod in interface net.ttddyy.dsproxy.listener.MethodExecutionListener
      +
      +
      +
    • +
    • +
      +

      afterMethod

      +
      public void afterMethod(net.ttddyy.dsproxy.listener.MethodExecutionContext executionContext)
      +
      +
      Specified by:
      +
      afterMethod in interface net.ttddyy.dsproxy.listener.MethodExecutionListener
      +
      +
      +
    • +
    • +
      +

      setConnectionAttributesManager

      +
      public void setConnectionAttributesManager(ConnectionAttributesManager connectionAttributesManager)
      +
      +
    • +
    • +
      +

      setConnectionObservationConvention

      +
      public void setConnectionObservationConvention(ConnectionObservationConvention connectionObservationConvention)
      +
      +
    • +
    • +
      +

      setQueryObservationConvention

      +
      public void setQueryObservationConvention(QueryObservationConvention queryObservationConvention)
      +
      +
    • +
    • +
      +

      setResultSetObservationConvention

      +
      public void setResultSetObservationConvention(ResultSetObservationConvention resultSetObservationConvention)
      +
      +
    • +
    • +
      +

      setQueryParametersSpanTagProvider

      +
      public void setQueryParametersSpanTagProvider(QueryParametersSpanTagProvider queryParametersSpanTagProvider)
      +
      +
    • +
    • +
      +

      setIncludeParameterValues

      +
      public void setIncludeParameterValues(boolean includeParameterValues)
      +
      +
    • +
    • +
      +

      setSupportedTypes

      +
      public void setSupportedTypes(Set<JdbcObservationDocumentation> supportedTypes)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/DefaultConnectionAttributesManager.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/DefaultConnectionAttributesManager.html new file mode 100644 index 0000000..0a96991 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/DefaultConnectionAttributesManager.html @@ -0,0 +1,215 @@ + + + + +DefaultConnectionAttributesManager (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DefaultConnectionAttributesManager

+
+
java.lang.Object +
net.ttddyy.observation.tracing.DefaultConnectionAttributesManager
+
+
+
+
All Implemented Interfaces:
+
ConnectionAttributesManager
+
+
+
public class DefaultConnectionAttributesManager +extends Object +implements ConnectionAttributesManager
+
Default implementation of ConnectionAttributesManager.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+ +
+
+ +
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/DefaultQueryParametersSpanTagProvider.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/DefaultQueryParametersSpanTagProvider.html new file mode 100644 index 0000000..279ff74 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/DefaultQueryParametersSpanTagProvider.html @@ -0,0 +1,207 @@ + + + + +DefaultQueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DefaultQueryParametersSpanTagProvider

+
+
java.lang.Object +
net.ttddyy.dsproxy.listener.logging.AbstractQueryLogEntryCreator +
net.ttddyy.dsproxy.listener.logging.DefaultQueryLogEntryCreator +
net.ttddyy.observation.tracing.DefaultQueryParametersSpanTagProvider
+
+
+
+
+
+
All Implemented Interfaces:
+
net.ttddyy.dsproxy.listener.logging.QueryLogEntryCreator, QueryParametersSpanTagProvider
+
+
+
public class DefaultQueryParametersSpanTagProvider +extends net.ttddyy.dsproxy.listener.logging.DefaultQueryLogEntryCreator +implements QueryParametersSpanTagProvider
+
Default implementation for QueryParametersSpanTagProvider leveraging methods + provided by DefaultQueryLogEntryCreator.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class net.ttddyy.dsproxy.listener.logging.AbstractQueryLogEntryCreator

    +net.ttddyy.dsproxy.listener.logging.AbstractQueryLogEntryCreator.StringAsIntegerComparator
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from class net.ttddyy.dsproxy.listener.logging.AbstractQueryLogEntryCreator

    +JSON_SPECIAL_CHARS, registerOutParameterValueConverter, setNullParameterValueConverter
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    getParameters(net.ttddyy.dsproxy.ExecutionInfo execInfo, + List<net.ttddyy.dsproxy.QueryInfo> queryInfoList)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class net.ttddyy.dsproxy.listener.logging.DefaultQueryLogEntryCreator

    +formatQuery, getLogEntry, isMultiline, setMultiline, writeBatchEntry, writeBatchSizeEntry, writeConnectionIdEntry, writeDataSourceNameEntry, writeIsolationEntry, writeParamsEntry, writeParamsForSingleCallableEntry, writeParamsForSinglePreparedEntry, writeQueriesEntry, writeQuerySizeEntry, writeResultEntry, writeTimeEntry, writeTypeEntry
    +
    +

    Methods inherited from class net.ttddyy.dsproxy.listener.logging.AbstractQueryLogEntryCreator

    +chompIfEndWith, getDisplayValue, getDisplayValueForRegisterOutParameter, getDisplayValueForSetNull, getParameterKeyToDisplay, getParametersToDisplay, getParameterValueToDisplay, getStatementType, getTransactionIsolation, setRegisterOutParameterValueConverter, setSetNullParameterValueConverter
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DefaultQueryParametersSpanTagProvider

      +
      public DefaultQueryParametersSpanTagProvider()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/HikariJdbcObservationFilter.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/HikariJdbcObservationFilter.html new file mode 100644 index 0000000..d2d4d89 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/HikariJdbcObservationFilter.html @@ -0,0 +1,179 @@ + + + + +HikariJdbcObservationFilter (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class HikariJdbcObservationFilter

+
+
java.lang.Object +
net.ttddyy.observation.tracing.HikariJdbcObservationFilter
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.observation.ObservationFilter
+
+
+
public class HikariJdbcObservationFilter +extends Object +implements io.micrometer.observation.ObservationFilter
+
A ObservationFilter to populate HikariCP specific information. +

+ Analogous to the TraceHikariListenerStrategySpanCustomizer in Spring Cloud + Sleuth.

+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      HikariJdbcObservationFilter

      +
      public HikariJdbcObservationFilter()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      map

      +
      public io.micrometer.observation.Observation.Context map(io.micrometer.observation.Observation.Context context)
      +
      +
      Specified by:
      +
      map in interface io.micrometer.observation.ObservationFilter
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ConnectionKeyNames.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ConnectionKeyNames.html new file mode 100644 index 0000000..606b3b2 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ConnectionKeyNames.html @@ -0,0 +1,235 @@ + + + + +JdbcObservationDocumentation.ConnectionKeyNames (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class JdbcObservationDocumentation.ConnectionKeyNames

+
+
java.lang.Object +
java.lang.Enum<JdbcObservationDocumentation.ConnectionKeyNames> +
net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.common.docs.KeyName, Serializable, Comparable<JdbcObservationDocumentation.ConnectionKeyNames>, Constable
+
+
+
Enclosing class:
+
JdbcObservationDocumentation
+
+
+
public static enum JdbcObservationDocumentation.ConnectionKeyNames +extends Enum<JdbcObservationDocumentation.ConnectionKeyNames> +implements io.micrometer.common.docs.KeyName
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      + +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      + +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.JdbcEvents.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.JdbcEvents.html new file mode 100644 index 0000000..958b2bd --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.JdbcEvents.html @@ -0,0 +1,247 @@ + + + + +JdbcObservationDocumentation.JdbcEvents (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class JdbcObservationDocumentation.JdbcEvents

+
+
java.lang.Object +
java.lang.Enum<JdbcObservationDocumentation.JdbcEvents> +
net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.observation.Observation.Event, Serializable, Comparable<JdbcObservationDocumentation.JdbcEvents>, Constable
+
+
+
Enclosing class:
+
JdbcObservationDocumentation
+
+
+
public static enum JdbcObservationDocumentation.JdbcEvents +extends Enum<JdbcObservationDocumentation.JdbcEvents> +implements io.micrometer.observation.Observation.Event
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static JdbcObservationDocumentation.JdbcEvents[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static JdbcObservationDocumentation.JdbcEvents valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html new file mode 100644 index 0000000..d722280 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html @@ -0,0 +1,249 @@ + + + + +JdbcObservationDocumentation.QueryHighCardinalityKeyNames (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class JdbcObservationDocumentation.QueryHighCardinalityKeyNames

+
+
java.lang.Object +
java.lang.Enum<JdbcObservationDocumentation.QueryHighCardinalityKeyNames> +
net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.common.docs.KeyName, Serializable, Comparable<JdbcObservationDocumentation.QueryHighCardinalityKeyNames>, Constable
+
+
+
Enclosing class:
+
JdbcObservationDocumentation
+
+
+
public static enum JdbcObservationDocumentation.QueryHighCardinalityKeyNames +extends Enum<JdbcObservationDocumentation.QueryHighCardinalityKeyNames> +implements io.micrometer.common.docs.KeyName
+
+
+ +
+
+ +
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html new file mode 100644 index 0000000..e2e5f6c --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html @@ -0,0 +1,224 @@ + + + + +JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames

+
+
java.lang.Object +
java.lang.Enum<JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames> +
net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.common.docs.KeyName, Serializable, Comparable<JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames>, Constable
+
+
+
Enclosing class:
+
JdbcObservationDocumentation
+
+
+
public static enum JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames +extends Enum<JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames> +implements io.micrometer.common.docs.KeyName
+
+
+ +
+
+ +
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.html new file mode 100644 index 0000000..a8cc81e --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.html @@ -0,0 +1,274 @@ + + + + +JdbcObservationDocumentation (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class JdbcObservationDocumentation

+
+
java.lang.Object +
java.lang.Enum<JdbcObservationDocumentation> +
net.ttddyy.observation.tracing.JdbcObservationDocumentation
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.observation.docs.ObservationDocumentation, Serializable, Comparable<JdbcObservationDocumentation>, Constable
+
+
+
public enum JdbcObservationDocumentation +extends Enum<JdbcObservationDocumentation> +implements io.micrometer.observation.docs.ObservationDocumentation
+
ObservationDocumentation for JDBC operations.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static JdbcObservationDocumentation[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static JdbcObservationDocumentation valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryContext.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryContext.html new file mode 100644 index 0000000..399d0b4 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryContext.html @@ -0,0 +1,232 @@ + + + + +QueryContext (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class QueryContext

+
+
java.lang.Object +
io.micrometer.observation.Observation.Context +
io.micrometer.observation.transport.SenderContext<Object> +
net.ttddyy.observation.tracing.DataSourceBaseContext +
net.ttddyy.observation.tracing.QueryContext
+
+
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.observation.Observation.ContextView
+
+
+
public final class QueryContext +extends DataSourceBaseContext
+
Context for query execution operations.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
     
    + + +
     
    + + +
     
    +
    void
    +
    setAffectedRowCount(String affectedRowCount)
    +
     
    +
    void
    + +
     
    +
    void
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class net.ttddyy.observation.tracing.DataSourceBaseContext

    +getDataSource, getHost, getPort, setDataSource, setHost, setPort
    +
    +

    Methods inherited from class io.micrometer.observation.transport.SenderContext

    +getCarrier, getKind, getRemoteServiceAddress, getRemoteServiceName, getSetter, setCarrier, setRemoteServiceAddress, setRemoteServiceName
    +
    +

    Methods inherited from class io.micrometer.observation.Observation.Context

    +addHighCardinalityKeyValue, addHighCardinalityKeyValues, addLowCardinalityKeyValue, addLowCardinalityKeyValues, clear, computeIfAbsent, containsKey, get, getAllKeyValues, getContextualName, getError, getHighCardinalityKeyValue, getHighCardinalityKeyValues, getLowCardinalityKeyValue, getLowCardinalityKeyValues, getName, getOrDefault, getParentObservation, getRequired, put, remove, removeHighCardinalityKeyValue, removeHighCardinalityKeyValues, removeLowCardinalityKeyValue, removeLowCardinalityKeyValues, setContextualName, setError, setName, setParentObservation, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      QueryContext

      +
      public QueryContext()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getParams

      +
      public List<String> getParams()
      +
      +
    • +
    • +
      +

      setParams

      +
      public void setParams(List<String> params)
      +
      +
    • +
    • +
      +

      getQueries

      +
      public List<String> getQueries()
      +
      +
    • +
    • +
      +

      setQueries

      +
      public void setQueries(List<String> queries)
      +
      +
    • +
    • +
      +

      getAffectedRowCount

      +
      @Nullable +public String getAffectedRowCount()
      +
      +
    • +
    • +
      +

      setAffectedRowCount

      +
      public void setAffectedRowCount(String affectedRowCount)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryObservationConvention.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryObservationConvention.html new file mode 100644 index 0000000..b6f20f1 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryObservationConvention.html @@ -0,0 +1,180 @@ + + + + +QueryObservationConvention (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface QueryObservationConvention

+
+
+
+
All Superinterfaces:
+
io.micrometer.observation.KeyValuesConvention, io.micrometer.observation.ObservationConvention<QueryContext>
+
+
+
public interface QueryObservationConvention +extends io.micrometer.observation.ObservationConvention<QueryContext>
+
A ObservationConvention for query.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface io.micrometer.observation.ObservationConvention

    +EMPTY
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    default io.micrometer.common.KeyValues
    + +
     
    +
    default String
    + +
     
    +
    default boolean
    +
    supportsContext(io.micrometer.observation.Observation.Context context)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from interface io.micrometer.observation.ObservationConvention

    +getContextualName, getLowCardinalityKeyValues
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supportsContext

      +
      default boolean supportsContext(io.micrometer.observation.Observation.Context context)
      +
      +
      Specified by:
      +
      supportsContext in interface io.micrometer.observation.ObservationConvention<QueryContext>
      +
      +
      +
    • +
    • +
      +

      getName

      +
      default String getName()
      +
      +
      Specified by:
      +
      getName in interface io.micrometer.observation.ObservationConvention<QueryContext>
      +
      +
      +
    • +
    • +
      +

      getHighCardinalityKeyValues

      +
      default io.micrometer.common.KeyValues getHighCardinalityKeyValues(QueryContext context)
      +
      +
      Specified by:
      +
      getHighCardinalityKeyValues in interface io.micrometer.observation.ObservationConvention<QueryContext>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryParametersSpanTagProvider.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryParametersSpanTagProvider.html new file mode 100644 index 0000000..6a3b71f --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryParametersSpanTagProvider.html @@ -0,0 +1,139 @@ + + + + +QueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface QueryParametersSpanTagProvider

+
+
+
+
All Known Implementing Classes:
+
DefaultQueryParametersSpanTagProvider
+
+
+
public interface QueryParametersSpanTagProvider
+
Provide a tag value for query parameters.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    getParameters(net.ttddyy.dsproxy.ExecutionInfo execInfo, + List<net.ttddyy.dsproxy.QueryInfo> queryInfoList)
    +
     
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getParameters

      +
      String getParameters(net.ttddyy.dsproxy.ExecutionInfo execInfo, + List<net.ttddyy.dsproxy.QueryInfo> queryInfoList)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryTracingObservationHandler.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryTracingObservationHandler.html new file mode 100644 index 0000000..02fc5b3 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/QueryTracingObservationHandler.html @@ -0,0 +1,204 @@ + + + + +QueryTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class QueryTracingObservationHandler

+
+
java.lang.Object +
io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler<DataSourceBaseContext> +
net.ttddyy.observation.tracing.DataSourceBaseObservationHandler +
net.ttddyy.observation.tracing.QueryTracingObservationHandler
+
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.observation.ObservationHandler<DataSourceBaseContext>, io.micrometer.tracing.handler.TracingObservationHandler<DataSourceBaseContext>
+
+
+
public class QueryTracingObservationHandler +extends DataSourceBaseObservationHandler
+
A TracingObservationHandler for query.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface io.micrometer.observation.ObservationHandler

    +io.micrometer.observation.ObservationHandler.AllMatchingCompositeObservationHandler, io.micrometer.observation.ObservationHandler.CompositeObservationHandler, io.micrometer.observation.ObservationHandler.FirstMatchingCompositeObservationHandler
    +
    +

    Nested classes/interfaces inherited from interface io.micrometer.tracing.handler.TracingObservationHandler

    +io.micrometer.tracing.handler.TracingObservationHandler.TracingContext
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    QueryTracingObservationHandler(io.micrometer.tracing.Tracer tracer)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    +
    supportsContext(io.micrometer.observation.Observation.Context context)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class net.ttddyy.observation.tracing.DataSourceBaseObservationHandler

    +customizeSenderSpan
    +
    +

    Methods inherited from class io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler

    +createSenderSpan, getTracer, onError, onStart, onStop
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface io.micrometer.tracing.handler.TracingObservationHandler

    +getParentSpan, getRequiredSpan, getSpanName, getTracingContext, onEvent, onScopeClosed, onScopeOpened, onScopeReset, setMaybeScopeOnTracingContext, tagSpan
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      QueryTracingObservationHandler

      +
      public QueryTracingObservationHandler(io.micrometer.tracing.Tracer tracer)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supportsContext

      +
      public boolean supportsContext(io.micrometer.observation.Observation.Context context)
      +
      +
      Specified by:
      +
      supportsContext in interface io.micrometer.observation.ObservationHandler<DataSourceBaseContext>
      +
      Specified by:
      +
      supportsContext in interface io.micrometer.tracing.handler.TracingObservationHandler<DataSourceBaseContext>
      +
      Overrides:
      +
      supportsContext in class io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler<DataSourceBaseContext>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/ResultSetContext.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/ResultSetContext.html new file mode 100644 index 0000000..78d1ac1 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/ResultSetContext.html @@ -0,0 +1,204 @@ + + + + +ResultSetContext (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ResultSetContext

+
+
java.lang.Object +
io.micrometer.observation.Observation.Context +
io.micrometer.observation.transport.SenderContext<Object> +
net.ttddyy.observation.tracing.DataSourceBaseContext +
net.ttddyy.observation.tracing.ResultSetContext
+
+
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.observation.Observation.ContextView
+
+
+
public final class ResultSetContext +extends DataSourceBaseContext
+
Context for ResultSet operations.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    int
    + +
     
    +
    void
    + +
     
    +
    void
    +
    setCount(int count)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class net.ttddyy.observation.tracing.DataSourceBaseContext

    +getDataSource, getHost, getPort, setDataSource, setHost, setPort
    +
    +

    Methods inherited from class io.micrometer.observation.transport.SenderContext

    +getCarrier, getKind, getRemoteServiceAddress, getRemoteServiceName, getSetter, setCarrier, setRemoteServiceAddress, setRemoteServiceName
    +
    +

    Methods inherited from class io.micrometer.observation.Observation.Context

    +addHighCardinalityKeyValue, addHighCardinalityKeyValues, addLowCardinalityKeyValue, addLowCardinalityKeyValues, clear, computeIfAbsent, containsKey, get, getAllKeyValues, getContextualName, getError, getHighCardinalityKeyValue, getHighCardinalityKeyValues, getLowCardinalityKeyValue, getLowCardinalityKeyValues, getName, getOrDefault, getParentObservation, getRequired, put, remove, removeHighCardinalityKeyValue, removeHighCardinalityKeyValues, removeLowCardinalityKeyValue, removeLowCardinalityKeyValues, setContextualName, setError, setName, setParentObservation, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ResultSetContext

      +
      public ResultSetContext()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      incrementCount

      +
      public void incrementCount()
      +
      +
    • +
    • +
      +

      getCount

      +
      public int getCount()
      +
      +
    • +
    • +
      +

      setCount

      +
      public void setCount(int count)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/ResultSetObservationConvention.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/ResultSetObservationConvention.html new file mode 100644 index 0000000..bb24189 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/ResultSetObservationConvention.html @@ -0,0 +1,180 @@ + + + + +ResultSetObservationConvention (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ResultSetObservationConvention

+
+
+
+
All Superinterfaces:
+
io.micrometer.observation.KeyValuesConvention, io.micrometer.observation.ObservationConvention<ResultSetContext>
+
+
+
public interface ResultSetObservationConvention +extends io.micrometer.observation.ObservationConvention<ResultSetContext>
+
A ObservationConvention for result-set operations.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface io.micrometer.observation.ObservationConvention

    +EMPTY
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    default io.micrometer.common.KeyValues
    + +
     
    +
    default String
    + +
     
    +
    default boolean
    +
    supportsContext(io.micrometer.observation.Observation.Context context)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from interface io.micrometer.observation.ObservationConvention

    +getContextualName, getLowCardinalityKeyValues
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supportsContext

      +
      default boolean supportsContext(io.micrometer.observation.Observation.Context context)
      +
      +
      Specified by:
      +
      supportsContext in interface io.micrometer.observation.ObservationConvention<ResultSetContext>
      +
      +
      +
    • +
    • +
      +

      getHighCardinalityKeyValues

      +
      default io.micrometer.common.KeyValues getHighCardinalityKeyValues(ResultSetContext context)
      +
      +
      Specified by:
      +
      getHighCardinalityKeyValues in interface io.micrometer.observation.ObservationConvention<ResultSetContext>
      +
      +
      +
    • +
    • +
      +

      getName

      +
      default String getName()
      +
      +
      Specified by:
      +
      getName in interface io.micrometer.observation.ObservationConvention<ResultSetContext>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/ResultSetTracingObservationHandler.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/ResultSetTracingObservationHandler.html new file mode 100644 index 0000000..3b92aa4 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/ResultSetTracingObservationHandler.html @@ -0,0 +1,204 @@ + + + + +ResultSetTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ResultSetTracingObservationHandler

+
+
java.lang.Object +
io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler<DataSourceBaseContext> +
net.ttddyy.observation.tracing.DataSourceBaseObservationHandler +
net.ttddyy.observation.tracing.ResultSetTracingObservationHandler
+
+
+
+
+
+
All Implemented Interfaces:
+
io.micrometer.observation.ObservationHandler<DataSourceBaseContext>, io.micrometer.tracing.handler.TracingObservationHandler<DataSourceBaseContext>
+
+
+
public class ResultSetTracingObservationHandler +extends DataSourceBaseObservationHandler
+
A TracingObservationHandler for result-set operations.
+
+
Author:
+
Tadaya Tsuyukubo
+
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface io.micrometer.observation.ObservationHandler

    +io.micrometer.observation.ObservationHandler.AllMatchingCompositeObservationHandler, io.micrometer.observation.ObservationHandler.CompositeObservationHandler, io.micrometer.observation.ObservationHandler.FirstMatchingCompositeObservationHandler
    +
    +

    Nested classes/interfaces inherited from interface io.micrometer.tracing.handler.TracingObservationHandler

    +io.micrometer.tracing.handler.TracingObservationHandler.TracingContext
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ResultSetTracingObservationHandler(io.micrometer.tracing.Tracer tracer)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    +
    supportsContext(io.micrometer.observation.Observation.Context context)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class net.ttddyy.observation.tracing.DataSourceBaseObservationHandler

    +customizeSenderSpan
    +
    +

    Methods inherited from class io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler

    +createSenderSpan, getTracer, onError, onStart, onStop
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface io.micrometer.tracing.handler.TracingObservationHandler

    +getParentSpan, getRequiredSpan, getSpanName, getTracingContext, onEvent, onScopeClosed, onScopeOpened, onScopeReset, setMaybeScopeOnTracingContext, tagSpan
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ResultSetTracingObservationHandler

      +
      public ResultSetTracingObservationHandler(io.micrometer.tracing.Tracer tracer)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supportsContext

      +
      public boolean supportsContext(io.micrometer.observation.Observation.Context context)
      +
      +
      Specified by:
      +
      supportsContext in interface io.micrometer.observation.ObservationHandler<DataSourceBaseContext>
      +
      Specified by:
      +
      supportsContext in interface io.micrometer.tracing.handler.TracingObservationHandler<DataSourceBaseContext>
      +
      Overrides:
      +
      supportsContext in class io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler<DataSourceBaseContext>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ConnectionAttributes.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ConnectionAttributes.html new file mode 100644 index 0000000..4fc0015 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ConnectionAttributes.html @@ -0,0 +1,119 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.ConnectionAttributesManager.ConnectionAttributes (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.ConnectionAttributesManager.ConnectionAttributes

+
+ +
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributes.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributes.html new file mode 100644 index 0000000..b53a137 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributes.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributes (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributes

+
+No usage of net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributes
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributesManager.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributesManager.html new file mode 100644 index 0000000..baa9871 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributesManager.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributesManager (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributesManager

+
+No usage of net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributesManager
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.html new file mode 100644 index 0000000..da9f966 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.html @@ -0,0 +1,99 @@ + + + + +Uses of Interface net.ttddyy.observation.tracing.ConnectionAttributesManager (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
net.ttddyy.observation.tracing.ConnectionAttributesManager

+
+
Packages that use ConnectionAttributesManager
+
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionContext.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionContext.html new file mode 100644 index 0000000..3427b46 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionContext.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.ConnectionContext (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.ConnectionContext

+
+No usage of net.ttddyy.observation.tracing.ConnectionContext
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionObservationConvention.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionObservationConvention.html new file mode 100644 index 0000000..12e00fd --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionObservationConvention.html @@ -0,0 +1,88 @@ + + + + +Uses of Interface net.ttddyy.observation.tracing.ConnectionObservationConvention (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
net.ttddyy.observation.tracing.ConnectionObservationConvention

+
+ +
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionTracingObservationHandler.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionTracingObservationHandler.html new file mode 100644 index 0000000..8545892 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ConnectionTracingObservationHandler.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.ConnectionTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.ConnectionTracingObservationHandler

+
+No usage of net.ttddyy.observation.tracing.ConnectionTracingObservationHandler
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseContext.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseContext.html new file mode 100644 index 0000000..c643e73 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseContext.html @@ -0,0 +1,114 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.DataSourceBaseContext (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.DataSourceBaseContext

+
+
Packages that use DataSourceBaseContext
+
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseObservationHandler.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseObservationHandler.html new file mode 100644 index 0000000..9bbe69a --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseObservationHandler.html @@ -0,0 +1,100 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.DataSourceBaseObservationHandler (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.DataSourceBaseObservationHandler

+
+ +
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DataSourceObservationListener.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DataSourceObservationListener.html new file mode 100644 index 0000000..46e8cd7 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DataSourceObservationListener.html @@ -0,0 +1,90 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.DataSourceObservationListener (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.DataSourceObservationListener

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DefaultConnectionAttributesManager.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DefaultConnectionAttributesManager.html new file mode 100644 index 0000000..dd2c01d --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DefaultConnectionAttributesManager.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.DefaultConnectionAttributesManager (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.DefaultConnectionAttributesManager

+
+No usage of net.ttddyy.observation.tracing.DefaultConnectionAttributesManager
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DefaultQueryParametersSpanTagProvider.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DefaultQueryParametersSpanTagProvider.html new file mode 100644 index 0000000..3edf4da --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/DefaultQueryParametersSpanTagProvider.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.DefaultQueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.DefaultQueryParametersSpanTagProvider

+
+No usage of net.ttddyy.observation.tracing.DefaultQueryParametersSpanTagProvider
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/HikariJdbcObservationFilter.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/HikariJdbcObservationFilter.html new file mode 100644 index 0000000..73be0cd --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/HikariJdbcObservationFilter.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.HikariJdbcObservationFilter (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.HikariJdbcObservationFilter

+
+No usage of net.ttddyy.observation.tracing.HikariJdbcObservationFilter
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ConnectionKeyNames.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ConnectionKeyNames.html new file mode 100644 index 0000000..f96bce9 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ConnectionKeyNames.html @@ -0,0 +1,96 @@ + + + + +Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames

+
+ +
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.JdbcEvents.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.JdbcEvents.html new file mode 100644 index 0000000..351ddb6 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.JdbcEvents.html @@ -0,0 +1,96 @@ + + + + +Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents

+
+ +
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html new file mode 100644 index 0000000..0efe60a --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html @@ -0,0 +1,96 @@ + + + + +Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames

+
+ +
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html new file mode 100644 index 0000000..e087a1d --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html @@ -0,0 +1,96 @@ + + + + +Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames

+
+ +
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.html new file mode 100644 index 0000000..3cf1545 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.html @@ -0,0 +1,105 @@ + + + + +Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
net.ttddyy.observation.tracing.JdbcObservationDocumentation

+
+ +
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryContext.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryContext.html new file mode 100644 index 0000000..92480d0 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryContext.html @@ -0,0 +1,88 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.QueryContext (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.QueryContext

+
+
Packages that use QueryContext
+
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryObservationConvention.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryObservationConvention.html new file mode 100644 index 0000000..d6a2b1c --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryObservationConvention.html @@ -0,0 +1,88 @@ + + + + +Uses of Interface net.ttddyy.observation.tracing.QueryObservationConvention (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
net.ttddyy.observation.tracing.QueryObservationConvention

+
+
Packages that use QueryObservationConvention
+
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryParametersSpanTagProvider.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryParametersSpanTagProvider.html new file mode 100644 index 0000000..b517cd0 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryParametersSpanTagProvider.html @@ -0,0 +1,100 @@ + + + + +Uses of Interface net.ttddyy.observation.tracing.QueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
net.ttddyy.observation.tracing.QueryParametersSpanTagProvider

+
+ +
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryTracingObservationHandler.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryTracingObservationHandler.html new file mode 100644 index 0000000..97dc7e2 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/QueryTracingObservationHandler.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.QueryTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.QueryTracingObservationHandler

+
+No usage of net.ttddyy.observation.tracing.QueryTracingObservationHandler
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ResultSetContext.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ResultSetContext.html new file mode 100644 index 0000000..ef3f2f4 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ResultSetContext.html @@ -0,0 +1,88 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.ResultSetContext (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.ResultSetContext

+
+
Packages that use ResultSetContext
+
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ResultSetObservationConvention.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ResultSetObservationConvention.html new file mode 100644 index 0000000..062ee6a --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ResultSetObservationConvention.html @@ -0,0 +1,88 @@ + + + + +Uses of Interface net.ttddyy.observation.tracing.ResultSetObservationConvention (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
net.ttddyy.observation.tracing.ResultSetObservationConvention

+
+ +
+
Package
+
Description
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ResultSetTracingObservationHandler.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ResultSetTracingObservationHandler.html new file mode 100644 index 0000000..72516be --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/class-use/ResultSetTracingObservationHandler.html @@ -0,0 +1,61 @@ + + + + +Uses of Class net.ttddyy.observation.tracing.ResultSetTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
net.ttddyy.observation.tracing.ResultSetTracingObservationHandler

+
+No usage of net.ttddyy.observation.tracing.ResultSetTracingObservationHandler
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/package-summary.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/package-summary.html new file mode 100644 index 0000000..60cf921 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/package-summary.html @@ -0,0 +1,181 @@ + + + + +net.ttddyy.observation.tracing (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package net.ttddyy.observation.tracing

+
+
+
@NonNullApi +package net.ttddyy.observation.tracing
+
+
Tracing observation.
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/package-tree.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/package-tree.html new file mode 100644 index 0000000..3952115 --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/package-tree.html @@ -0,0 +1,151 @@ + + + + +net.ttddyy.observation.tracing Class Hierarchy (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package net.ttddyy.observation.tracing

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/net/ttddyy/observation/tracing/package-use.html b/docs/1.0.5/api/net/ttddyy/observation/tracing/package-use.html new file mode 100644 index 0000000..34f487c --- /dev/null +++ b/docs/1.0.5/api/net/ttddyy/observation/tracing/package-use.html @@ -0,0 +1,148 @@ + + + + +Uses of Package net.ttddyy.observation.tracing (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
net.ttddyy.observation.tracing

+
+ +
+
Package
+
Description
+ +
 
+ +
+
Tracing observation.
+
+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/overview-summary.html b/docs/1.0.5/api/overview-summary.html new file mode 100644 index 0000000..4ee90f6 --- /dev/null +++ b/docs/1.0.5/api/overview-summary.html @@ -0,0 +1,25 @@ + + + + +datasource-micrometer-parent 1.0.5 API + + + + + + + + + + +
+ +

index.html

+
+ + diff --git a/docs/1.0.5/api/overview-tree.html b/docs/1.0.5/api/overview-tree.html new file mode 100644 index 0000000..5bb89ee --- /dev/null +++ b/docs/1.0.5/api/overview-tree.html @@ -0,0 +1,169 @@ + + + + +Class Hierarchy (datasource-micrometer-parent 1.0.5 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ +
+
+
+ + diff --git a/docs/1.0.5/api/package-search-index.js b/docs/1.0.5/api/package-search-index.js new file mode 100644 index 0000000..4280577 --- /dev/null +++ b/docs/1.0.5/api/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"net.ttddyy.observation.boot.autoconfigure"},{"l":"net.ttddyy.observation.tracing"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/1.0.5/api/resources/glass.png b/docs/1.0.5/api/resources/glass.png new file mode 100644 index 0000000..a7f591f Binary files /dev/null and b/docs/1.0.5/api/resources/glass.png differ diff --git a/docs/1.0.5/api/resources/x.png b/docs/1.0.5/api/resources/x.png new file mode 100644 index 0000000..30548a7 Binary files /dev/null and b/docs/1.0.5/api/resources/x.png differ diff --git a/docs/1.0.5/api/script-dir/jquery-3.6.1.min.js b/docs/1.0.5/api/script-dir/jquery-3.6.1.min.js new file mode 100644 index 0000000..2c69bc9 --- /dev/null +++ b/docs/1.0.5/api/script-dir/jquery-3.6.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
    ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
    ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
    ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/docs/1.0.5/api/script.js b/docs/1.0.5/api/script.js new file mode 100644 index 0000000..864989c --- /dev/null +++ b/docs/1.0.5/api/script.js @@ -0,0 +1,132 @@ +/* + * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var moduleSearchIndex; +var packageSearchIndex; +var typeSearchIndex; +var memberSearchIndex; +var tagSearchIndex; +function loadScripts(doc, tag) { + createElem(doc, tag, 'search.js'); + + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); +} + +function createElem(doc, tag, path) { + var script = doc.createElement(tag); + var scriptElement = doc.getElementsByTagName(tag)[0]; + script.src = pathtoroot + path; + scriptElement.parentNode.insertBefore(script, scriptElement); +} + +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); + elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.querySelector('div#' + tableId +' .summary-table') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); + } + } +} + +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} + +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; + } + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + contentDiv.addEventListener("scroll", function(e) { + var timeoutID; + if (!timeoutID) { + timeoutID = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + timeoutID = null; + }, 100); + } + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/docs/1.0.5/api/search.js b/docs/1.0.5/api/search.js new file mode 100644 index 0000000..db3b2f4 --- /dev/null +++ b/docs/1.0.5/api/search.js @@ -0,0 +1,354 @@ +/* + * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var noResult = {l: "No results found"}; +var loading = {l: "Loading search index..."}; +var catModules = "Modules"; +var catPackages = "Packages"; +var catTypes = "Classes and Interfaces"; +var catMembers = "Members"; +var catSearchTags = "Search Tags"; +var highlight = "$&"; +var searchPattern = ""; +var fallbackPattern = ""; +var RANKING_THRESHOLD = 2; +var NO_MATCH = 0xffff; +var MIN_RESULTS = 3; +var MAX_RESULTS = 500; +var UNNAMED = ""; +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(item, matcher, fallbackMatcher) { + var escapedItem = escapeHtml(item); + var highlighted = escapedItem.replace(matcher, highlight); + if (highlighted === escapedItem) { + highlighted = escapedItem.replace(fallbackMatcher, highlight) + } + return highlighted; +} +function getURLPrefix(ui) { + var urlPrefix=""; + var slash = "/"; + if (ui.item.category === catModules) { + return ui.item.l + slash; + } else if (ui.item.category === catPackages && ui.item.m) { + return ui.item.m + slash; + } else if (ui.item.category === catTypes || ui.item.category === catMembers) { + if (ui.item.m) { + urlPrefix = ui.item.m + slash; + } else { + $.each(packageSearchIndex, function(index, item) { + if (item.m && ui.item.p === item.l) { + urlPrefix = item.m + slash; + } + }); + } + } + return urlPrefix; +} +function createSearchPattern(term) { + var pattern = ""; + var isWordToken = false; + term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { + if (index > 0) { + // whitespace between identifiers is significant + pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; + } + var tokens = w.split(/(?=[A-Z,.()<>[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + if (s === "") { + continue; + } + pattern += $.ui.autocomplete.escapeRegex(s); + isWordToken = /\w$/.test(s); + if (isWordToken) { + pattern += "([a-z0-9_$<>\\[\\]]*?)"; + } + } + }); + return pattern; +} +function createMatcher(pattern, flags) { + var isCamelCase = /[A-Z]/.test(pattern); + return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); +} +var watermark = 'Search'; +$(function() { + var search = $("#search-input"); + var reset = $("#reset-button"); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + search.val(watermark).addClass('watermark'); + search.blur(function() { + if ($(this).val().length === 0) { + $(this).val(watermark).addClass('watermark'); + } + }); + search.on('click keydown paste', function() { + if ($(this).val() === watermark) { + $(this).val('').removeClass('watermark'); + } + }); + reset.click(function() { + search.val('').focus(); + }); + search.focus()[0].setSelectionRange(0, 0); +}); +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); + }, + _renderMenu: function(ul, items) { + var rMenu = this; + var currentCategory = ""; + rMenu.menu.bindings = $(); + $.each(items, function(index, item) { + var li; + if (item.category && item.category !== currentCategory) { + ul.append("
  • " + item.category + "
  • "); + currentCategory = item.category; + } + li = rMenu._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", item.category + " : " + item.l); + li.attr("class", "result-item"); + } else { + li.attr("aria-label", item.l); + li.attr("class", "result-item"); + } + }); + }, + _renderItem: function(ul, item) { + var label = ""; + var matcher = createMatcher(escapeHtml(searchPattern), "g"); + var fallbackMatcher = new RegExp(fallbackPattern, "gi") + if (item.category === catModules) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catPackages) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catTypes) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catMembers) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); + } else if (item.category === catSearchTags) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else { + label = item.l; + } + var li = $("
  • ").appendTo(ul); + var div = $("
    ").appendTo(li); + if (item.category === catSearchTags && item.h) { + if (item.d) { + div.html(label + " (" + item.h + ")
    " + + item.d + "
    "); + } else { + div.html(label + " (" + item.h + ")"); + } + } else { + if (item.m) { + div.html(item.m + "/" + label); + } else { + div.html(label); + } + } + return li; + } +}); +function rankMatch(match, category) { + if (!match) { + return NO_MATCH; + } + var index = match.index; + var input = match.input; + var leftBoundaryMatch = 2; + var periferalMatch = 0; + // make sure match is anchored on a left word boundary + if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { + leftBoundaryMatch = 0; + } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { + leftBoundaryMatch = 1; + } + var matchEnd = index + match[0].length; + var leftParen = input.indexOf("("); + var endOfName = leftParen > -1 ? leftParen : input.length; + // exclude peripheral matches + if (category !== catModules && category !== catSearchTags) { + var delim = category === catPackages ? "/" : "."; + if (leftParen > -1 && leftParen < index) { + periferalMatch += 2; + } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { + periferalMatch += 2; + } + } + var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match + for (var i = 1; i < match.length; i++) { + // lower ranking if parts of the name are missing + if (match[i]) + delta += match[i].length; + } + if (category === catTypes) { + // lower ranking if a type name contains unmatched camel-case parts + if (/[A-Z]/.test(input.substring(matchEnd))) + delta += 5; + if (/[A-Z]/.test(input.substring(0, index))) + delta += 5; + } + return leftBoundaryMatch + periferalMatch + (delta / 200); + +} +function doSearch(request, response) { + var result = []; + searchPattern = createSearchPattern(request.term); + fallbackPattern = createSearchPattern(request.term.toLowerCase()); + if (searchPattern === "") { + return this.close(); + } + var camelCaseMatcher = createMatcher(searchPattern, ""); + var fallbackMatcher = new RegExp(fallbackPattern, "i"); + + function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { + if (indexArray) { + var newResults = []; + $.each(indexArray, function (i, item) { + item.category = category; + var ranking = rankMatch(matcher.exec(nameFunc(item)), category); + if (ranking < RANKING_THRESHOLD) { + newResults.push({ranking: ranking, item: item}); + } + return newResults.length <= MAX_RESULTS; + }); + return newResults.sort(function(e1, e2) { + return e1.ranking - e2.ranking; + }).map(function(e) { + return e.item; + }); + } + return []; + } + function searchIndex(indexArray, category, nameFunc) { + var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); + result = result.concat(primaryResults); + if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { + var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); + result = result.concat(secondaryResults.filter(function (item) { + return primaryResults.indexOf(item) === -1; + })); + } + } + + searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); + searchIndex(packageSearchIndex, catPackages, function(item) { + return (item.m && request.term.indexOf("/") > -1) + ? (item.m + "/" + item.l) : item.l; + }); + searchIndex(typeSearchIndex, catTypes, function(item) { + return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; + }); + searchIndex(memberSearchIndex, catMembers, function(item) { + return request.term.indexOf(".") > -1 + ? item.p + "." + item.c + "." + item.l : item.l; + }); + searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); + + if (!indexFilesLoaded()) { + updateSearchResults = function() { + doSearch(request, response); + } + result.unshift(loading); + } else { + updateSearchResults = function() {}; + } + response(result); +} +$(function() { + $("#search-input").catcomplete({ + minLength: 1, + delay: 300, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push(noResult); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.category) { + var url = getURLPrefix(ui); + if (ui.item.category === catModules) { + url += "module-summary.html"; + } else if (ui.item.category === catPackages) { + if (ui.item.u) { + url = ui.item.u; + } else { + url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (ui.item.category === catTypes) { + if (ui.item.u) { + url = ui.item.u; + } else if (ui.item.p === UNNAMED) { + url += ui.item.l + ".html"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; + } + } else if (ui.item.category === catMembers) { + if (ui.item.p === UNNAMED) { + url += ui.item.c + ".html" + "#"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; + } + if (ui.item.u) { + url += ui.item.u; + } else { + url += ui.item.l; + } + } else if (ui.item.category === catSearchTags) { + url += ui.item.u; + } + if (top !== window) { + parent.classFrame.location = pathtoroot + url; + } else { + window.location.href = pathtoroot + url; + } + $("#search-input").focus(); + } + } + }); +}); diff --git a/docs/1.0.5/api/stylesheet.css b/docs/1.0.5/api/stylesheet.css new file mode 100644 index 0000000..4a576bd --- /dev/null +++ b/docs/1.0.5/api/stylesheet.css @@ -0,0 +1,869 @@ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + +/* + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a[href]:hover, a[href]:focus { + text-decoration:none; + color:#bb7a2a; +} +a[name] { + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; +} +h4 { + font-size:15px; +} +h5 { + font-size:14px; +} +h6 { + font-size:13px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +.summary-table dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +button { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size: 14px; +} +/* + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + +/* + * Styles for document title and copyright. + */ +.clear { + clear:both; + height:0; + overflow:hidden; +} +.about-language { + float:right; + padding:0 21px 8px 8px; + font-size:11px; + margin-top:-9px; + height:2.9em; +} +.legal-copy { + margin-left:.5em; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* + * Styles for navigation bar. + */ +@media screen { + .flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + .flex-header { + flex: 0 0 auto; + } + .flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + min-height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.sub-nav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.sub-nav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list { + padding-top:5px; +} +ul.nav-list { + display:block; + margin:0 25px 0 0; + padding:0; +} +ul.sub-nav-list { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.nav-list li { + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list-search { + float:right; + margin:0 0 0 0; + padding:5px 6px; + clear:none; +} +.nav-list-search label { + position:relative; + right:-16px; +} +ul.sub-nav-list li { + list-style:none; + float:left; + padding-top:10px; +} +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.top-nav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.nav-bar-cell1-rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skip-nav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* + * Hide navigation links and search box in print layout + */ +@media print { + ul.nav-list, div.sub-nav { + display:none; + } +} +/* + * Styles for page header and footer. + */ +.title { + color:#2c4557; + margin:10px 0; +} +.sub-title { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* + * Styles for headings. + */ +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; + padding:0; + margin:15px 0; +} +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +/* + * Styles for page layout containers. + */ +main { + clear:both; + padding:10px 20px; + position:relative; +} +dl.notes > dt { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +dl.name-value > dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +dl.name-value > dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* + * Styles for lists. + */ +li.circle { + list-style:circle; +} +ul.horizontal li { + display:inline; + font-size:0.9em; +} +div.inheritance { + margin:0; + padding:0; +} +div.inheritance div.inheritance { + margin-left:2em; +} +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { + margin:10px 0 10px 0; + padding:0; +} +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; +} +ul.see-list, ul.see-list-long { + padding-left: 0; + list-style: none; +} +ul.see-list li { + display: inline; +} +ul.see-list li:not(:last-child):after, +ul.see-list-long li:not(:last-child):after { + content: ", "; + white-space: pre-wrap; +} +/* + * Styles for tables. + */ +.summary-table, .details-table { + width:100%; + border-spacing:0; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; + padding:0; +} +.caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0; + padding-top:10px; + padding-left:1px; + margin:0; + white-space:pre; +} +.caption a:link, .caption a:visited { + color:#1f389c; +} +.caption a:hover, +.caption a:active { + color:#FFFFFF; +} +.caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +div.table-tabs { + padding:10px 0 0 1px; + margin:0; +} +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; +} +div.table-tabs > button.active-table-tab { + background: #F8981D; + color: #253441; +} +div.table-tabs > button.table-tab { + background: #4D7A97; + color: #FFFFFF; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +@media screen and (max-width: 800px) { + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-summary .col-last { + grid-column-end: span 2; + } +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +.summary-table > div, .details-table > div { + text-align:left; + padding: 8px 3px 3px 7px; +} +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { + vertical-align:top; + padding-right:0; + padding-top:8px; + padding-bottom:3px; +} +.table-header { + background:#dee3e9; + font-weight: bold; +} +.col-first, .col-first { + font-size:13px; +} +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:13px; +} +.col-first, .col-second, .col-constructor-name { + vertical-align:top; + overflow: auto; +} +.col-last { + white-space:normal; +} +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited, +.constant-values-container a:link, .constant-values-container a:visited, +.all-classes-container a:link, .all-classes-container a:visited, +.all-packages-container a:link, .all-packages-container a:visited { + font-weight:bold; +} +.table-sub-heading-color { + background-color:#EEEEFF; +} +.even-row-color, .even-row-color .table-header { + background-color:#FFFFFF; +} +.odd-row-color, .odd-row-color .table-header { + background-color:#EEEEEF; +} +/* + * Styles for contents. + */ +.deprecated-content { + margin:0; + padding:10px 0; +} +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +.col-last div { + padding-top:0; +} +.col-last a { + padding-bottom:3px; +} +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} +/* + * Styles for formatting effect. + */ +.source-line-no { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:0 10px 5px 0; + color:#474747; +} +.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { + font-weight:bold; +} +.deprecation-comment, .help-footnote, .preview-comment { + font-style:italic; +} +.deprecation-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecation-comment { + font-style:normal; +} +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:#4D7A97; + color:#FFFFFF; +} +.result-item { + font-size:13px; +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:scroll; + overflow-x:scroll; + white-space:nowrap; + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); +} +ul.ui-autocomplete { + position:fixed; + z-index:999999; + background-color: #FFFFFF; +} +ul.ui-autocomplete li { + float:left; + clear:both; + width:100%; +} +.result-highlight { + font-weight:bold; +} +.ui-autocomplete .result-item { + font-size: inherit; +} +#search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + padding-left:20px; + position:relative; + right:-18px; + width:400px; +} +#reset-button { + background-color: rgb(255,255,255); + background-image:url('resources/x.png'); + background-position:center; + background-repeat:no-repeat; + background-size:12px; + border:0 none; + width:16px; + height:16px; + position:relative; + left:-4px; + top:-4px; + font-size:0px; +} +.watermark { + color:#545454; +} +.search-tag-desc-result { + font-style:italic; + font-size:11px; +} +.search-tag-holder-result { + font-style:italic; + font-size:12px; +} +.search-tag-result:target { + background-color:yellow; +} +.module-graph span { + display:none; + position:absolute; +} +.module-graph:hover span { + display:block; + margin: -100px 0 0 100px; + z-index: 1; +} +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0px 20px 5px 10px; + border: 1px solid #ededed; + background-color: #f8f8f8; +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +span.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} + +/* + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. + */ + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid black; +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid black; +} +table.striped { + border-collapse: collapse; + border: 1px solid black; +} +table.striped > thead { + background-color: #E3E3E3; +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid black; +} +table.striped > tbody > tr:nth-child(even) { + background-color: #EEE +} +table.striped > tbody > tr:nth-child(odd) { + background-color: #FFF +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid black; + border-right: 1px solid black; +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak font sizes and paddings for small screens. + */ +@media screen and (max-width: 1050px) { + #search-input { + width: 300px; + } +} +@media screen and (max-width: 800px) { + #search-input { + width: 200px; + } + .top-nav, + .bottom-nav { + font-size: 11px; + padding-top: 6px; + } + .sub-nav { + font-size: 11px; + } + .about-language { + padding-right: 16px; + } + ul.nav-list li, + .sub-nav .nav-list-search { + padding: 6px; + } + ul.sub-nav-list li { + padding-top: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 500px) { + #search-input { + width: 150px; + } + .top-nav, + .bottom-nav { + font-size: 10px; + } + .sub-nav { + font-size: 10px; + } + .about-language { + font-size: 10px; + padding-right: 12px; + } +} diff --git a/docs/1.0.5/api/tag-search-index.js b/docs/1.0.5/api/tag-search-index.js new file mode 100644 index 0000000..0367dae --- /dev/null +++ b/docs/1.0.5/api/tag-search-index.js @@ -0,0 +1 @@ +tagSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/docs/1.0.5/api/type-search-index.js b/docs/1.0.5/api/type-search-index.js new file mode 100644 index 0000000..7fb6264 --- /dev/null +++ b/docs/1.0.5/api/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"net.ttddyy.observation.tracing","l":"ConnectionAttributesManager.ConnectionAttributes"},{"p":"net.ttddyy.observation.tracing","l":"ConnectionAttributesManager"},{"p":"net.ttddyy.observation.tracing","l":"ConnectionContext"},{"p":"net.ttddyy.observation.tracing","l":"JdbcObservationDocumentation.ConnectionKeyNames"},{"p":"net.ttddyy.observation.tracing","l":"ConnectionObservationConvention"},{"p":"net.ttddyy.observation.tracing","l":"ConnectionTracingObservationHandler"},{"p":"net.ttddyy.observation.tracing","l":"DataSourceBaseContext"},{"p":"net.ttddyy.observation.tracing","l":"DataSourceBaseObservationHandler"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"DataSourceNameResolver"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"DataSourceObservationAutoConfiguration"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"DataSourceObservationBeanPostProcessor"},{"p":"net.ttddyy.observation.tracing","l":"DataSourceObservationListener"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"JdbcProperties.DataSourceProxy"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"DataSourceProxyBuilderConfigurer"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"DataSourceProxyConnectionIdManagerProvider"},{"p":"net.ttddyy.observation.tracing","l":"DefaultConnectionAttributesManager"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"DefaultDataSourceNameResolver"},{"p":"net.ttddyy.observation.tracing","l":"DefaultQueryParametersSpanTagProvider"},{"p":"net.ttddyy.observation.tracing","l":"HikariJdbcObservationFilter"},{"p":"net.ttddyy.observation.tracing","l":"JdbcObservationDocumentation.JdbcEvents"},{"p":"net.ttddyy.observation.tracing","l":"JdbcObservationDocumentation"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"JdbcProperties"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"JdbcProperties.Logging"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"ProxyDataSourceBuilderCustomizer"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"JdbcProperties.Query"},{"p":"net.ttddyy.observation.tracing","l":"QueryContext"},{"p":"net.ttddyy.observation.tracing","l":"JdbcObservationDocumentation.QueryHighCardinalityKeyNames"},{"p":"net.ttddyy.observation.tracing","l":"QueryObservationConvention"},{"p":"net.ttddyy.observation.tracing","l":"QueryParametersSpanTagProvider"},{"p":"net.ttddyy.observation.tracing","l":"QueryTracingObservationHandler"},{"p":"net.ttddyy.observation.tracing","l":"ConnectionAttributesManager.ResultSetAttributes"},{"p":"net.ttddyy.observation.tracing","l":"ConnectionAttributesManager.ResultSetAttributesManager"},{"p":"net.ttddyy.observation.tracing","l":"ResultSetContext"},{"p":"net.ttddyy.observation.tracing","l":"JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames"},{"p":"net.ttddyy.observation.tracing","l":"ResultSetObservationConvention"},{"p":"net.ttddyy.observation.tracing","l":"ResultSetTracingObservationHandler"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"JdbcProperties.SlowQuery"},{"p":"net.ttddyy.observation.boot.autoconfigure","l":"JdbcProperties.TraceType"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/1.0.5/docs/html/appendix.html b/docs/1.0.5/docs/html/appendix.html new file mode 100644 index 0000000..e7c8b20 --- /dev/null +++ b/docs/1.0.5/docs/html/appendix.html @@ -0,0 +1,1246 @@ + + + + + + + +Appendix + + + + + + + + + +
    +
    +

    1. Common Spring Boot application properties

    +
    +
    +

    Various properties can be specified inside your application.properties file, inside your application.yml file, or as command line switches. +This appendix provides a list of common Datasource Micrometer properties and references to the underlying classes that consume them.

    +
    +
    + + + + + +
    + + +Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list. +Also, you can define your own properties. +
    +
    + +++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDefaultDescription

    jdbc.datasource-proxy.enabled

    true

    Whether to enable JDBC instrumentation.

    jdbc.datasource-proxy.include-parameter-values

    false

    Whether to tag actual query parameter values.

    jdbc.datasource-proxy.json-format

    false

    Use json output for logging query. @see ProxyDataSourceBuilder#asJson()

    jdbc.datasource-proxy.logging

    Logging to use for logging queries.

    jdbc.datasource-proxy.multiline

    true

    Use multiline output for logging query. @see ProxyDataSourceBuilder#multiline()

    jdbc.datasource-proxy.query.enable-logging

    false

    Enable logging all queries to the log.

    jdbc.datasource-proxy.query.log-level

    DEBUG

    Severity of query logger.

    jdbc.datasource-proxy.query.logger-name

    Name of query logger.

    jdbc.datasource-proxy.slow-query.enable-logging

    false

    Enable logging slow queries to the log.

    jdbc.datasource-proxy.slow-query.log-level

    WARN

    Severity of slow query logger.

    jdbc.datasource-proxy.slow-query.logger-name

    Name of slow query logger.

    jdbc.datasource-proxy.slow-query.threshold

    300

    Number of seconds to consider query as slow.

    jdbc.excluded-data-source-bean-names

    List of DataSource bean names that will not be decorated.

    jdbc.includes

    Which types of tracing we would like to include.

    +
    +
    +
    +

    2. Observability Metrics and Spans

    +
    +
    +

    2.1. Observability - Conventions

    +
    +

    Below you can find a list of all GlobalObservationConvention and ObservationConvention declared by this project.

    +
    + + ++++ + + + + + + + + + + + + + + + + + + +
    Table 1. ObservationConvention implementations

    ObservationConvention Class Name

    Applicable ObservationContext Class Name

    net.ttddyy.observation.tracing.ConnectionObservationConvention

    ConnectionContext

    net.ttddyy.observation.tracing.QueryObservationConvention

    QueryContext

    net.ttddyy.observation.tracing.ResultSetObservationConvention

    ResultSetContext

    +
    +
    +

    2.2. Observability - Metrics

    +
    +

    Below you can find a list of all metrics declared by this project.

    +
    +
    +

    2.2.1. Connection

    +
    +
    +
    +

    Span created when a JDBC connection takes place.

    +
    +
    +
    +
    +

    Metric name jdbc.connection. Type timer.

    +
    +
    +

    Metric name jdbc.connection.active. Type long task timer.

    +
    +
    + + + + + +
    + + +KeyValues that are added after starting the Observation might be missing from the *.active metrics. +
    +
    +
    + + + + + +
    + + +Micrometer internally uses nanoseconds for the baseunit. However, each backend determines the actual baseunit. (i.e. Prometheus uses seconds) +
    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + + + + + +
    Table 2. Low cardinality Keys
    +

    Name

    +
    +

    Description

    +
    +

    jdbc.datasource.driver (required)

    +
    +

    Name of the JDBC datasource driver. (HikariCP only)

    +
    +

    jdbc.datasource.pool (required)

    +
    +

    Name of the JDBC datasource pool. (HikariCP only)

    +
    +
    +

    Since, events were set on this documented entry, they will be converted to the following counters.

    +
    +
    +
    Connection - jdbc connection acquired
    +
    +
    +
    +

    When the connection is acquired. This event is recorded right after successful "getConnection()" call.

    +
    +
    +
    +
    +

    Metric name jdbc.connection.acquired. Type counter.

    +
    +
    +
    +
    Connection - jdbc connection commit
    +
    +
    +
    +

    When the connection is committed.

    +
    +
    +
    +
    +

    Metric name jdbc.connection.commit. Type counter.

    +
    +
    +
    +
    Connection - jdbc connection rollback
    +
    +
    +
    +

    When the connection is rolled back.

    +
    +
    +
    +
    +

    Metric name jdbc.connection.rollback. Type counter.

    +
    +
    +
    +
    +

    2.2.2. Query

    +
    +
    +
    +

    Span created when executing a query.

    +
    +
    +
    +
    +

    Metric name jdbc.query. Type timer.

    +
    +
    +

    Metric name jdbc.query.active. Type long task timer.

    +
    +
    + + + + + +
    + + +KeyValues that are added after starting the Observation might be missing from the *.active metrics. +
    +
    +
    + + + + + +
    + + +Micrometer internally uses nanoseconds for the baseunit. However, each backend determines the actual baseunit. (i.e. Prometheus uses seconds) +
    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + + + + + + + + + +
    Table 3. High cardinality Keys
    +

    Name

    +
    +

    Description

    +
    +

    jdbc.params[%s] (required)

    +
    +

    JDBC query parameter values. (since the name contains %s the final value will be resolved at runtime)

    +
    +

    jdbc.query[%s] (required)

    +
    +

    Name of the JDBC query. (since the name contains %s the final value will be resolved at runtime)

    +
    +

    jdbc.row-affected (required)

    +
    +

    Result of "executeUpdate()", "executeLargeUpdate()", "executeBatch()", or "executeLargeBatch()" on "Statement". For batch operations, the value is represented as array.

    +
    +
    +
    +

    2.2.3. Result Set

    +
    +
    +
    +

    Span created when working with JDBC result set.

    +
    +
    +
    +
    +

    Metric name jdbc.result-set. Type timer.

    +
    +
    +

    Metric name jdbc.result-set.active. Type long task timer.

    +
    +
    + + + + + +
    + + +KeyValues that are added after starting the Observation might be missing from the *.active metrics. +
    +
    +
    + + + + + +
    + + +Micrometer internally uses nanoseconds for the baseunit. However, each backend determines the actual baseunit. (i.e. Prometheus uses seconds) +
    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + +
    Table 4. High cardinality Keys
    +

    Name

    +
    +

    Description

    +
    +

    jdbc.row-count (required)

    +
    +

    Number of SQL rows.

    +
    +
    +
    +
    +

    2.3. Observability - Spans

    +
    +

    Below you can find a list of all spans declared by this project.

    +
    +
    +

    2.3.1. Connection Span

    +
    +
    +
    +

    Span created when a JDBC connection takes place.

    +
    +
    +
    +
    +

    Span name connection.

    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + + + + + +
    Table 5. Tag Keys

    Name

    Description

    jdbc.datasource.driver (required)

    Name of the JDBC datasource driver. (HikariCP only)

    jdbc.datasource.pool (required)

    Name of the JDBC datasource pool. (HikariCP only)

    + + ++++ + + + + + + + + + + + + + + + + + + +
    Table 6. Event Values

    Name

    Description

    acquired

    When the connection is acquired. This event is recorded right after successful "getConnection()" call.

    commit

    When the connection is committed.

    rollback

    When the connection is rolled back.

    +
    +
    +

    2.3.2. Query Span

    +
    +
    +
    +

    Span created when executing a query.

    +
    +
    +
    +
    +

    Span name query.

    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + + + + + + + + + +
    Table 7. Tag Keys

    Name

    Description

    jdbc.params[%s] (required)

    JDBC query parameter values. (since the name contains %s the final value will be resolved at runtime)

    jdbc.query[%s] (required)

    Name of the JDBC query. (since the name contains %s the final value will be resolved at runtime)

    jdbc.row-affected (required)

    Result of "executeUpdate()", "executeLargeUpdate()", "executeBatch()", or "executeLargeBatch()" on "Statement". For batch operations, the value is represented as array.

    +
    +
    +

    2.3.3. Result Set Span

    +
    +
    +
    +

    Span created when working with JDBC result set.

    +
    +
    +
    +
    +

    Span name result-set.

    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + +
    Table 8. Tag Keys

    Name

    Description

    jdbc.row-count (required)

    Number of SQL rows.

    +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/docs/1.0.5/docs/html/getting-started.html b/docs/1.0.5/docs/html/getting-started.html new file mode 100644 index 0000000..619f76c --- /dev/null +++ b/docs/1.0.5/docs/html/getting-started.html @@ -0,0 +1,784 @@ + + + + + + + +Getting Started + + + + + + + + + +
    +
    +
    +
    +

    If you are getting started with Datasource Micrometer, start by reading this section. +It answers the basic “what?”, “how?” and “why?” questions. +It includes an introduction to Datasource Micrometer, along with installation instructions.

    +
    +
    +
    +
    +

    1. Introducing Datasource Micrometer

    +
    +
    +

    The Datasource Micrometer provides a Micrometer Tracing instrumentation for JDBC operations.

    +
    +
    +

    Currently, this project provides two modules - core instrumentation and its Spring Boot Auto Configuration.

    +
    +
    +

    If you are a Micrometer Tracing user but not using Spring Boot, you can directly use the datasource-micrometer module, which doesn’t have a dependency on Spring Framework.
    +If you are a Spring Boot 3 user, then you can add the datasource-micrometer-spring-boot module to the classpath. +Then, it automatically instruments the DataSource and provides a tracing capability on the JDBC operations.

    +
    +
    +

    The instrumentation implementation uses datasource-proxy to provide a proxy for JDBC operations.

    +
    +
    +

    1.1. Background

    +
    +

    The Micrometer v1.10.0 introduced a new module, Micrometer Tracing, which abstracts the popular tracers and provides the vendor free APIs for observations. +The Spring Boot 3 and its portfolio projects natively support Micrometer Tracing.

    +
    +
    +

    In Spring Boot 2.x, the Spring Cloud Sleuth provided the instrumentation to the many components including JDBC operations. +It was a central library that provides tracing instrumentation to the Spring Boot applications. +However, with the new observability, the responsibility for instrumentation has shifted to the individual component. +For example, Spring Framework will provide native instrumentation support for its components. +As a result, there will be no Spring Cloud Sleuth for Spring Boot 3.

    +
    +
    +

    This Datasource Micrometer project provides instrumentation on the JDBC operations with the Micrometer Tracing to cover what was provided by the Spring Cloud Sleuth. +The initial version aims users to smoothly transition from Spring Boot 2.x with Spring Cloud Sleuth to the Spring Boot 3 in JDBC instrumentation. +In addition, since the Micrometer Tracing is independent of Spring Framework, the instrumentation is available to the non-spring applications as well.

    +
    +
    +
    +

    1.2. Modules

    +
    +

    datasource-micrometer

    +
    +
    +

    This module provides the instrumentation on the JDBC operations. +The implementation is provided as a datasource-proxy listener. +Non-spring applications can directly use this module.

    +
    +
    +

    datasource-micrometer-spring-boot

    +
    +
    +

    This module provides an auto-configuration for the Spring Boot 3 applications.

    +
    +
    +
    +
    +
    +

    2. Installation

    +
    +
    +

    2.1. Maven and Gradle

    +
    +

    datasource-micrometer

    +
    +
    +
    +
    +
    Maven
    +
    +
    <dependency>
    +    <groupId>net.ttddyy.observation</groupId>
    +    <artifactId>datasource-micrometer</artifactId>
    +    <version>1.0.5</version>
    +</dependency>
    +
    +
    +
    +
    Gradle
    +
    +
    dependencies {
    +    implementation "net.ttddyy.observation:datasource-micrometer:1.0.5"
    +}
    +
    +
    +
    +
    +
    +

    datasource-micrometer-spring-boot

    +
    +
    +
    +
    +
    Maven
    +
    +
    <dependency>
    +    <groupId>net.ttddyy.observation</groupId>
    +    <artifactId>datasource-micrometer-spring-boot</artifactId>
    +    <version>1.0.5</version>
    +</dependency>
    +
    +
    +
    +
    Gradle
    +
    +
    dependencies {
    +    implementation "net.ttddyy.observation:datasource-micrometer-spring-boot:1.0.5"
    +}
    +
    +
    +
    +
    +
    +
    +

    2.2. Setup

    +
    +

    datasource-micrometer

    +
    + +
    +
    +
    // Register the tracing observation handlers
    +ObservationRegistry observationRegistry = ObservationRegistry.create();
    +ObservationConfig observationConfig = observationRegistry.observationConfig();
    +observationConfig.observationHandler(new ConnectionTracingObservationHandler(tracer));
    +observationConfig.observationHandler(new QueryTracingObservationHandler(tracer);
    +observationConfig.observationHandler(new ResultSetTracingObservationHandler(tracer));
    +//  add other necessary handlers
    +
    +// Create a DataSource proxy with the observation listener
    +DataSource dataSource = ...
    +DataSourceObservationListener listener = new DataSourceObservationListener(observationRegistry);
    +DataSource instrumented = ProxyDataSourceBuilder.create(dataSource).listener(listener).methodListener(listener).build;
    +
    +// Use the instrumented DataSource
    +
    +
    +
    +

    datasource-micrometer-spring-boot

    +
    +
    +

    The auto-configuration class automatically sets up the observation on your DataSource bean.

    +
    +
    +
    +
    +
    +

    3. Migration from Spring Cloud Sleuth

    +
    +
    +

    Datasource Micrometer deliberatively provides similar property names to ease the migration from Spring Cloud Sleuth. +Most of the JDBC related properties from spring.sleuth.jdbc and spring.sleuth.jdbc.datasource-proxy map to the jdbc and jdbc.datasource-proxy properties.

    +
    +
    +

    Please reference the list of application properties in Spring Cloud Sleuth and Datasource Micrometer.

    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/docs/1.0.5/docs/html/howto.html b/docs/1.0.5/docs/html/howto.html new file mode 100644 index 0000000..3d4f61c --- /dev/null +++ b/docs/1.0.5/docs/html/howto.html @@ -0,0 +1,826 @@ + + + + + + + +“How-to” Guides + + + + + + + + + +
    +
    +
    +
    +

    This section provides answers to some common “how do I do that…​?” questions. +Its coverage is not exhaustive, but it does cover quite a lot.

    +
    +
    +

    We are also more than happy to extend this section. +If you want to add a “how-to”, send us a pull request.

    +
    +
    +
    +
    +

    1. datasource-micrometer

    +
    +
    +

    1.1. How to instrument DataSource

    +
    +

    The DataSourceObservationListener provides the observation logic. +It is implemented as a datasource-proxy listener. +Follow the datasource-proxy usage to create a proxied DataSource with the listener. +Then adds tracing observation handlers to the ObservationRegistry.

    +
    +
    +
    +
    ObservationRegistry observationRegistry = ...
    +DataSourceObservationListener listener = new DataSourceObservationListener(observationRegistry);
    +DataSource instrumented = ProxyDataSourceBuilder.create(dataSource).listener(listener).methodListener(listener).build;
    +
    +
    +
    +
    +

    1.2. How to Add Tracing Observation Handlers for JDBC operations

    +
    +

    There are 3 tracing observation handlers that react to the observations from DataSourceObservationListener.

    +
    +
    +
      +
    • +

      ConnectionTracingObservationHandler

      +
    • +
    • +

      QueryTracingObservationHandler

      +
    • +
    • +

      ResultSetTracingObservationHandler

      +
    • +
    +
    +
    +
    +
    ObservationRegistry registry = ...
    +registry.observationConfig().observationHandler(new ConnectionTracingObservationHandler(tracer));
    +registry.observationConfig().observationHandler(new QueryTracingObservationHandler(tracer);
    +registry.observationConfig().observationHandler(new ResultSetTracingObservationHandler(tracer));
    +
    +
    +
    +
    +

    1.3. How to Instrument ResultSet

    +
    +

    By default, datasource-proxy does not create a proxy for ResultSet. +This, in turn, does not instrument the ResultSet. +You need to explicitly enable the ResultSet proxy creation. +Then, ResultSet get instrumented automatically.

    +
    +
    +
    +
    ProxyDataSourceBuilder builder = ProxyDataSourceBuilder.create(dataSource).listener(listener).methodListener(listener);
    +builder.proxyResultSet();  // enable ResultSet proxy creation
    +DataSource instrumented = builder.build();
    +
    +
    +
    +
    +

    1.4. How to Include Bind Parameter Values

    +
    +

    Bind parameter values - values from setInt, setString, etc operations on prepared and callable statement - are not tagged to spans by default. +The DataSourceObservationListener class has a toggle to enable this. +When it is enabled, values are tagged to the query spans as jdbc.params[]

    +
    +
    +
    +
    DataSourceObservationListener listener = ...;
    +listener.setIncludeParameterValues(true);
    +
    +
    +
    +
    +
    +
    +

    2. datasource-micrometer-spring-boot

    +
    +
    +

    2.1. How to Disable JDBC Instrumentation

    +
    +

    Set the jdbc.datasource-proxy.enabled property to false.

    +
    +
    +
    +

    2.2. How to Choose What To Observe

    +
    +

    Specify jdbc.includes property. +By default, the property is set to include(observe) all(CONNECTION, QUERY, FETCH) types.

    +
    +
    +
    +

    2.3. How to Include the Bind Parameter Values in Spans

    +
    +

    Set the jdbc.datasource-proxy.include-parameter-values property to true.

    +
    +
    +
    +

    2.4. How to Enable and Configure Query Logging

    +
    +

    To enable the query logging, set the jdbc.datasource-proxy.query.enable-logging property to true.

    +
    +
    +
    +
    jdbc.datasource-proxy.query.enable-logging=true,
    +
    +# logging configuration
    +jdbc.datasource-proxy.logging=slf4j,
    +jdbc.datasource-proxy.query.log-level=DEBUG,
    +jdbc.datasource-proxy.query.logger-name=my.query-logger,
    +jdbc.datasource-proxy.multiline=false,
    +
    +# spring boot log level property
    +logging.level.my.query-logger=DEBUG,
    +
    +
    +
    +
    +

    2.5. How to Customize the ProxyDataSource Name

    +
    +

    Create a custom DataSourceNameResolver bean. +It replaces the default bean, DefaultDataSourceNameResolver.

    +
    +
    +
    +

    2.6. How to Customize the ProxyDataSource Creation

    +
    +

    The ProxyDataSourceBuilderCustomizer beans are automatically called before creating a proxy datasource. +This callback API allows you to customize the ProxyDataSourceBuilder.

    +
    +
    +

    For example, you can use ProxyDataSourceBuilderCustomizer to specify the datasource proxy name. In turn, it becomes the remote service name of the spans.

    +
    +
    +
    +
    @Bean
    +public ProxyDataSourceBuilderCustomizer myCustomizer(){
    +    return (builder, dataSource, beanName, dataSourceName) -> {
    +        builder.name("MyAppDataSource");
    +    };
    +}
    +
    +
    +
    +
    +

    2.7. How to Modify the Query in Span

    +
    +

    If you want to modify the query string in the span (high cardinality tag), use ObservationFilter to update the tag value. +For example, you could perform query sanitization, truncation, etc.

    +
    +
    +

    This approach is generally applicable to modify the tags in span.

    +
    +
    + + + + + +
    + + +ObservationFilter is applied when the observation stops. +The modification will not be available for timers created by DefaultMeterObservationHandler since it sets the timers at observation start. +
    +
    +
    +
    +
    @Bean
    +public ObservationFilter observationFilter() {
    +    return (context) -> {
    +        String tagKey = QueryHighCardinalityKeyNames.QUERY.name();
    +        KeyValue tag = context.getHighCardinalityKeyValue(tagKey);
    +        if(tag != null) {
    +            String query = tag.getValue();
    +
    +            // ... modify query
    +
    +            context.addHighCardinalityKeyValue(KeyValue.of(tagKey, modifiedQuery));
    +        }
    +        return context;
    +    };
    +}
    +
    +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/docs/1.0.5/docs/html/index.html b/docs/1.0.5/docs/html/index.html new file mode 100644 index 0000000..d4661aa --- /dev/null +++ b/docs/1.0.5/docs/html/index.html @@ -0,0 +1,1760 @@ + + + + + + + + +Datasource Micrometer Reference Documentation + + + + + + + + + + +
    +
    + +
    +
    +

    Copyright © 2022

    +
    +
    +

    Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.

    +
    +
    +
    +
    +

    2. Getting Started

    +
    +
    +

    If you are getting started with Datasource Micrometer, start by reading this section. +It answers the basic “what?”, “how?” and “why?” questions. +It includes an introduction to Datasource Micrometer, along with installation instructions.

    +
    +
    +

    2.1. Introducing Datasource Micrometer

    +
    +

    The Datasource Micrometer provides a Micrometer Tracing instrumentation for JDBC operations.

    +
    +
    +

    Currently, this project provides two modules - core instrumentation and its Spring Boot Auto Configuration.

    +
    +
    +

    If you are a Micrometer Tracing user but not using Spring Boot, you can directly use the datasource-micrometer module, which doesn’t have a dependency on Spring Framework.
    +If you are a Spring Boot 3 user, then you can add the datasource-micrometer-spring-boot module to the classpath. +Then, it automatically instruments the DataSource and provides a tracing capability on the JDBC operations.

    +
    +
    +

    The instrumentation implementation uses datasource-proxy to provide a proxy for JDBC operations.

    +
    +
    +

    2.1.1. Background

    +
    +

    The Micrometer v1.10.0 introduced a new module, Micrometer Tracing, which abstracts the popular tracers and provides the vendor free APIs for observations. +The Spring Boot 3 and its portfolio projects natively support Micrometer Tracing.

    +
    +
    +

    In Spring Boot 2.x, the Spring Cloud Sleuth provided the instrumentation to the many components including JDBC operations. +It was a central library that provides tracing instrumentation to the Spring Boot applications. +However, with the new observability, the responsibility for instrumentation has shifted to the individual component. +For example, Spring Framework will provide native instrumentation support for its components. +As a result, there will be no Spring Cloud Sleuth for Spring Boot 3.

    +
    +
    +

    This Datasource Micrometer project provides instrumentation on the JDBC operations with the Micrometer Tracing to cover what was provided by the Spring Cloud Sleuth. +The initial version aims users to smoothly transition from Spring Boot 2.x with Spring Cloud Sleuth to the Spring Boot 3 in JDBC instrumentation. +In addition, since the Micrometer Tracing is independent of Spring Framework, the instrumentation is available to the non-spring applications as well.

    +
    +
    +
    +

    2.1.2. Modules

    +
    +

    datasource-micrometer

    +
    +
    +

    This module provides the instrumentation on the JDBC operations. +The implementation is provided as a datasource-proxy listener. +Non-spring applications can directly use this module.

    +
    +
    +

    datasource-micrometer-spring-boot

    +
    +
    +

    This module provides an auto-configuration for the Spring Boot 3 applications.

    +
    +
    +
    +
    +

    2.2. Installation

    +
    +

    2.2.1. Maven and Gradle

    +
    +

    datasource-micrometer

    +
    +
    +
    +
    +
    Maven
    +
    +
    <dependency>
    +    <groupId>net.ttddyy.observation</groupId>
    +    <artifactId>datasource-micrometer</artifactId>
    +    <version>1.0.5</version>
    +</dependency>
    +
    +
    +
    +
    Gradle
    +
    +
    dependencies {
    +    implementation "net.ttddyy.observation:datasource-micrometer:1.0.5"
    +}
    +
    +
    +
    +
    +
    +

    datasource-micrometer-spring-boot

    +
    +
    +
    +
    +
    Maven
    +
    +
    <dependency>
    +    <groupId>net.ttddyy.observation</groupId>
    +    <artifactId>datasource-micrometer-spring-boot</artifactId>
    +    <version>1.0.5</version>
    +</dependency>
    +
    +
    +
    +
    Gradle
    +
    +
    dependencies {
    +    implementation "net.ttddyy.observation:datasource-micrometer-spring-boot:1.0.5"
    +}
    +
    +
    +
    +
    +
    +
    +

    2.2.2. Setup

    +
    +

    datasource-micrometer

    +
    + +
    +
    +
    // Register the tracing observation handlers
    +ObservationRegistry observationRegistry = ObservationRegistry.create();
    +ObservationConfig observationConfig = observationRegistry.observationConfig();
    +observationConfig.observationHandler(new ConnectionTracingObservationHandler(tracer));
    +observationConfig.observationHandler(new QueryTracingObservationHandler(tracer);
    +observationConfig.observationHandler(new ResultSetTracingObservationHandler(tracer));
    +//  add other necessary handlers
    +
    +// Create a DataSource proxy with the observation listener
    +DataSource dataSource = ...
    +DataSourceObservationListener listener = new DataSourceObservationListener(observationRegistry);
    +DataSource instrumented = ProxyDataSourceBuilder.create(dataSource).listener(listener).methodListener(listener).build;
    +
    +// Use the instrumented DataSource
    +
    +
    +
    +

    datasource-micrometer-spring-boot

    +
    +
    +

    The auto-configuration class automatically sets up the observation on your DataSource bean.

    +
    +
    +
    +
    +

    2.3. Migration from Spring Cloud Sleuth

    +
    +

    Datasource Micrometer deliberatively provides similar property names to ease the migration from Spring Cloud Sleuth. +Most of the JDBC related properties from spring.sleuth.jdbc and spring.sleuth.jdbc.datasource-proxy map to the jdbc and jdbc.datasource-proxy properties.

    +
    +
    +

    Please reference the list of application properties in Spring Cloud Sleuth and Datasource Micrometer.

    +
    +
    +
    +
    +
    +

    3. Using Datasource Micrometer

    +
    +
    +

    This section goes into more detail about how you should use Datasource Micrometer.

    +
    +
    +

    3.1. Types of Observations

    +
    +

    The Datasource Micrometer creates Connection, Query, and ResultSet observations.

    +
    +
    +

    The Connection observation represents the database connection operations. It is the base observation, as any database access requires a connection. +The Query observation provides query execution details, such as execution time, SQL query, bind parameters, etc. +The ResultSet observation shows how the operations fetched the data from the query result, including the number of retrieved rows.

    +
    +
    +

    To configure these observations, see How to Add Tracing Observation Handlers for JDBC operations.
    +For Spring Boot, see How to Choose What To Observe.

    +
    +
    +
    +

    3.2. Features

    +
    +

    3.2.1. HikariCP Support

    +
    +

    jdbc.datasource.driver and jdbc.datasource.pool tags are available when the target datasource is a HikariDataSource.

    +
    +
    +

    The HikariJdbcObservationFilter provides this feature and this observation filter needs to be registered to the ObservationRegistry.

    +
    +
    +
    +
    ObservationRegistry registry = ...
    +registry.observationConfig().observationFilter(new HikariJdbcObservationFilter());
    +
    +
    +
    +

    It is auto configured in datasource-micrometer-spring-boot.

    +
    +
    +
    +

    3.2.2. Remote IP and Port

    +
    +

    For spans, remote IP and port are retrieved from the datasource url.

    +
    +
    +
    +

    3.2.3. Remote Service Name

    +
    +

    The datasource name is used as the remote service name in spans. +The name is specified when creating a proxy datasource by datasource-proxy.

    +
    +
    +
    +
    DataSource instrumented =
    +    ProxyDataSourceBuilder.create(dataSource)
    +        .name("myDS")    // Specify datasource name
    +        .listener(listener)
    +        .methodListener(listener)
    +        .build;
    +
    +
    +
    +

    For datasource-micrometer-spring-boot, the datasource name is resolved by looking the catalog name at start up (or the connection pool name for Hikari, then fallback to its beanname) by default.

    +
    +
    +

    To specify a custom datasource name, see How to Customize the ProxyDataSource Name and How to Customize the ProxyDataSource Creation section.

    +
    +
    +
    +
    +
    +
    +

    4. “How-to” Guides

    +
    +
    +

    This section provides answers to some common “how do I do that…​?” questions. +Its coverage is not exhaustive, but it does cover quite a lot.

    +
    +
    +

    We are also more than happy to extend this section. +If you want to add a “how-to”, send us a pull request.

    +
    +
    +

    4.1. datasource-micrometer

    +
    +

    4.1.1. How to instrument DataSource

    +
    +

    The DataSourceObservationListener provides the observation logic. +It is implemented as a datasource-proxy listener. +Follow the datasource-proxy usage to create a proxied DataSource with the listener. +Then adds tracing observation handlers to the ObservationRegistry.

    +
    +
    +
    +
    ObservationRegistry observationRegistry = ...
    +DataSourceObservationListener listener = new DataSourceObservationListener(observationRegistry);
    +DataSource instrumented = ProxyDataSourceBuilder.create(dataSource).listener(listener).methodListener(listener).build;
    +
    +
    +
    +
    +

    4.1.2. How to Add Tracing Observation Handlers for JDBC operations

    +
    +

    There are 3 tracing observation handlers that react to the observations from DataSourceObservationListener.

    +
    +
    +
      +
    • +

      ConnectionTracingObservationHandler

      +
    • +
    • +

      QueryTracingObservationHandler

      +
    • +
    • +

      ResultSetTracingObservationHandler

      +
    • +
    +
    +
    +
    +
    ObservationRegistry registry = ...
    +registry.observationConfig().observationHandler(new ConnectionTracingObservationHandler(tracer));
    +registry.observationConfig().observationHandler(new QueryTracingObservationHandler(tracer);
    +registry.observationConfig().observationHandler(new ResultSetTracingObservationHandler(tracer));
    +
    +
    +
    +
    +

    4.1.3. How to Instrument ResultSet

    +
    +

    By default, datasource-proxy does not create a proxy for ResultSet. +This, in turn, does not instrument the ResultSet. +You need to explicitly enable the ResultSet proxy creation. +Then, ResultSet get instrumented automatically.

    +
    +
    +
    +
    ProxyDataSourceBuilder builder = ProxyDataSourceBuilder.create(dataSource).listener(listener).methodListener(listener);
    +builder.proxyResultSet();  // enable ResultSet proxy creation
    +DataSource instrumented = builder.build();
    +
    +
    +
    +
    +

    4.1.4. How to Include Bind Parameter Values

    +
    +

    Bind parameter values - values from setInt, setString, etc operations on prepared and callable statement - are not tagged to spans by default. +The DataSourceObservationListener class has a toggle to enable this. +When it is enabled, values are tagged to the query spans as jdbc.params[]

    +
    +
    +
    +
    DataSourceObservationListener listener = ...;
    +listener.setIncludeParameterValues(true);
    +
    +
    +
    +
    +
    +

    4.2. datasource-micrometer-spring-boot

    +
    +

    4.2.1. How to Disable JDBC Instrumentation

    +
    +

    Set the jdbc.datasource-proxy.enabled property to false.

    +
    +
    +
    +

    4.2.2. How to Choose What To Observe

    +
    +

    Specify jdbc.includes property. +By default, the property is set to include(observe) all(CONNECTION, QUERY, FETCH) types.

    +
    +
    +
    +

    4.2.3. How to Include the Bind Parameter Values in Spans

    +
    +

    Set the jdbc.datasource-proxy.include-parameter-values property to true.

    +
    +
    +
    +

    4.2.4. How to Enable and Configure Query Logging

    +
    +

    To enable the query logging, set the jdbc.datasource-proxy.query.enable-logging property to true.

    +
    +
    +
    +
    jdbc.datasource-proxy.query.enable-logging=true,
    +
    +# logging configuration
    +jdbc.datasource-proxy.logging=slf4j,
    +jdbc.datasource-proxy.query.log-level=DEBUG,
    +jdbc.datasource-proxy.query.logger-name=my.query-logger,
    +jdbc.datasource-proxy.multiline=false,
    +
    +# spring boot log level property
    +logging.level.my.query-logger=DEBUG,
    +
    +
    +
    +
    +

    4.2.5. How to Customize the ProxyDataSource Name

    +
    +

    Create a custom DataSourceNameResolver bean. +It replaces the default bean, DefaultDataSourceNameResolver.

    +
    +
    +
    +

    4.2.6. How to Customize the ProxyDataSource Creation

    +
    +

    The ProxyDataSourceBuilderCustomizer beans are automatically called before creating a proxy datasource. +This callback API allows you to customize the ProxyDataSourceBuilder.

    +
    +
    +

    For example, you can use ProxyDataSourceBuilderCustomizer to specify the datasource proxy name. In turn, it becomes the remote service name of the spans.

    +
    +
    +
    +
    @Bean
    +public ProxyDataSourceBuilderCustomizer myCustomizer(){
    +    return (builder, dataSource, beanName, dataSourceName) -> {
    +        builder.name("MyAppDataSource");
    +    };
    +}
    +
    +
    +
    +
    +

    4.2.7. How to Modify the Query in Span

    +
    +

    If you want to modify the query string in the span (high cardinality tag), use ObservationFilter to update the tag value. +For example, you could perform query sanitization, truncation, etc.

    +
    +
    +

    This approach is generally applicable to modify the tags in span.

    +
    +
    + + + + + +
    + + +ObservationFilter is applied when the observation stops. +The modification will not be available for timers created by DefaultMeterObservationHandler since it sets the timers at observation start. +
    +
    +
    +
    +
    @Bean
    +public ObservationFilter observationFilter() {
    +    return (context) -> {
    +        String tagKey = QueryHighCardinalityKeyNames.QUERY.name();
    +        KeyValue tag = context.getHighCardinalityKeyValue(tagKey);
    +        if(tag != null) {
    +            String query = tag.getValue();
    +
    +            // ... modify query
    +
    +            context.addHighCardinalityKeyValue(KeyValue.of(tagKey, modifiedQuery));
    +        }
    +        return context;
    +    };
    +}
    +
    +
    +
    +
    +
    +
    +
    +

    5. Appendix

    +
    +
    +

    5.1. Common Spring Boot application properties

    +
    +

    Various properties can be specified inside your application.properties file, inside your application.yml file, or as command line switches. +This appendix provides a list of common Datasource Micrometer properties and references to the underlying classes that consume them.

    +
    +
    + + + + + +
    + + +Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list. +Also, you can define your own properties. +
    +
    + +++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDefaultDescription

    jdbc.datasource-proxy.enabled

    true

    Whether to enable JDBC instrumentation.

    jdbc.datasource-proxy.include-parameter-values

    false

    Whether to tag actual query parameter values.

    jdbc.datasource-proxy.json-format

    false

    Use json output for logging query. @see ProxyDataSourceBuilder#asJson()

    jdbc.datasource-proxy.logging

    Logging to use for logging queries.

    jdbc.datasource-proxy.multiline

    true

    Use multiline output for logging query. @see ProxyDataSourceBuilder#multiline()

    jdbc.datasource-proxy.query.enable-logging

    false

    Enable logging all queries to the log.

    jdbc.datasource-proxy.query.log-level

    DEBUG

    Severity of query logger.

    jdbc.datasource-proxy.query.logger-name

    Name of query logger.

    jdbc.datasource-proxy.slow-query.enable-logging

    false

    Enable logging slow queries to the log.

    jdbc.datasource-proxy.slow-query.log-level

    WARN

    Severity of slow query logger.

    jdbc.datasource-proxy.slow-query.logger-name

    Name of slow query logger.

    jdbc.datasource-proxy.slow-query.threshold

    300

    Number of seconds to consider query as slow.

    jdbc.excluded-data-source-bean-names

    List of DataSource bean names that will not be decorated.

    jdbc.includes

    Which types of tracing we would like to include.

    +
    +
    +

    5.2. Observability Metrics and Spans

    +
    +

    5.2.1. Observability - Conventions

    +
    +

    Below you can find a list of all GlobalObservationConvention and ObservationConvention declared by this project.

    +
    + + ++++ + + + + + + + + + + + + + + + + + + +
    Table 1. ObservationConvention implementations

    ObservationConvention Class Name

    Applicable ObservationContext Class Name

    net.ttddyy.observation.tracing.ConnectionObservationConvention

    ConnectionContext

    net.ttddyy.observation.tracing.QueryObservationConvention

    QueryContext

    net.ttddyy.observation.tracing.ResultSetObservationConvention

    ResultSetContext

    +
    +
    +

    5.2.2. Observability - Metrics

    +
    +

    Below you can find a list of all metrics declared by this project.

    +
    +
    +
    Connection
    +
    +
    +
    +

    Span created when a JDBC connection takes place.

    +
    +
    +
    +
    +

    Metric name jdbc.connection. Type timer.

    +
    +
    +

    Metric name jdbc.connection.active. Type long task timer.

    +
    +
    + + + + + +
    + + +KeyValues that are added after starting the Observation might be missing from the *.active metrics. +
    +
    +
    + + + + + +
    + + +Micrometer internally uses nanoseconds for the baseunit. However, each backend determines the actual baseunit. (i.e. Prometheus uses seconds) +
    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + + + + + +
    Table 2. Low cardinality Keys
    +

    Name

    +
    +

    Description

    +
    +

    jdbc.datasource.driver (required)

    +
    +

    Name of the JDBC datasource driver. (HikariCP only)

    +
    +

    jdbc.datasource.pool (required)

    +
    +

    Name of the JDBC datasource pool. (HikariCP only)

    +
    +
    +

    Since, events were set on this documented entry, they will be converted to the following counters.

    +
    +
    +
    Connection - jdbc connection acquired
    +
    +
    +
    +

    When the connection is acquired. This event is recorded right after successful "getConnection()" call.

    +
    +
    +
    +
    +

    Metric name jdbc.connection.acquired. Type counter.

    +
    +
    +
    +
    Connection - jdbc connection commit
    +
    +
    +
    +

    When the connection is committed.

    +
    +
    +
    +
    +

    Metric name jdbc.connection.commit. Type counter.

    +
    +
    +
    +
    Connection - jdbc connection rollback
    +
    +
    +
    +

    When the connection is rolled back.

    +
    +
    +
    +
    +

    Metric name jdbc.connection.rollback. Type counter.

    +
    +
    +
    +
    +
    Query
    +
    +
    +
    +

    Span created when executing a query.

    +
    +
    +
    +
    +

    Metric name jdbc.query. Type timer.

    +
    +
    +

    Metric name jdbc.query.active. Type long task timer.

    +
    +
    + + + + + +
    + + +KeyValues that are added after starting the Observation might be missing from the *.active metrics. +
    +
    +
    + + + + + +
    + + +Micrometer internally uses nanoseconds for the baseunit. However, each backend determines the actual baseunit. (i.e. Prometheus uses seconds) +
    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + + + + + + + + + +
    Table 3. High cardinality Keys
    +

    Name

    +
    +

    Description

    +
    +

    jdbc.params[%s] (required)

    +
    +

    JDBC query parameter values. (since the name contains %s the final value will be resolved at runtime)

    +
    +

    jdbc.query[%s] (required)

    +
    +

    Name of the JDBC query. (since the name contains %s the final value will be resolved at runtime)

    +
    +

    jdbc.row-affected (required)

    +
    +

    Result of "executeUpdate()", "executeLargeUpdate()", "executeBatch()", or "executeLargeBatch()" on "Statement". For batch operations, the value is represented as array.

    +
    +
    +
    +
    Result Set
    +
    +
    +
    +

    Span created when working with JDBC result set.

    +
    +
    +
    +
    +

    Metric name jdbc.result-set. Type timer.

    +
    +
    +

    Metric name jdbc.result-set.active. Type long task timer.

    +
    +
    + + + + + +
    + + +KeyValues that are added after starting the Observation might be missing from the *.active metrics. +
    +
    +
    + + + + + +
    + + +Micrometer internally uses nanoseconds for the baseunit. However, each backend determines the actual baseunit. (i.e. Prometheus uses seconds) +
    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + +
    Table 4. High cardinality Keys
    +

    Name

    +
    +

    Description

    +
    +

    jdbc.row-count (required)

    +
    +

    Number of SQL rows.

    +
    +
    +
    +
    +

    5.2.3. Observability - Spans

    +
    +

    Below you can find a list of all spans declared by this project.

    +
    +
    +
    Connection Span
    +
    +
    +
    +

    Span created when a JDBC connection takes place.

    +
    +
    +
    +
    +

    Span name connection.

    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + + + + + +
    Table 5. Tag Keys

    Name

    Description

    jdbc.datasource.driver (required)

    Name of the JDBC datasource driver. (HikariCP only)

    jdbc.datasource.pool (required)

    Name of the JDBC datasource pool. (HikariCP only)

    + + ++++ + + + + + + + + + + + + + + + + + + +
    Table 6. Event Values

    Name

    Description

    acquired

    When the connection is acquired. This event is recorded right after successful "getConnection()" call.

    commit

    When the connection is committed.

    rollback

    When the connection is rolled back.

    +
    +
    +
    Query Span
    +
    +
    +
    +

    Span created when executing a query.

    +
    +
    +
    +
    +

    Span name query.

    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + + + + + + + + + +
    Table 7. Tag Keys

    Name

    Description

    jdbc.params[%s] (required)

    JDBC query parameter values. (since the name contains %s the final value will be resolved at runtime)

    jdbc.query[%s] (required)

    Name of the JDBC query. (since the name contains %s the final value will be resolved at runtime)

    jdbc.row-affected (required)

    Result of "executeUpdate()", "executeLargeUpdate()", "executeBatch()", or "executeLargeBatch()" on "Statement". For batch operations, the value is represented as array.

    +
    +
    +
    Result Set Span
    +
    +
    +
    +

    Span created when working with JDBC result set.

    +
    +
    +
    +
    +

    Span name result-set.

    +
    +
    +

    Fully qualified name of the enclosing class net.ttddyy.observation.tracing.JdbcObservationDocumentation.

    +
    +
    + + + + + +
    + + +All tags must be prefixed with jdbc prefix! +
    +
    + + ++++ + + + + + + + + + + +
    Table 8. Tag Keys

    Name

    Description

    jdbc.row-count (required)

    Number of SQL rows.

    +
    +
    +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/1.0.5/docs/html/legal.html b/docs/1.0.5/docs/html/legal.html new file mode 100644 index 0000000..5a3efe2 --- /dev/null +++ b/docs/1.0.5/docs/html/legal.html @@ -0,0 +1,609 @@ + + + + + + + +Legal + + + + + + + + + +
    +
    +
    +
    +

    Copyright © 2022

    +
    +
    +

    Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.

    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/docs/1.0.5/docs/html/using.html b/docs/1.0.5/docs/html/using.html new file mode 100644 index 0000000..0252386 --- /dev/null +++ b/docs/1.0.5/docs/html/using.html @@ -0,0 +1,688 @@ + + + + + + + +Using Datasource Micrometer + + + + + + + + + +
    +
    +
    +
    +

    This section goes into more detail about how you should use Datasource Micrometer.

    +
    +
    +
    +
    +

    1. Types of Observations

    +
    +
    +

    The Datasource Micrometer creates Connection, Query, and ResultSet observations.

    +
    +
    +

    The Connection observation represents the database connection operations. It is the base observation, as any database access requires a connection. +The Query observation provides query execution details, such as execution time, SQL query, bind parameters, etc. +The ResultSet observation shows how the operations fetched the data from the query result, including the number of retrieved rows.

    +
    +
    +

    To configure these observations, see howto.html.
    +For Spring Boot, see howto.html.

    +
    +
    +
    +
    +

    2. Features

    +
    +
    +

    2.1. HikariCP Support

    +
    +

    jdbc.datasource.driver and jdbc.datasource.pool tags are available when the target datasource is a HikariDataSource.

    +
    +
    +

    The HikariJdbcObservationFilter provides this feature and this observation filter needs to be registered to the ObservationRegistry.

    +
    +
    +
    +
    ObservationRegistry registry = ...
    +registry.observationConfig().observationFilter(new HikariJdbcObservationFilter());
    +
    +
    +
    +

    It is auto configured in datasource-micrometer-spring-boot.

    +
    +
    +
    +

    2.2. Remote IP and Port

    +
    +

    For spans, remote IP and port are retrieved from the datasource url.

    +
    +
    +
    +

    2.3. Remote Service Name

    +
    +

    The datasource name is used as the remote service name in spans. +The name is specified when creating a proxy datasource by datasource-proxy.

    +
    +
    +
    +
    DataSource instrumented =
    +    ProxyDataSourceBuilder.create(dataSource)
    +        .name("myDS")    // Specify datasource name
    +        .listener(listener)
    +        .methodListener(listener)
    +        .build;
    +
    +
    +
    +

    For datasource-micrometer-spring-boot, the datasource name is resolved by looking the catalog name at start up (or the connection pool name for Hikari, then fallback to its beanname) by default.

    +
    +
    +

    To specify a custom datasource name, see howto.html and howto.html section.

    +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/docs/current/CHANGELOG.txt b/docs/current/CHANGELOG.txt index be2148d..07e0bdf 100644 --- a/docs/current/CHANGELOG.txt +++ b/docs/current/CHANGELOG.txt @@ -1,6 +1,10 @@ Datasource Micrometer Changelog ================================ +1.0.4 +------------------ +* Ensure to always populate datasource in the connection context #44 + 1.0.4 ------------------ * Upgrade to datasource-proxy 1.10 #42 diff --git a/docs/current/api/allclasses-index.html b/docs/current/api/allclasses-index.html index 5e8c6fd..f14d54e 100644 --- a/docs/current/api/allclasses-index.html +++ b/docs/current/api/allclasses-index.html @@ -2,7 +2,7 @@ -All Classes and Interfaces (datasource-micrometer-parent 1.0.4 API) +All Classes and Interfaces (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/allpackages-index.html b/docs/current/api/allpackages-index.html index ad8f6a8..2ea8cf3 100644 --- a/docs/current/api/allpackages-index.html +++ b/docs/current/api/allpackages-index.html @@ -2,7 +2,7 @@ -All Packages (datasource-micrometer-parent 1.0.4 API) +All Packages (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/help-doc.html b/docs/current/api/help-doc.html index a3a1c4a..bc57eea 100644 --- a/docs/current/api/help-doc.html +++ b/docs/current/api/help-doc.html @@ -2,7 +2,7 @@ -API Help (datasource-micrometer-parent 1.0.4 API) +API Help (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/index-all.html b/docs/current/api/index-all.html index 4ca4471..263d40c 100644 --- a/docs/current/api/index-all.html +++ b/docs/current/api/index-all.html @@ -2,7 +2,7 @@ -Index (datasource-micrometer-parent 1.0.4 API) +Index (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/index.html b/docs/current/api/index.html index 91d63b9..f5d2e52 100644 --- a/docs/current/api/index.html +++ b/docs/current/api/index.html @@ -2,7 +2,7 @@ -Overview (datasource-micrometer-parent 1.0.4 API) +Overview (datasource-micrometer-parent 1.0.5 API) @@ -48,7 +48,7 @@
    -

    datasource-micrometer-parent 1.0.4 API

    +

    datasource-micrometer-parent 1.0.5 API

    Packages
    diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceNameResolver.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceNameResolver.html index c2d0e50..8e801aa 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceNameResolver.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceNameResolver.html @@ -2,7 +2,7 @@ -DataSourceNameResolver (datasource-micrometer-parent 1.0.4 API) +DataSourceNameResolver (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationAutoConfiguration.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationAutoConfiguration.html index 28fefe1..bcec256 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationAutoConfiguration.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationAutoConfiguration.html @@ -2,7 +2,7 @@ -DataSourceObservationAutoConfiguration (datasource-micrometer-parent 1.0.4 API) +DataSourceObservationAutoConfiguration (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationBeanPostProcessor.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationBeanPostProcessor.html index 69c7e1e..f617658 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationBeanPostProcessor.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceObservationBeanPostProcessor.html @@ -2,7 +2,7 @@ -DataSourceObservationBeanPostProcessor (datasource-micrometer-parent 1.0.4 API) +DataSourceObservationBeanPostProcessor (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyBuilderConfigurer.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyBuilderConfigurer.html index b4e4261..2f3fa1a 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyBuilderConfigurer.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyBuilderConfigurer.html @@ -2,7 +2,7 @@ -DataSourceProxyBuilderConfigurer (datasource-micrometer-parent 1.0.4 API) +DataSourceProxyBuilderConfigurer (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyConnectionIdManagerProvider.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyConnectionIdManagerProvider.html index 58fabbc..c141c19 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyConnectionIdManagerProvider.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DataSourceProxyConnectionIdManagerProvider.html @@ -2,7 +2,7 @@ -DataSourceProxyConnectionIdManagerProvider (datasource-micrometer-parent 1.0.4 API) +DataSourceProxyConnectionIdManagerProvider (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DefaultDataSourceNameResolver.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DefaultDataSourceNameResolver.html index 8767560..ec064e8 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DefaultDataSourceNameResolver.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/DefaultDataSourceNameResolver.html @@ -2,7 +2,7 @@ -DefaultDataSourceNameResolver (datasource-micrometer-parent 1.0.4 API) +DefaultDataSourceNameResolver (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.DataSourceProxy.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.DataSourceProxy.html index 2b8148d..f2761f2 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.DataSourceProxy.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.DataSourceProxy.html @@ -2,7 +2,7 @@ -JdbcProperties.DataSourceProxy (datasource-micrometer-parent 1.0.4 API) +JdbcProperties.DataSourceProxy (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Logging.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Logging.html index 155aee8..20f146f 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Logging.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Logging.html @@ -2,7 +2,7 @@ -JdbcProperties.Logging (datasource-micrometer-parent 1.0.4 API) +JdbcProperties.Logging (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Query.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Query.html index 6bbde80..7d5652d 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Query.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.Query.html @@ -2,7 +2,7 @@ -JdbcProperties.Query (datasource-micrometer-parent 1.0.4 API) +JdbcProperties.Query (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.SlowQuery.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.SlowQuery.html index 425ed71..e96b675 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.SlowQuery.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.SlowQuery.html @@ -2,7 +2,7 @@ -JdbcProperties.SlowQuery (datasource-micrometer-parent 1.0.4 API) +JdbcProperties.SlowQuery (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.TraceType.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.TraceType.html index 1f7d296..5a6d10f 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.TraceType.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.TraceType.html @@ -2,7 +2,7 @@ -JdbcProperties.TraceType (datasource-micrometer-parent 1.0.4 API) +JdbcProperties.TraceType (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.html index be6321e..da62bfb 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/JdbcProperties.html @@ -2,7 +2,7 @@ -JdbcProperties (datasource-micrometer-parent 1.0.4 API) +JdbcProperties (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/ProxyDataSourceBuilderCustomizer.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/ProxyDataSourceBuilderCustomizer.html index cb388e3..5fb0ae9 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/ProxyDataSourceBuilderCustomizer.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/ProxyDataSourceBuilderCustomizer.html @@ -2,7 +2,7 @@ -ProxyDataSourceBuilderCustomizer (datasource-micrometer-parent 1.0.4 API) +ProxyDataSourceBuilderCustomizer (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceNameResolver.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceNameResolver.html index 214ea60..cd84cce 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceNameResolver.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceNameResolver.html @@ -2,7 +2,7 @@ -Uses of Interface net.ttddyy.observation.boot.autoconfigure.DataSourceNameResolver (datasource-micrometer-parent 1.0.4 API) +Uses of Interface net.ttddyy.observation.boot.autoconfigure.DataSourceNameResolver (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationAutoConfiguration.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationAutoConfiguration.html index 78ad195..83643e1 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationAutoConfiguration.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationAutoConfiguration.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationAutoConfiguration (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationBeanPostProcessor.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationBeanPostProcessor.html index e51e6e8..b974f56 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationBeanPostProcessor.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceObservationBeanPostProcessor.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationBeanPostProcessor (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.boot.autoconfigure.DataSourceObservationBeanPostProcessor (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyBuilderConfigurer.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyBuilderConfigurer.html index 9f10e68..703994e 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyBuilderConfigurer.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyBuilderConfigurer.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.boot.autoconfigure.DataSourceProxyBuilderConfigurer (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.boot.autoconfigure.DataSourceProxyBuilderConfigurer (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyConnectionIdManagerProvider.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyConnectionIdManagerProvider.html index fa60d25..25d3001 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyConnectionIdManagerProvider.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DataSourceProxyConnectionIdManagerProvider.html @@ -2,7 +2,7 @@ -Uses of Interface net.ttddyy.observation.boot.autoconfigure.DataSourceProxyConnectionIdManagerProvider (datasource-micrometer-parent 1.0.4 API) +Uses of Interface net.ttddyy.observation.boot.autoconfigure.DataSourceProxyConnectionIdManagerProvider (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DefaultDataSourceNameResolver.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DefaultDataSourceNameResolver.html index 6a8c2a3..a50c443 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DefaultDataSourceNameResolver.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/DefaultDataSourceNameResolver.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.boot.autoconfigure.DefaultDataSourceNameResolver (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.boot.autoconfigure.DefaultDataSourceNameResolver (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.DataSourceProxy.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.DataSourceProxy.html index 0b38862..63ef326 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.DataSourceProxy.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.DataSourceProxy.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Logging.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Logging.html index 18b7b09..33afff4 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Logging.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Logging.html @@ -2,7 +2,7 @@ -Uses of Enum Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging (datasource-micrometer-parent 1.0.4 API) +Uses of Enum Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Logging (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Query.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Query.html index 7f1c9e9..a96433d 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Query.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.Query.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.Query (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.SlowQuery.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.SlowQuery.html index 4b15625..c7d71c9 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.SlowQuery.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.SlowQuery.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.TraceType.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.TraceType.html index c4e816e..0c4e89c 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.TraceType.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.TraceType.html @@ -2,7 +2,7 @@ -Uses of Enum Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType (datasource-micrometer-parent 1.0.4 API) +Uses of Enum Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties.TraceType (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.html index 29fa067..0778e23 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/JdbcProperties.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.boot.autoconfigure.JdbcProperties (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/ProxyDataSourceBuilderCustomizer.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/ProxyDataSourceBuilderCustomizer.html index e6762ec..7765bda 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/ProxyDataSourceBuilderCustomizer.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/class-use/ProxyDataSourceBuilderCustomizer.html @@ -2,7 +2,7 @@ -Uses of Interface net.ttddyy.observation.boot.autoconfigure.ProxyDataSourceBuilderCustomizer (datasource-micrometer-parent 1.0.4 API) +Uses of Interface net.ttddyy.observation.boot.autoconfigure.ProxyDataSourceBuilderCustomizer (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-summary.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-summary.html index 73eefd9..49c3e4d 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-summary.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-summary.html @@ -2,7 +2,7 @@ -net.ttddyy.observation.boot.autoconfigure (datasource-micrometer-parent 1.0.4 API) +net.ttddyy.observation.boot.autoconfigure (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-tree.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-tree.html index a4cccd2..fc4c22d 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-tree.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-tree.html @@ -2,7 +2,7 @@ -net.ttddyy.observation.boot.autoconfigure Class Hierarchy (datasource-micrometer-parent 1.0.4 API) +net.ttddyy.observation.boot.autoconfigure Class Hierarchy (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-use.html b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-use.html index fb9205c..f3e7bfc 100644 --- a/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-use.html +++ b/docs/current/api/net/ttddyy/observation/boot/autoconfigure/package-use.html @@ -2,7 +2,7 @@ -Uses of Package net.ttddyy.observation.boot.autoconfigure (datasource-micrometer-parent 1.0.4 API) +Uses of Package net.ttddyy.observation.boot.autoconfigure (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ConnectionAttributes.html b/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ConnectionAttributes.html index 8449536..2ab512b 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ConnectionAttributes.html +++ b/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ConnectionAttributes.html @@ -2,7 +2,7 @@ -ConnectionAttributesManager.ConnectionAttributes (datasource-micrometer-parent 1.0.4 API) +ConnectionAttributesManager.ConnectionAttributes (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributes.html b/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributes.html index 64efa45..1cbf7f6 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributes.html +++ b/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributes.html @@ -2,7 +2,7 @@ -ConnectionAttributesManager.ResultSetAttributes (datasource-micrometer-parent 1.0.4 API) +ConnectionAttributesManager.ResultSetAttributes (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributesManager.html b/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributesManager.html index 1f819d6..05fbddb 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributesManager.html +++ b/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.ResultSetAttributesManager.html @@ -2,7 +2,7 @@ -ConnectionAttributesManager.ResultSetAttributesManager (datasource-micrometer-parent 1.0.4 API) +ConnectionAttributesManager.ResultSetAttributesManager (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.html b/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.html index 1e51b23..d89cd2b 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.html +++ b/docs/current/api/net/ttddyy/observation/tracing/ConnectionAttributesManager.html @@ -2,7 +2,7 @@ -ConnectionAttributesManager (datasource-micrometer-parent 1.0.4 API) +ConnectionAttributesManager (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/ConnectionContext.html b/docs/current/api/net/ttddyy/observation/tracing/ConnectionContext.html index 0fc2f6d..12acab6 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/ConnectionContext.html +++ b/docs/current/api/net/ttddyy/observation/tracing/ConnectionContext.html @@ -2,7 +2,7 @@ -ConnectionContext (datasource-micrometer-parent 1.0.4 API) +ConnectionContext (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/ConnectionObservationConvention.html b/docs/current/api/net/ttddyy/observation/tracing/ConnectionObservationConvention.html index 56bbdca..6cc939f 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/ConnectionObservationConvention.html +++ b/docs/current/api/net/ttddyy/observation/tracing/ConnectionObservationConvention.html @@ -2,7 +2,7 @@ -ConnectionObservationConvention (datasource-micrometer-parent 1.0.4 API) +ConnectionObservationConvention (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/ConnectionTracingObservationHandler.html b/docs/current/api/net/ttddyy/observation/tracing/ConnectionTracingObservationHandler.html index 26d24e4..6f38162 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/ConnectionTracingObservationHandler.html +++ b/docs/current/api/net/ttddyy/observation/tracing/ConnectionTracingObservationHandler.html @@ -2,7 +2,7 @@ -ConnectionTracingObservationHandler (datasource-micrometer-parent 1.0.4 API) +ConnectionTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/DataSourceBaseContext.html b/docs/current/api/net/ttddyy/observation/tracing/DataSourceBaseContext.html index 77faddf..6467267 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/DataSourceBaseContext.html +++ b/docs/current/api/net/ttddyy/observation/tracing/DataSourceBaseContext.html @@ -2,7 +2,7 @@ -DataSourceBaseContext (datasource-micrometer-parent 1.0.4 API) +DataSourceBaseContext (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/DataSourceBaseObservationHandler.html b/docs/current/api/net/ttddyy/observation/tracing/DataSourceBaseObservationHandler.html index e50a224..892d734 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/DataSourceBaseObservationHandler.html +++ b/docs/current/api/net/ttddyy/observation/tracing/DataSourceBaseObservationHandler.html @@ -2,7 +2,7 @@ -DataSourceBaseObservationHandler (datasource-micrometer-parent 1.0.4 API) +DataSourceBaseObservationHandler (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/DataSourceObservationListener.html b/docs/current/api/net/ttddyy/observation/tracing/DataSourceObservationListener.html index 263b9c3..7abb07f 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/DataSourceObservationListener.html +++ b/docs/current/api/net/ttddyy/observation/tracing/DataSourceObservationListener.html @@ -2,7 +2,7 @@ -DataSourceObservationListener (datasource-micrometer-parent 1.0.4 API) +DataSourceObservationListener (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/DefaultConnectionAttributesManager.html b/docs/current/api/net/ttddyy/observation/tracing/DefaultConnectionAttributesManager.html index d1d2e97..0a96991 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/DefaultConnectionAttributesManager.html +++ b/docs/current/api/net/ttddyy/observation/tracing/DefaultConnectionAttributesManager.html @@ -2,7 +2,7 @@ -DefaultConnectionAttributesManager (datasource-micrometer-parent 1.0.4 API) +DefaultConnectionAttributesManager (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/DefaultQueryParametersSpanTagProvider.html b/docs/current/api/net/ttddyy/observation/tracing/DefaultQueryParametersSpanTagProvider.html index 5c19b83..279ff74 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/DefaultQueryParametersSpanTagProvider.html +++ b/docs/current/api/net/ttddyy/observation/tracing/DefaultQueryParametersSpanTagProvider.html @@ -2,7 +2,7 @@ -DefaultQueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.4 API) +DefaultQueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/HikariJdbcObservationFilter.html b/docs/current/api/net/ttddyy/observation/tracing/HikariJdbcObservationFilter.html index 4349cf1..d2d4d89 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/HikariJdbcObservationFilter.html +++ b/docs/current/api/net/ttddyy/observation/tracing/HikariJdbcObservationFilter.html @@ -2,7 +2,7 @@ -HikariJdbcObservationFilter (datasource-micrometer-parent 1.0.4 API) +HikariJdbcObservationFilter (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ConnectionKeyNames.html b/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ConnectionKeyNames.html index cfca41f..606b3b2 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ConnectionKeyNames.html +++ b/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ConnectionKeyNames.html @@ -2,7 +2,7 @@ -JdbcObservationDocumentation.ConnectionKeyNames (datasource-micrometer-parent 1.0.4 API) +JdbcObservationDocumentation.ConnectionKeyNames (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.JdbcEvents.html b/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.JdbcEvents.html index b1d7dcb..958b2bd 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.JdbcEvents.html +++ b/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.JdbcEvents.html @@ -2,7 +2,7 @@ -JdbcObservationDocumentation.JdbcEvents (datasource-micrometer-parent 1.0.4 API) +JdbcObservationDocumentation.JdbcEvents (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html b/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html index 692a947..d722280 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html +++ b/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html @@ -2,7 +2,7 @@ -JdbcObservationDocumentation.QueryHighCardinalityKeyNames (datasource-micrometer-parent 1.0.4 API) +JdbcObservationDocumentation.QueryHighCardinalityKeyNames (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html b/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html index 8f8bc89..e2e5f6c 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html +++ b/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html @@ -2,7 +2,7 @@ -JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames (datasource-micrometer-parent 1.0.4 API) +JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.html b/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.html index 88ee0d0..a8cc81e 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.html +++ b/docs/current/api/net/ttddyy/observation/tracing/JdbcObservationDocumentation.html @@ -2,7 +2,7 @@ -JdbcObservationDocumentation (datasource-micrometer-parent 1.0.4 API) +JdbcObservationDocumentation (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/QueryContext.html b/docs/current/api/net/ttddyy/observation/tracing/QueryContext.html index 7a31006..399d0b4 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/QueryContext.html +++ b/docs/current/api/net/ttddyy/observation/tracing/QueryContext.html @@ -2,7 +2,7 @@ -QueryContext (datasource-micrometer-parent 1.0.4 API) +QueryContext (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/QueryObservationConvention.html b/docs/current/api/net/ttddyy/observation/tracing/QueryObservationConvention.html index 3ca1e30..b6f20f1 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/QueryObservationConvention.html +++ b/docs/current/api/net/ttddyy/observation/tracing/QueryObservationConvention.html @@ -2,7 +2,7 @@ -QueryObservationConvention (datasource-micrometer-parent 1.0.4 API) +QueryObservationConvention (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/QueryParametersSpanTagProvider.html b/docs/current/api/net/ttddyy/observation/tracing/QueryParametersSpanTagProvider.html index b1d40d4..6a3b71f 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/QueryParametersSpanTagProvider.html +++ b/docs/current/api/net/ttddyy/observation/tracing/QueryParametersSpanTagProvider.html @@ -2,7 +2,7 @@ -QueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.4 API) +QueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/QueryTracingObservationHandler.html b/docs/current/api/net/ttddyy/observation/tracing/QueryTracingObservationHandler.html index 0a91a1e..02fc5b3 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/QueryTracingObservationHandler.html +++ b/docs/current/api/net/ttddyy/observation/tracing/QueryTracingObservationHandler.html @@ -2,7 +2,7 @@ -QueryTracingObservationHandler (datasource-micrometer-parent 1.0.4 API) +QueryTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/ResultSetContext.html b/docs/current/api/net/ttddyy/observation/tracing/ResultSetContext.html index 5171020..78d1ac1 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/ResultSetContext.html +++ b/docs/current/api/net/ttddyy/observation/tracing/ResultSetContext.html @@ -2,7 +2,7 @@ -ResultSetContext (datasource-micrometer-parent 1.0.4 API) +ResultSetContext (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/ResultSetObservationConvention.html b/docs/current/api/net/ttddyy/observation/tracing/ResultSetObservationConvention.html index 1f19cb0..bb24189 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/ResultSetObservationConvention.html +++ b/docs/current/api/net/ttddyy/observation/tracing/ResultSetObservationConvention.html @@ -2,7 +2,7 @@ -ResultSetObservationConvention (datasource-micrometer-parent 1.0.4 API) +ResultSetObservationConvention (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/ResultSetTracingObservationHandler.html b/docs/current/api/net/ttddyy/observation/tracing/ResultSetTracingObservationHandler.html index afc3048..3b92aa4 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/ResultSetTracingObservationHandler.html +++ b/docs/current/api/net/ttddyy/observation/tracing/ResultSetTracingObservationHandler.html @@ -2,7 +2,7 @@ -ResultSetTracingObservationHandler (datasource-micrometer-parent 1.0.4 API) +ResultSetTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ConnectionAttributes.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ConnectionAttributes.html index 8c9b667..4fc0015 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ConnectionAttributes.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ConnectionAttributes.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.ConnectionAttributesManager.ConnectionAttributes (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.ConnectionAttributesManager.ConnectionAttributes (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributes.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributes.html index df72e76..b53a137 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributes.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributes.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributes (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributes (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributesManager.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributesManager.html index 8a8f16e..baa9871 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributesManager.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.ResultSetAttributesManager.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributesManager (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.ConnectionAttributesManager.ResultSetAttributesManager (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.html index fef6b85..da9f966 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionAttributesManager.html @@ -2,7 +2,7 @@ -Uses of Interface net.ttddyy.observation.tracing.ConnectionAttributesManager (datasource-micrometer-parent 1.0.4 API) +Uses of Interface net.ttddyy.observation.tracing.ConnectionAttributesManager (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionContext.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionContext.html index 7588fd0..3427b46 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionContext.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionContext.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.ConnectionContext (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.ConnectionContext (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionObservationConvention.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionObservationConvention.html index fa2d382..12e00fd 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionObservationConvention.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionObservationConvention.html @@ -2,7 +2,7 @@ -Uses of Interface net.ttddyy.observation.tracing.ConnectionObservationConvention (datasource-micrometer-parent 1.0.4 API) +Uses of Interface net.ttddyy.observation.tracing.ConnectionObservationConvention (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionTracingObservationHandler.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionTracingObservationHandler.html index 916b44c..8545892 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionTracingObservationHandler.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/ConnectionTracingObservationHandler.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.ConnectionTracingObservationHandler (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.ConnectionTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseContext.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseContext.html index c620a9d..c643e73 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseContext.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseContext.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.DataSourceBaseContext (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.DataSourceBaseContext (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseObservationHandler.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseObservationHandler.html index 2399927..9bbe69a 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseObservationHandler.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceBaseObservationHandler.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.DataSourceBaseObservationHandler (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.DataSourceBaseObservationHandler (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceObservationListener.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceObservationListener.html index 90fa460..46e8cd7 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceObservationListener.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/DataSourceObservationListener.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.DataSourceObservationListener (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.DataSourceObservationListener (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/DefaultConnectionAttributesManager.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/DefaultConnectionAttributesManager.html index c58ea36..dd2c01d 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/DefaultConnectionAttributesManager.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/DefaultConnectionAttributesManager.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.DefaultConnectionAttributesManager (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.DefaultConnectionAttributesManager (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/DefaultQueryParametersSpanTagProvider.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/DefaultQueryParametersSpanTagProvider.html index 0ff467c..3edf4da 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/DefaultQueryParametersSpanTagProvider.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/DefaultQueryParametersSpanTagProvider.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.DefaultQueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.DefaultQueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/HikariJdbcObservationFilter.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/HikariJdbcObservationFilter.html index ab1fe73..73be0cd 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/HikariJdbcObservationFilter.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/HikariJdbcObservationFilter.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.HikariJdbcObservationFilter (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.HikariJdbcObservationFilter (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ConnectionKeyNames.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ConnectionKeyNames.html index ef5c4d5..f96bce9 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ConnectionKeyNames.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ConnectionKeyNames.html @@ -2,7 +2,7 @@ -Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames (datasource-micrometer-parent 1.0.4 API) +Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ConnectionKeyNames (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.JdbcEvents.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.JdbcEvents.html index a511c81..351ddb6 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.JdbcEvents.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.JdbcEvents.html @@ -2,7 +2,7 @@ -Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents (datasource-micrometer-parent 1.0.4 API) +Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.JdbcEvents (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html index a7bde58..0efe60a 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.QueryHighCardinalityKeyNames.html @@ -2,7 +2,7 @@ -Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames (datasource-micrometer-parent 1.0.4 API) +Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.QueryHighCardinalityKeyNames (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html index 1676867..e087a1d 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames.html @@ -2,7 +2,7 @@ -Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames (datasource-micrometer-parent 1.0.4 API) +Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation.ResultSetHighCardinalityKeyNames (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.html index 6427e60..3cf1545 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/JdbcObservationDocumentation.html @@ -2,7 +2,7 @@ -Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation (datasource-micrometer-parent 1.0.4 API) +Uses of Enum Class net.ttddyy.observation.tracing.JdbcObservationDocumentation (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryContext.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryContext.html index 0c0538f..92480d0 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryContext.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryContext.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.QueryContext (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.QueryContext (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryObservationConvention.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryObservationConvention.html index 421390a..d6a2b1c 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryObservationConvention.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryObservationConvention.html @@ -2,7 +2,7 @@ -Uses of Interface net.ttddyy.observation.tracing.QueryObservationConvention (datasource-micrometer-parent 1.0.4 API) +Uses of Interface net.ttddyy.observation.tracing.QueryObservationConvention (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryParametersSpanTagProvider.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryParametersSpanTagProvider.html index 6d1a655..b517cd0 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryParametersSpanTagProvider.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryParametersSpanTagProvider.html @@ -2,7 +2,7 @@ -Uses of Interface net.ttddyy.observation.tracing.QueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.4 API) +Uses of Interface net.ttddyy.observation.tracing.QueryParametersSpanTagProvider (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryTracingObservationHandler.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryTracingObservationHandler.html index 53b9fdb..97dc7e2 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryTracingObservationHandler.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/QueryTracingObservationHandler.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.QueryTracingObservationHandler (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.QueryTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetContext.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetContext.html index 060d508..ef3f2f4 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetContext.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetContext.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.ResultSetContext (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.ResultSetContext (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetObservationConvention.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetObservationConvention.html index 7b0474f..062ee6a 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetObservationConvention.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetObservationConvention.html @@ -2,7 +2,7 @@ -Uses of Interface net.ttddyy.observation.tracing.ResultSetObservationConvention (datasource-micrometer-parent 1.0.4 API) +Uses of Interface net.ttddyy.observation.tracing.ResultSetObservationConvention (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetTracingObservationHandler.html b/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetTracingObservationHandler.html index 17e7d38..72516be 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetTracingObservationHandler.html +++ b/docs/current/api/net/ttddyy/observation/tracing/class-use/ResultSetTracingObservationHandler.html @@ -2,7 +2,7 @@ -Uses of Class net.ttddyy.observation.tracing.ResultSetTracingObservationHandler (datasource-micrometer-parent 1.0.4 API) +Uses of Class net.ttddyy.observation.tracing.ResultSetTracingObservationHandler (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/package-summary.html b/docs/current/api/net/ttddyy/observation/tracing/package-summary.html index cb8443f..60cf921 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/package-summary.html +++ b/docs/current/api/net/ttddyy/observation/tracing/package-summary.html @@ -2,7 +2,7 @@ -net.ttddyy.observation.tracing (datasource-micrometer-parent 1.0.4 API) +net.ttddyy.observation.tracing (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/package-tree.html b/docs/current/api/net/ttddyy/observation/tracing/package-tree.html index 33b6d02..3952115 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/package-tree.html +++ b/docs/current/api/net/ttddyy/observation/tracing/package-tree.html @@ -2,7 +2,7 @@ -net.ttddyy.observation.tracing Class Hierarchy (datasource-micrometer-parent 1.0.4 API) +net.ttddyy.observation.tracing Class Hierarchy (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/net/ttddyy/observation/tracing/package-use.html b/docs/current/api/net/ttddyy/observation/tracing/package-use.html index 5d458dd..34f487c 100644 --- a/docs/current/api/net/ttddyy/observation/tracing/package-use.html +++ b/docs/current/api/net/ttddyy/observation/tracing/package-use.html @@ -2,7 +2,7 @@ -Uses of Package net.ttddyy.observation.tracing (datasource-micrometer-parent 1.0.4 API) +Uses of Package net.ttddyy.observation.tracing (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/api/overview-summary.html b/docs/current/api/overview-summary.html index e7897cf..4ee90f6 100644 --- a/docs/current/api/overview-summary.html +++ b/docs/current/api/overview-summary.html @@ -2,7 +2,7 @@ -datasource-micrometer-parent 1.0.4 API +datasource-micrometer-parent 1.0.5 API diff --git a/docs/current/api/overview-tree.html b/docs/current/api/overview-tree.html index cc05f43..5bb89ee 100644 --- a/docs/current/api/overview-tree.html +++ b/docs/current/api/overview-tree.html @@ -2,7 +2,7 @@ -Class Hierarchy (datasource-micrometer-parent 1.0.4 API) +Class Hierarchy (datasource-micrometer-parent 1.0.5 API) diff --git a/docs/current/docs/html/appendix.html b/docs/current/docs/html/appendix.html index 6e1e796..e7c8b20 100644 --- a/docs/current/docs/html/appendix.html +++ b/docs/current/docs/html/appendix.html @@ -590,7 +590,7 @@ @@ -717,7 +717,7 @@

    <dependency> <groupId>net.ttddyy.observation</groupId> <artifactId>datasource-micrometer-spring-boot</artifactId> - <version>1.0.4</version> + <version>1.0.5</version> </dependency>

    @@ -725,7 +725,7 @@

    Gradle

    dependencies {
    -    implementation "net.ttddyy.observation:datasource-micrometer-spring-boot:1.0.4"
    +    implementation "net.ttddyy.observation:datasource-micrometer-spring-boot:1.0.5"
     }
  • diff --git a/docs/current/docs/html/howto.html b/docs/current/docs/html/howto.html index ec0bfde..3d4f61c 100644 --- a/docs/current/docs/html/howto.html +++ b/docs/current/docs/html/howto.html @@ -590,7 +590,7 @@
    dependencies {
    -    implementation "net.ttddyy.observation:datasource-micrometer:1.0.4"
    +    implementation "net.ttddyy.observation:datasource-micrometer:1.0.5"
     }
    @@ -779,7 +779,7 @@

    <dependency> <groupId>net.ttddyy.observation</groupId> <artifactId>datasource-micrometer-spring-boot</artifactId> - <version>1.0.4</version> + <version>1.0.5</version> </dependency>

    @@ -787,7 +787,7 @@

    Gradle
    dependencies {
    -    implementation "net.ttddyy.observation:datasource-micrometer-spring-boot:1.0.4"
    +    implementation "net.ttddyy.observation:datasource-micrometer-spring-boot:1.0.5"
     }
    diff --git a/docs/current/docs/html/legal.html b/docs/current/docs/html/legal.html index 20af699..5a3efe2 100644 --- a/docs/current/docs/html/legal.html +++ b/docs/current/docs/html/legal.html @@ -590,7 +590,7 @@
    diff --git a/docs/current/docs/html/using.html b/docs/current/docs/html/using.html index 5d834c9..0252386 100644 --- a/docs/current/docs/html/using.html +++ b/docs/current/docs/html/using.html @@ -590,7 +590,7 @@