This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tomee-site-pub.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 431cd27a2f [site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
431cd27a2f is described below
commit 431cd27a2fe57375777b0ddd6981152abb62b283
Author: jenkins <[email protected]>
AuthorDate: Tue Aug 16 00:45:28 2022 +0000
[site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
---
microprofile-6.0/javadoc/index-all.html | 16 +-----
.../microprofile/metrics/DefaultMetadata.html | 64 ++++------------------
.../org/eclipse/microprofile/metrics/Metadata.html | 47 ++--------------
.../microprofile/metrics/MetadataBuilder.html | 28 +---------
.../microprofile/metrics/annotation/Counted.html | 35 +-----------
.../microprofile/metrics/annotation/Gauge.html | 33 +----------
.../microprofile/metrics/annotation/Metric.html | 35 +-----------
.../microprofile/metrics/annotation/Timed.html | 35 +-----------
.../microprofile/metrics/package-summary.html | 2 +-
.../stereotypes/CountMeWithSpecifiedMetadata.html | 3 +-
10 files changed, 34 insertions(+), 264 deletions(-)
diff --git a/microprofile-6.0/javadoc/index-all.html
b/microprofile-6.0/javadoc/index-all.html
index f484d87851..606e8a2151 100644
--- a/microprofile-6.0/javadoc/index-all.html
+++ b/microprofile-6.0/javadoc/index-all.html
@@ -1131,7 +1131,7 @@
<dd>
<div class="block">The default implementation of <a
href="org/eclipse/microprofile/metrics/Metadata.html" title="interface in
org.eclipse.microprofile.metrics"><code>Metadata</code></a></div>
</dd>
-<dt><span class="memberNameLink"><a
href="org/eclipse/microprofile/metrics/DefaultMetadata.html#DefaultMetadata-java.lang.String-java.lang.String-java.lang.String-org.eclipse.microprofile.metrics.MetricType-java.lang.String-">DefaultMetadata(String,
String, String, MetricType, String)</a></span> - Constructor for class
org.eclipse.microprofile.metrics.<a
href="org/eclipse/microprofile/metrics/DefaultMetadata.html" title="class in
org.eclipse.microprofile.metrics">DefaultMetadata</a></dt>
+<dt><span class="memberNameLink"><a
href="org/eclipse/microprofile/metrics/DefaultMetadata.html#DefaultMetadata-java.lang.String-java.lang.String-org.eclipse.microprofile.metrics.MetricType-java.lang.String-">DefaultMetadata(String,
String, MetricType, String)</a></span> - Constructor for class
org.eclipse.microprofile.metrics.<a
href="org/eclipse/microprofile/metrics/DefaultMetadata.html" title="class in
org.eclipse.microprofile.metrics">DefaultMetadata</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a
href="org/eclipse/microprofile/metrics/tck/metrics/DefaultNameMetricMethodBean.html#defaultNameCountedMethod--">defaultNameCountedMethod()</a></span>
- Method in class org.eclipse.microprofile.metrics.tck.metrics.<a
href="org/eclipse/microprofile/metrics/tck/metrics/DefaultNameMetricMethodBean.html"
title="class in
org.eclipse.microprofile.metrics.tck.metrics">DefaultNameMetricMethodBean</a></dt>
<dd> </dd>
@@ -1257,10 +1257,6 @@
<dd>
<div class="block">This object maps payload values to a particular
Schema.</div>
</dd>
-<dt><span class="memberNameLink"><a
href="org/eclipse/microprofile/metrics/DefaultMetadata.html#displayName--">displayName()</a></span>
- Method in class org.eclipse.microprofile.metrics.<a
href="org/eclipse/microprofile/metrics/DefaultMetadata.html" title="class in
org.eclipse.microprofile.metrics">DefaultMetadata</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a
href="org/eclipse/microprofile/metrics/Metadata.html#displayName--">displayName()</a></span>
- Method in interface org.eclipse.microprofile.metrics.<a
href="org/eclipse/microprofile/metrics/Metadata.html" title="interface in
org.eclipse.microprofile.metrics">Metadata</a></dt>
-<dd> </dd>
<dt><span class="memberNameLink"><a
href="org/eclipse/microprofile/health/HealthCheckResponse.html#down-java.lang.String-">down(String)</a></span>
- Static method in class org.eclipse.microprofile.health.<a
href="org/eclipse/microprofile/health/HealthCheckResponse.html" title="class in
org.eclipse.microprofile.health">HealthCheckResponse</a></dt>
<dd>
<div class="block">Creates a failed health check with a name.</div>
@@ -1968,12 +1964,6 @@
<dd>
<div class="block">Returns the discriminator property from this Schema
instance.</div>
</dd>
-<dt><span class="memberNameLink"><a
href="org/eclipse/microprofile/metrics/DefaultMetadata.html#getDisplayName--">getDisplayName()</a></span>
- Method in class org.eclipse.microprofile.metrics.<a
href="org/eclipse/microprofile/metrics/DefaultMetadata.html" title="class in
org.eclipse.microprofile.metrics">DefaultMetadata</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a
href="org/eclipse/microprofile/metrics/Metadata.html#getDisplayName--">getDisplayName()</a></span>
- Method in interface org.eclipse.microprofile.metrics.<a
href="org/eclipse/microprofile/metrics/Metadata.html" title="interface in
org.eclipse.microprofile.metrics">Metadata</a></dt>
-<dd>
-<div class="block">Returns the display name if set, otherwise this method
returns the metric name.</div>
-</dd>
<dt><span class="memberNameLink"><a
href="org/eclipse/microprofile/metrics/Timer.html#getElapsedTime--">getElapsedTime()</a></span>
- Method in interface org.eclipse.microprofile.metrics.<a
href="org/eclipse/microprofile/metrics/Timer.html" title="interface in
org.eclipse.microprofile.metrics">Timer</a></dt>
<dd>
<div class="block">Returns the total elapsed timing durations of all completed
timing events that are recorded with
@@ -6111,10 +6101,6 @@ the order they are declared.</div>
<dd>
<div class="block">Sets the description.</div>
</dd>
-<dt><span class="memberNameLink"><a
href="org/eclipse/microprofile/metrics/MetadataBuilder.html#withDisplayName-java.lang.String-">withDisplayName(String)</a></span>
- Method in class org.eclipse.microprofile.metrics.<a
href="org/eclipse/microprofile/metrics/MetadataBuilder.html" title="class in
org.eclipse.microprofile.metrics">MetadataBuilder</a></dt>
-<dd>
-<div class="block">Sets the displayName.</div>
-</dd>
<dt><span class="memberNameLink"><a
href="org/eclipse/microprofile/metrics/MetadataBuilder.html#withName-java.lang.String-">withName(String)</a></span>
- Method in class org.eclipse.microprofile.metrics.<a
href="org/eclipse/microprofile/metrics/MetadataBuilder.html" title="class in
org.eclipse.microprofile.metrics">MetadataBuilder</a></dt>
<dd>
<div class="block">Sets the name.</div>
diff --git
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/DefaultMetadata.html
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/DefaultMetadata.html
index edfea4bb4a..27f7b99278 100644
---
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/DefaultMetadata.html
+++
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/DefaultMetadata.html
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
-var methods =
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10};
+var methods =
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -136,8 +136,7 @@ implements <a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html"
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#DefaultMetadata-java.lang.String-java.lang.String-java.lang.String-org.eclipse.microprofile.metrics.MetricType-java.lang.String-">DefaultMetadata</a></span>(java.lang.String name,
- java.lang.String displayName,
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#DefaultMetadata-java.lang.String-java.lang.String-org.eclipse.microprofile.metrics.MetricType-java.lang.String-">DefaultMetadata</a></span>(java.lang.String name,
java.lang.String description,
<a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html" title="enum
in org.eclipse.microprofile.metrics">MetricType</a> type,
java.lang.String unit)</code> </td>
@@ -162,58 +161,48 @@ implements <a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html"
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#description--">description</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
-<td
class="colFirst"><code>java.util.Optional<java.lang.String></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#displayName--">displayName</a></span>()</code> </td>
-</tr>
-<tr id="i2" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object o)</code> </td>
</tr>
-<tr id="i3" class="rowColor">
+<tr id="i2" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#getDescription--">getDescription</a></span>()</code>
<div class="block">Returns the description of the metric if set, otherwise
this method returns the empty <code>String</code>.</div>
</td>
</tr>
-<tr id="i4" class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#getDisplayName--">getDisplayName</a></span>()</code>
-<div class="block">Returns the display name if set, otherwise this method
returns the metric name.</div>
-</td>
-</tr>
-<tr id="i5" class="rowColor">
+<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#getName--">getName</a></span>()</code>
<div class="block">Returns the metric name.</div>
</td>
</tr>
-<tr id="i6" class="altColor">
+<tr id="i4" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#getType--">getType</a></span>()</code>
<div class="block">Returns the String representation of the <a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html" title="enum
in org.eclipse.microprofile.metrics"><code>MetricType</code></a>.</div>
</td>
</tr>
-<tr id="i7" class="rowColor">
+<tr id="i5" class="rowColor">
<td class="colFirst"><code><a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html" title="enum
in org.eclipse.microprofile.metrics">MetricType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#getTypeRaw--">getTypeRaw</a></span>()</code>
<div class="block">Returns the <a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html" title="enum
in org.eclipse.microprofile.metrics"><code>MetricType</code></a> of the metric
if set, otherwise it returns <a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html#INVALID"><code>MetricType.INVALID</code></a></div>
</td>
</tr>
-<tr id="i8" class="altColor">
+<tr id="i6" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#getUnit--">getUnit</a></span>()</code>
<div class="block">Returns the unit of this metric if set, otherwise this
method returns <a
href="../../../../org/eclipse/microprofile/metrics/MetricUnits.html#NONE"><code>MetricUnits.NONE</code></a></div>
</td>
</tr>
-<tr id="i9" class="rowColor">
+<tr id="i7" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#hashCode--">hashCode</a></span>()</code> </td>
</tr>
-<tr id="i10" class="altColor">
+<tr id="i8" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#toString--">toString</a></span>()</code> </td>
</tr>
-<tr id="i11" class="rowColor">
+<tr id="i9" class="rowColor">
<td
class="colFirst"><code>java.util.Optional<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/DefaultMetadata.html#unit--">unit</a></span>()</code> </td>
</tr>
@@ -246,14 +235,13 @@ implements <a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html"
<!-- -->
</a>
<h3>Constructor Detail</h3>
-<a
name="DefaultMetadata-java.lang.String-java.lang.String-java.lang.String-org.eclipse.microprofile.metrics.MetricType-java.lang.String-">
+<a
name="DefaultMetadata-java.lang.String-java.lang.String-org.eclipse.microprofile.metrics.MetricType-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DefaultMetadata</h4>
<pre>protected DefaultMetadata(java.lang.String name,
- java.lang.String displayName,
java.lang.String description,
<a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html" title="enum
in org.eclipse.microprofile.metrics">MetricType</a> type,
java.lang.String unit)</pre>
@@ -284,36 +272,6 @@ implements <a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html"
</dl>
</li>
</ul>
-<a name="getDisplayName--">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getDisplayName</h4>
-<pre>public java.lang.String getDisplayName()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#getDisplayName--">Metadata</a></code></span></div>
-<div class="block">Returns the display name if set, otherwise this method
returns the metric name.</div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#getDisplayName--">getDisplayName</a></code> in
interface <code><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html"
title="interface in org.eclipse.microprofile.metrics">Metadata</a></code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the display name</dd>
-</dl>
-</li>
-</ul>
-<a name="displayName--">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>displayName</h4>
-<pre>public java.util.Optional<java.lang.String> displayName()</pre>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#displayName--">displayName</a></code> in
interface <code><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html"
title="interface in org.eclipse.microprofile.metrics">Metadata</a></code></dd>
-</dl>
-</li>
-</ul>
<a name="getDescription--">
<!-- -->
</a>
diff --git
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/Metadata.html
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/Metadata.html
index 01d08c65e1..9c40ade8ae 100644
--- a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/Metadata.html
+++ b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/Metadata.html
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
-var methods =
{"i0":17,"i1":17,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6};
+var methods =
{"i0":17,"i1":17,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6};
var tabs = {65535:["t0","All Methods"],1:["t1","Static
Methods"],2:["t2","Instance Methods"],4:["t3","Abstract
Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -110,8 +110,6 @@ var activeTableTab = "activeTableTab";
The metadata contains:
<ul>
<li><code>Name</code>: (Required) The name of the metric.</li>
- <li><code>Display name</code>: (Optional) The display (friendly) name of the
metric. By default, it is set to the
- <code>Name</code>.</li>
<li><code>Description</code>: (Optional) A human readable description of the
metric.</li>
<li><code>Type</code>: (Required) The type of the metric. See <a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html" title="enum
in org.eclipse.microprofile.metrics"><code>MetricType</code></a>.</li>
<li><code>Unit</code>: (Optional) The unit of the metric. The unit may be any
unit specified as a String or one specified
@@ -160,46 +158,36 @@ var activeTableTab = "activeTableTab";
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#description--">description</a></span>()</code> </td>
</tr>
<tr id="i3" class="rowColor">
-<td
class="colFirst"><code>java.util.Optional<java.lang.String></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#displayName--">displayName</a></span>()</code> </td>
-</tr>
-<tr id="i4" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#getDescription--">getDescription</a></span>()</code>
<div class="block">Returns the description of the metric if set, otherwise
this method returns the empty <code>String</code>.</div>
</td>
</tr>
-<tr id="i5" class="rowColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#getDisplayName--">getDisplayName</a></span>()</code>
-<div class="block">Returns the display name if set, otherwise this method
returns the metric name.</div>
-</td>
-</tr>
-<tr id="i6" class="altColor">
+<tr id="i4" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#getName--">getName</a></span>()</code>
<div class="block">Returns the metric name.</div>
</td>
</tr>
-<tr id="i7" class="rowColor">
+<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#getType--">getType</a></span>()</code>
<div class="block">Returns the String representation of the <a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html" title="enum
in org.eclipse.microprofile.metrics"><code>MetricType</code></a>.</div>
</td>
</tr>
-<tr id="i8" class="altColor">
+<tr id="i6" class="altColor">
<td class="colFirst"><code><a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html" title="enum
in org.eclipse.microprofile.metrics">MetricType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#getTypeRaw--">getTypeRaw</a></span>()</code>
<div class="block">Returns the <a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html" title="enum
in org.eclipse.microprofile.metrics"><code>MetricType</code></a> of the metric
if set, otherwise it returns <a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html#INVALID"><code>MetricType.INVALID</code></a></div>
</td>
</tr>
-<tr id="i9" class="rowColor">
+<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#getUnit--">getUnit</a></span>()</code>
<div class="block">Returns the unit of this metric if set, otherwise this
method returns <a
href="../../../../org/eclipse/microprofile/metrics/MetricUnits.html#NONE"><code>MetricUnits.NONE</code></a></div>
</td>
</tr>
-<tr id="i10" class="altColor">
+<tr id="i8" class="altColor">
<td
class="colFirst"><code>java.util.Optional<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html#unit--">unit</a></span>()</code> </td>
</tr>
@@ -232,29 +220,6 @@ var activeTableTab = "activeTableTab";
</dl>
</li>
</ul>
-<a name="getDisplayName--">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getDisplayName</h4>
-<pre>java.lang.String getDisplayName()</pre>
-<div class="block">Returns the display name if set, otherwise this method
returns the metric name.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the display name</dd>
-</dl>
-</li>
-</ul>
-<a name="displayName--">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>displayName</h4>
-<pre>java.util.Optional<java.lang.String> displayName()</pre>
-</li>
-</ul>
<a name="getDescription--">
<!-- -->
</a>
diff --git
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/MetadataBuilder.html
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/MetadataBuilder.html
index f0e7855423..a8f8805979 100644
---
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/MetadataBuilder.html
+++
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/MetadataBuilder.html
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -168,23 +168,17 @@ extends java.lang.Object</pre>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a
href="../../../../org/eclipse/microprofile/metrics/MetadataBuilder.html"
title="class in
org.eclipse.microprofile.metrics">MetadataBuilder</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/MetadataBuilder.html#withDisplayName-java.lang.String-">withDisplayName</a></span>(java.lang.String displayName)</code>
-<div class="block">Sets the displayName.</div>
-</td>
-</tr>
-<tr id="i3" class="rowColor">
-<td class="colFirst"><code><a
href="../../../../org/eclipse/microprofile/metrics/MetadataBuilder.html"
title="class in
org.eclipse.microprofile.metrics">MetadataBuilder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/MetadataBuilder.html#withName-java.lang.String-">withName</a></span>(java.lang.String name)</code>
<div class="block">Sets the name.</div>
</td>
</tr>
-<tr id="i4" class="altColor">
+<tr id="i3" class="rowColor">
<td class="colFirst"><code><a
href="../../../../org/eclipse/microprofile/metrics/MetadataBuilder.html"
title="class in
org.eclipse.microprofile.metrics">MetadataBuilder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/MetadataBuilder.html#withType-org.eclipse.microprofile.metrics.MetricType-">withType</a></span>(<a
href="../../../../org/eclipse/microprofile/metrics/MetricType.html"
title="enum in
org.eclipse.microprofile.metrics">MetricType</a> type)</code>
<div class="block">Sets the type.</div>
</td>
</tr>
-<tr id="i5" class="rowColor">
+<tr id="i4" class="altColor">
<td class="colFirst"><code><a
href="../../../../org/eclipse/microprofile/metrics/MetadataBuilder.html"
title="class in
org.eclipse.microprofile.metrics">MetadataBuilder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/eclipse/microprofile/metrics/MetadataBuilder.html#withUnit-java.lang.String-">withUnit</a></span>(java.lang.String unit)</code>
<div class="block">Sets the unit.</div>
@@ -248,22 +242,6 @@ extends java.lang.Object</pre>
</dl>
</li>
</ul>
-<a name="withDisplayName-java.lang.String-">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>withDisplayName</h4>
-<pre>public <a
href="../../../../org/eclipse/microprofile/metrics/MetadataBuilder.html"
title="class in
org.eclipse.microprofile.metrics">MetadataBuilder</a> withDisplayName(java.lang.String displayName)</pre>
-<div class="block">Sets the displayName.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>displayName</code> - the displayName, empty string is considered as
"not present" (null)</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the builder instance</dd>
-</dl>
-</li>
-</ul>
<a name="withDescription-java.lang.String-">
<!-- -->
</a>
diff --git
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Counted.html
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Counted.html
index 4decc89fc5..e1be8c8fa2 100644
---
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Counted.html
+++
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Counted.html
@@ -178,29 +178,23 @@ public @interface <span
class="memberNameLabel">Counted</span></pre>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Counted.html#displayName--">displayName</a></span></code>
-<div class="block">The human readable display name of the counter.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Counted.html#name--">name</a></span></code>
<div class="block">The name of the counter.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Counted.html#scope--">scope</a></span></code>
<div class="block">The scope that this counter belongs to.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Counted.html#tags--">tags</a></span></code>
<div class="block">The tags of the counter.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Counted.html#unit--">unit</a></span></code>
<div class="block">The unit of the counter.</div>
@@ -288,29 +282,6 @@ public @interface <span
class="memberNameLabel">Counted</span></pre>
</li>
</ul>
<ul class="blockList">
-<li class="blockList"><a name="displayName--">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>displayName</h4>
-<pre>public abstract java.lang.String displayName</pre>
-<div class="block">The human readable display name of the counter.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>The display name of the counter.</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../org/eclipse/microprofile/metrics/Metadata.html"
title="interface in
org.eclipse.microprofile.metrics"><code>Metadata</code></a></dd>
-</dl>
-<dl>
-<dt>Default:</dt>
-<dd>""</dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-<ul class="blockList">
<li class="blockList"><a name="description--">
<!-- -->
</a>
diff --git
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Gauge.html
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Gauge.html
index 7e9cbc8c21..34993a48cf 100644
---
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Gauge.html
+++
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Gauge.html
@@ -176,23 +176,17 @@ public @interface <span
class="memberNameLabel">Gauge</span></pre>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Gauge.html#displayName--">displayName</a></span></code>
-<div class="block">The human readable display name of the gauge.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Gauge.html#name--">name</a></span></code>
<div class="block">The name of the gauge.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Gauge.html#scope--">scope</a></span></code>
<div class="block">The scope that this gauge belongs to.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Gauge.html#tags--">tags</a></span></code>
<div class="block">The tags of the gauge.</div>
@@ -301,29 +295,6 @@ public @interface <span
class="memberNameLabel">Gauge</span></pre>
</li>
</ul>
<ul class="blockList">
-<li class="blockList"><a name="displayName--">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>displayName</h4>
-<pre>public abstract java.lang.String displayName</pre>
-<div class="block">The human readable display name of the gauge.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>The display name of the gauge.</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../org/eclipse/microprofile/metrics/Metadata.html"
title="interface in
org.eclipse.microprofile.metrics"><code>Metadata</code></a></dd>
-</dl>
-<dl>
-<dt>Default:</dt>
-<dd>""</dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-<ul class="blockList">
<li class="blockList"><a name="description--">
<!-- -->
</a>
diff --git
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Metric.html
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Metric.html
index 784d735094..8c1cba5321 100644
---
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Metric.html
+++
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Metric.html
@@ -153,29 +153,23 @@ public @interface <span
class="memberNameLabel">Metric</span></pre>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Metric.html#displayName--">displayName</a></span></code>
-<div class="block">The display name of the metric.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Metric.html#name--">name</a></span></code>
<div class="block">The name of the metric.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Metric.html#scope--">scope</a></span></code>
<div class="block">The scope that this metric belongs to.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Metric.html#tags--">tags</a></span></code>
<div class="block">The tags of the metric.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Metric.html#unit--">unit</a></span></code>
<div class="block">The unit of the metric.</div>
@@ -263,29 +257,6 @@ public @interface <span
class="memberNameLabel">Metric</span></pre>
</li>
</ul>
<ul class="blockList">
-<li class="blockList"><a name="displayName--">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>displayName</h4>
-<pre>public abstract java.lang.String displayName</pre>
-<div class="block">The display name of the metric.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>The display name of the metric.</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../org/eclipse/microprofile/metrics/Metadata.html"
title="interface in
org.eclipse.microprofile.metrics"><code>Metadata</code></a></dd>
-</dl>
-<dl>
-<dt>Default:</dt>
-<dd>""</dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-<ul class="blockList">
<li class="blockList"><a name="description--">
<!-- -->
</a>
diff --git
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Timed.html
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Timed.html
index eeb7a3f533..4e1a9abb9e 100644
---
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Timed.html
+++
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/annotation/Timed.html
@@ -175,27 +175,21 @@ public @interface <span
class="memberNameLabel">Timed</span></pre>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Timed.html#displayName--">displayName</a></span></code>
-<div class="block">The display name of the timer.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Timed.html#name--">name</a></span></code>
<div class="block">The name of the timer.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Timed.html#scope--">scope</a></span></code>
<div class="block">The scope that this Timer belongs to.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Timed.html#tags--">tags</a></span></code> </td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/eclipse/microprofile/metrics/annotation/Timed.html#unit--">unit</a></span></code>
<div class="block">The unit of the timer.</div>
@@ -282,29 +276,6 @@ public @interface <span
class="memberNameLabel">Timed</span></pre>
</li>
</ul>
<ul class="blockList">
-<li class="blockList"><a name="displayName--">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>displayName</h4>
-<pre>public abstract java.lang.String displayName</pre>
-<div class="block">The display name of the timer.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>The display name of the timer.</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../org/eclipse/microprofile/metrics/Metadata.html"
title="interface in
org.eclipse.microprofile.metrics"><code>Metadata</code></a></dd>
-</dl>
-<dl>
-<dt>Default:</dt>
-<dd>""</dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-<ul class="blockList">
<li class="blockList"><a name="description--">
<!-- -->
</a>
diff --git
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/package-summary.html
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/package-summary.html
index d4ad670c29..944f041a32 100644
---
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/package-summary.html
+++
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/package-summary.html
@@ -245,7 +245,7 @@
<p>
MicroProfile Metrics provides 4 different metric types that can be used to
instrument an application. Developers can
create an accompanying <a
href="../../../../org/eclipse/microprofile/metrics/Metadata.html"
title="interface in org.eclipse.microprofile.metrics"><code>Metadata</code></a>
object to supply the metric's name,
- description, display name, and units. Once the metric and the metadata are
registered against the application
+ description and units. Once the metric and the metadata are registered
against the application
<a href="../../../../org/eclipse/microprofile/metrics/MetricRegistry.html"
title="interface in
org.eclipse.microprofile.metrics"><code>MetricRegistry</code></a>, the metrics
will be available in the REST
endpoints.
diff --git
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/CountMeWithSpecifiedMetadata.html
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/CountMeWithSpecifiedMetadata.html
index aec9ecb2cd..be525984ec 100644
---
a/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/CountMeWithSpecifiedMetadata.html
+++
b/microprofile-6.0/javadoc/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/CountMeWithSpecifiedMetadata.html
@@ -95,8 +95,7 @@
<pre>@Retention(value=RUNTIME)
@Target(value=TYPE)
<a
href="../../../../../../../../org/eclipse/microprofile/metrics/annotation/Counted.html"
title="annotation in
org.eclipse.microprofile.metrics.annotation">@Counted</a>(<a
href="../../../../../../../../org/eclipse/microprofile/metrics/annotation/Counted.html#name--">name</a>="bloop",
- <a
href="../../../../../../../../org/eclipse/microprofile/metrics/annotation/Counted.html#description--">description</a>="description",
- <a
href="../../../../../../../../org/eclipse/microprofile/metrics/annotation/Counted.html#displayName--">displayName</a>="displayName")
+ <a
href="../../../../../../../../org/eclipse/microprofile/metrics/annotation/Counted.html#description--">description</a>="description")
public @interface <span
class="memberNameLabel">CountMeWithSpecifiedMetadata</span></pre>
</li>
</ul>