This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 4df8cac0f59 deploy: abe199b7fbfa248a20e3968325ef3d1ef555a916
4df8cac0f59 is described below
commit 4df8cac0f59c78e43db794ae555c9a8743fa715a
Author: wu-sheng <[email protected]>
AuthorDate: Mon Dec 19 10:04:50 2022 +0000
deploy: abe199b7fbfa248a20e3968325ef3d1ef555a916
---
docs/skywalking-banyandb/next/api-reference/index.html | 2 +-
docs/skywalking-banyandb/next/clients/index.html | 2 +-
docs/skywalking-banyandb/next/concept/data-model/index.html | 2 +-
docs/skywalking-banyandb/next/crud/group/index.html | 6 +++---
docs/skywalking-banyandb/next/crud/index_rule/index.html | 6 +++---
docs/skywalking-banyandb/next/crud/index_rule_binding/index.html | 6 +++---
docs/skywalking-banyandb/next/crud/measure/query/index.html | 2 +-
docs/skywalking-banyandb/next/crud/measure/schema/index.html | 2 +-
docs/skywalking-banyandb/next/crud/property/index.html | 6 +++---
docs/skywalking-banyandb/next/crud/stream/query/index.html | 2 +-
docs/skywalking-banyandb/next/crud/stream/schema/index.html | 2 +-
docs/skywalking-banyandb/next/installation/index.html | 2 +-
docs/skywalking-banyandb/next/readme/index.html | 2 +-
docs/skywalking-banyandb/next/release/index.html | 4 ++--
js/mergedData.js | 2 +-
15 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/docs/skywalking-banyandb/next/api-reference/index.html
b/docs/skywalking-banyandb/next/api-reference/index.html
index eb13a3546a9..663713a66ec 100644
--- a/docs/skywalking-banyandb/next/api-reference/index.html
+++ b/docs/skywalking-banyandb/next/api-reference/index.html
@@ -497,7 +497,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
diff --git a/docs/skywalking-banyandb/next/clients/index.html
b/docs/skywalking-banyandb/next/clients/index.html
index 523ebba4c14..58d9d30d745 100644
--- a/docs/skywalking-banyandb/next/clients/index.html
+++ b/docs/skywalking-banyandb/next/clients/index.html
@@ -446,7 +446,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
diff --git a/docs/skywalking-banyandb/next/concept/data-model/index.html
b/docs/skywalking-banyandb/next/concept/data-model/index.html
index 806519db933..430aa851ebe 100644
--- a/docs/skywalking-banyandb/next/concept/data-model/index.html
+++ b/docs/skywalking-banyandb/next/concept/data-model/index.html
@@ -449,7 +449,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
diff --git a/docs/skywalking-banyandb/next/crud/group/index.html
b/docs/skywalking-banyandb/next/crud/group/index.html
index 3f157e3e9b2..d55c9ce9ee3 100644
--- a/docs/skywalking-banyandb/next/crud/group/index.html
+++ b/docs/skywalking-banyandb/next/crud/group/index.html
@@ -452,7 +452,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
@@ -477,7 +477,7 @@ if (!doNotTrack) {
<h1 id="crud-groups">CRUD Groups</h1>
<p>CRUD operations create, read, update and delete groups.</p>
<p>The group represents a collection of a class of resources. Each resource
has a name unique to a group.</p>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/2434e593c1a5a44b5628581da7d919238c21eb12/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e7b08bea242e76c68950509529339995ac0646df/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
<h2 id="create-operation">Create operation</h2>
<p>Create operation adds a new group to the database’s metadata registry
repository. If the group does not currently exist, create operation will create
the schema.</p>
<h3 id="examples-of-creating">Examples of creating</h3>
@@ -532,7 +532,7 @@ if (!doNotTrack) {
<h3 id="examples">Examples</h3>
<div class="highlight"><pre
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-shell" data-lang="shell">$ bydbctl group list
</code></pre></div><h2 id="api-reference">API Reference</h2>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/2434e593c1a5a44b5628581da7d919238c21eb12/api-reference.md#groupservice">GroupService
v1</a></p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e7b08bea242e76c68950509529339995ac0646df/api-reference.md#groupservice">GroupService
v1</a></p>
diff --git a/docs/skywalking-banyandb/next/crud/index_rule/index.html
b/docs/skywalking-banyandb/next/crud/index_rule/index.html
index f24d3b8dd9c..6ad1c4e824d 100644
--- a/docs/skywalking-banyandb/next/crud/index_rule/index.html
+++ b/docs/skywalking-banyandb/next/crud/index_rule/index.html
@@ -449,7 +449,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
@@ -475,7 +475,7 @@ if (!doNotTrack) {
<p>CRUD operations create, read, update and delete index rules.</p>
<p>IndexRule defines how to generate indices based on tags and the index type.
IndexRule should bind to a subject(stream or measure) through an
IndexRuleBinding to generate proper indices.</p>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/2434e593c1a5a44b5628581da7d919238c21eb12/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e7b08bea242e76c68950509529339995ac0646df/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
<h2 id="create-operation">Create operation</h2>
<p>Create operation adds a new index rule to the database’s metadata
registry repository. If the index rule does not currently exist, create
operation will create the schema.</p>
<h3 id="examples-of-creating">Examples of creating</h3>
@@ -538,7 +538,7 @@ segment that will generate a block every 2 hours.</p>
<h3 id="examples-of-listing">Examples of listing</h3>
<div class="highlight"><pre
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-shell" data-lang="shell">$ bydbctl indexRule list -g sw_stream
</code></pre></div><h2 id="api-reference">API Reference</h2>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/2434e593c1a5a44b5628581da7d919238c21eb12/api-reference.md#IndexRuleRegistryService">indexRuleService
v1</a></p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e7b08bea242e76c68950509529339995ac0646df/api-reference.md#IndexRuleRegistryService">indexRuleService
v1</a></p>
diff --git a/docs/skywalking-banyandb/next/crud/index_rule_binding/index.html
b/docs/skywalking-banyandb/next/crud/index_rule_binding/index.html
index 91637609f9a..0df4c92f55b 100644
--- a/docs/skywalking-banyandb/next/crud/index_rule_binding/index.html
+++ b/docs/skywalking-banyandb/next/crud/index_rule_binding/index.html
@@ -449,7 +449,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
@@ -475,7 +475,7 @@ if (!doNotTrack) {
<p>CRUD operations create, read, update and delete index rule bindings.</p>
<p>An index rule binding is a bridge to connect several index rules to a
subject.
This binding is valid between <code>begin_at_nanoseconds</code> and
<code>expire_at_nanoseconds</code>, that provides flexible strategies to
control how to generate time series indices.</p>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/2434e593c1a5a44b5628581da7d919238c21eb12/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e7b08bea242e76c68950509529339995ac0646df/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
<h2 id="create-operation">Create operation</h2>
<p>Create operation adds a new index rule binding to the database’s
metadata registry repository. If the index rule binding does not currently
exist, create operation will create the schema.</p>
<h3 id="examples">Examples</h3>
@@ -568,7 +568,7 @@ segment which will generate a block every 2 hours.</p>
<h3 id="examples-of-listing">Examples of listing</h3>
<div class="highlight"><pre
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-shell" data-lang="shell">$ bydbctl indexRuleBinding list -g
sw_stream
</code></pre></div><h2 id="api-reference">API Reference</h2>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/2434e593c1a5a44b5628581da7d919238c21eb12/api-reference.md#IndexRuleBindingRegistryService">indexRuleBindingService
v1</a></p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e7b08bea242e76c68950509529339995ac0646df/api-reference.md#IndexRuleBindingRegistryService">indexRuleBindingService
v1</a></p>
diff --git a/docs/skywalking-banyandb/next/crud/measure/query/index.html
b/docs/skywalking-banyandb/next/crud/measure/query/index.html
index 298d678580e..19332e4a996 100644
--- a/docs/skywalking-banyandb/next/crud/measure/query/index.html
+++ b/docs/skywalking-banyandb/next/crud/measure/query/index.html
@@ -449,7 +449,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
diff --git a/docs/skywalking-banyandb/next/crud/measure/schema/index.html
b/docs/skywalking-banyandb/next/crud/measure/schema/index.html
index 97c46063e87..66925a14c01 100644
--- a/docs/skywalking-banyandb/next/crud/measure/schema/index.html
+++ b/docs/skywalking-banyandb/next/crud/measure/schema/index.html
@@ -452,7 +452,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
diff --git a/docs/skywalking-banyandb/next/crud/property/index.html
b/docs/skywalking-banyandb/next/crud/property/index.html
index 8c5a4cf6e06..3ac3cb0529c 100644
--- a/docs/skywalking-banyandb/next/crud/property/index.html
+++ b/docs/skywalking-banyandb/next/crud/property/index.html
@@ -452,7 +452,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
@@ -477,7 +477,7 @@ if (!doNotTrack) {
<h1 id="crud-property">CRUD Property</h1>
<p>CRUD operations create/update, read and delete property.</p>
<p>Property stores the user defined data.</p>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/2434e593c1a5a44b5628581da7d919238c21eb12/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e7b08bea242e76c68950509529339995ac0646df/clients.md#command-line"><code>bydbctl</code></a>
is the command line tool in examples.</p>
<h2 id="apply-createupdate-operation">Apply (Create/Update) operation</h2>
<p>Apply creates a property if it’s absent, or updates an existed one
based on a strategy. If the property does not currently exist, create operation
will create the property.</p>
<h3 id="examples-of-applying">Examples of applying</h3>
@@ -534,7 +534,7 @@ if (!doNotTrack) {
<h3 id="examples-of-listing">Examples of listing</h3>
<div class="highlight"><pre
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-shell" data-lang="shell">$ bydbctl property list -g sw -n
ui_template
</code></pre></div><h2 id="api-reference">API Reference</h2>
-<p><a
href="https://github.com/apache/skywalking-banyandb/tree/2434e593c1a5a44b5628581da7d919238c21eb12/api-reference.md#PropertyService">MeasureService
v1</a></p>
+<p><a
href="https://github.com/apache/skywalking-banyandb/tree/e7b08bea242e76c68950509529339995ac0646df/api-reference.md#PropertyService">MeasureService
v1</a></p>
diff --git a/docs/skywalking-banyandb/next/crud/stream/query/index.html
b/docs/skywalking-banyandb/next/crud/stream/query/index.html
index 57f9282e72d..4f86cc0662d 100644
--- a/docs/skywalking-banyandb/next/crud/stream/query/index.html
+++ b/docs/skywalking-banyandb/next/crud/stream/query/index.html
@@ -449,7 +449,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
diff --git a/docs/skywalking-banyandb/next/crud/stream/schema/index.html
b/docs/skywalking-banyandb/next/crud/stream/schema/index.html
index 5296aac42ba..a47845c8a0d 100644
--- a/docs/skywalking-banyandb/next/crud/stream/schema/index.html
+++ b/docs/skywalking-banyandb/next/crud/stream/schema/index.html
@@ -452,7 +452,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
diff --git a/docs/skywalking-banyandb/next/installation/index.html
b/docs/skywalking-banyandb/next/installation/index.html
index 9b9dc7634b6..20de3029e8e 100644
--- a/docs/skywalking-banyandb/next/installation/index.html
+++ b/docs/skywalking-banyandb/next/installation/index.html
@@ -449,7 +449,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
diff --git a/docs/skywalking-banyandb/next/readme/index.html
b/docs/skywalking-banyandb/next/readme/index.html
index a19968a7357..2a18f2cdd19 100644
--- a/docs/skywalking-banyandb/next/readme/index.html
+++ b/docs/skywalking-banyandb/next/readme/index.html
@@ -446,7 +446,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
diff --git a/docs/skywalking-banyandb/next/release/index.html
b/docs/skywalking-banyandb/next/release/index.html
index 5dfe30c384e..80d545c0c31 100644
--- a/docs/skywalking-banyandb/next/release/index.html
+++ b/docs/skywalking-banyandb/next/release/index.html
@@ -443,7 +443,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 2434e59</div>
+ <div class="commit-id">Commit Id: e7b08be</div>
@@ -470,7 +470,7 @@ if (!doNotTrack) {
<h2 id="prerequisites">Prerequisites</h2>
<ol>
<li>Close(if finished, or move to next milestone otherwise) all issues in the
current milestone from <a
href="https://github.com/apache/skywalking-banyandb/milestones">skywalking-banyandb</a>
and <a href="https://github.com/apache/skywalking/milestones">skywalking</a>,
create a new milestone if needed.</li>
-<li>Update <a
href="https://github.com/apache/skywalking-banyandb/tree/2434e593c1a5a44b5628581da7d919238c21eb12/CHANGES.md">CHANGES.md</a>.</li>
+<li>Update <a
href="https://github.com/apache/skywalking-banyandb/tree/e7b08bea242e76c68950509529339995ac0646df/CHANGES.md">CHANGES.md</a>.</li>
</ol>
<h2 id="add-your-gpg-public-key-to-apache-svn">Add your GPG public key to
Apache svn</h2>
<ol>
diff --git a/js/mergedData.js b/js/mergedData.js
index 1005616b849..9e601184878 100644
--- a/js/mergedData.js
+++ b/js/mergedData.js
@@ -1 +1 @@
-var mergedData =
{"data":[5,5,4,2,0,0,1,3,11,7,21,9,5,4,1,1,0,3,1,3,1,2,0,0,0,0,0,0,0,0,1,0,1,1,1,4,0,0,1,0,1,0,0,0,1,0,2,0,0,6,2,1,4,10,2,2,0,0,1,1,3,6,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,19,7,0,4,5,2,1,3,3,1,2,2,0,0,0,1,0,7,3,1,1,1,0,0,0,0,0,0,0,0,0,2,0,20,0,4,0,3,4,5,1,3,4,2,1,1,1,0,2,4,3,3,1,1,10,11,6,7,5,3,5,4,7,2,7,3,2,0,3,2,4,5,9,7,3,4,5,1,0,3,5,8,1,3,3,0,0,0,1,4,1,2,2,6,2,0,1,2,1,3,3,4,2,2,0,1,3,0,1,0,0,1,2,4,2,1,2,3,0,1,3,1,3,1,2,2,2,4,7,1,8,3,4,1,1,5,1,0,0
[...]
\ No newline at end of file
+var mergedData =
{"data":[11,57,46,12,35,21,19,40,19,10,12,55,8,5,0,19,17,13,16,53,30,3,17,12,8,4,3,0,1,28,8,12,13,3,4,10,2,10,1,16,3,10,0,0,0,0,0,1,0,2,0,5,4,12,10,24,29,30,6,13,11,6,7,4,6,0,12,14,53,43,15,32,34,12,42,34,21,47,3,4,8,0,3,41,27,18,34,60,18,36,23,16,41,19,15,16,41,42,32,57,0,72,45,39,50,42,53,29,34,29,30,29,34,43,90,33,34,44,33,28,12,108,73,10,19,11,17,15,11,24,32,9,6,10,10,11,11,9,24,7,22,15,13,35,26,35,52,32,30,26,14,28,0,23,20,10,41,13,11,14,21,29,11,15,8,15,17,18,14,10
[...]
\ No newline at end of file