mirror of
https://github.com/openziti/zrok.git
synced 2025-04-12 13:28:23 +02:00
Merge pull request #381 from openziti/organize-self-hosting-guides
organize metrics and limits guides under self-hosting
This commit is contained in:
commit
992549f2f7
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"label": "Metrics and Limits",
|
"label": "Metrics and Limits",
|
||||||
"position": 40,
|
"position": 60,
|
||||||
"link": {
|
"link": {
|
||||||
"type": "generated-index"
|
"type": "generated-index"
|
||||||
}
|
}
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 40
|
||||||
|
---
|
||||||
|
|
||||||
# Configuring Limits
|
# Configuring Limits
|
||||||
|
|
||||||
> If you have not yet configured [metrics](configuring-metrics.md), please visit the [metrics guide](configuring-metrics.md) first before working through the limits configuration.
|
> If you have not yet configured [metrics](configuring-metrics.md), please visit the [metrics guide](configuring-metrics.md) first before working through the limits configuration.
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 20
|
||||||
|
---
|
||||||
|
|
||||||
# Configuring Metrics
|
# Configuring Metrics
|
||||||
|
|
||||||
A fully configured, production-scale `zrok` service instance looks like this:
|
A fully configured, production-scale `zrok` service instance looks like this:
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
@ -85,7 +85,7 @@ The `ziti` section defines how the `zrok` controller should communicate with you
|
|||||||
|
|
||||||
Be sure to see the [reference configuration at `etc/ctrl.yml`](../../../etc/ctrl.yml) for the complete documentation of the current configuration file format for the `zrok` controller and service instance components.
|
Be sure to see the [reference configuration at `etc/ctrl.yml`](../../../etc/ctrl.yml) for the complete documentation of the current configuration file format for the `zrok` controller and service instance components.
|
||||||
|
|
||||||
See the separate guides on [configuring metrics](../metrics-and-limits/configuring-metrics.md) and [configuring limits](../metrics-and-limits/configuring-limits.md) for details about both of these specialized areas of service instance configuration.
|
See the separate guides on [configuring metrics](./metrics-and-limits/configuring-metrics.md) and [configuring limits](./metrics-and-limits/configuring-limits.md) for details about both of these specialized areas of service instance configuration.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
@ -30,6 +30,21 @@ const config = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
|
[
|
||||||
|
'@docusaurus/plugin-client-redirects',
|
||||||
|
{
|
||||||
|
redirects: [
|
||||||
|
{
|
||||||
|
to: '/docs/guides/self-hosting/metrics-and-limits/configuring-limits',
|
||||||
|
from: ['/docs/guides/metrics-and-limits/configuring-limits'],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
to: '/docs/guides/self-hosting/metrics-and-limits/configuring-metrics',
|
||||||
|
from: ['/docs/guides/metrics-and-limits/configuring-metrics'],
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
],
|
],
|
||||||
|
|
||||||
presets: [
|
presets: [
|
||||||
|
@ -14,8 +14,9 @@
|
|||||||
"write-heading-ids": "docusaurus write-heading-ids"
|
"write-heading-ids": "docusaurus write-heading-ids"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "2.2.0",
|
"@docusaurus/core": "^2.4.1",
|
||||||
"@docusaurus/preset-classic": "2.2.0",
|
"@docusaurus/plugin-client-redirects": "^2.4.1",
|
||||||
|
"@docusaurus/preset-classic": "^2.4.1",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
"prism-react-renderer": "^1.3.5",
|
"prism-react-renderer": "^1.3.5",
|
||||||
@ -24,7 +25,7 @@
|
|||||||
"remark-math": "^5.1.1"
|
"remark-math": "^5.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "2.2.0"
|
"@docusaurus/module-type-aliases": "^2.4.1"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
5254
website/yarn.lock
5254
website/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user