Skip to content

Commit 251bb3a

Browse files
nginx-jacktravisamartinmjang
authored
Update NIM catalog data to 2.18 release (#1516)
### Proposed changes Update NIM catalog data to 2.18 release. Copied from NIM `release-2.18.0` branch. ### Checklist Before creating a PR, run through this checklist and mark each step as complete. - [x] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/docs/blob/main/CONTRIBUTING.md) document - [x] I have viewed my changes in the documentation Deploy Preview - [x] My PR is targeting the correct branch: - main: content that can be released immediately - product release branch: content that should be held for a future release - [x] I have updated any relevant supporting documentation ([`README.md`](https://github.com/nginxinc/docs/blob/main/README.md) and the [`CHANGELOG.md`](https://github.com/nginxinc/docs/blob/main/CHANGELOG.md)) - [x] I have followed the [conventional commits guidelines](https://www.conventionalcommits.org/en/v1.0.0/#summary) for all commits on my branch When you're ready to merge a PR, run through this checklist and mark each step as complete. - [x] Review the doc for spelling errors. - [x] Verify that all links in the doc work. - [x] Verify that the doc follows the appropriate content template. - [x] Add technical and docs reviewers. Refer to the appropriate CODEOWNERS file, which includes authorized teams of reviewers. - [x] Share the PR for review in the [`#nginx-doc-reviews`](https://f5.enterprise.slack.com/archives/C04PYFULN91) channel in Slack. --------- Co-authored-by: Travis Martin <[email protected]> Co-authored-by: Mike Jang <[email protected]>
1 parent 8712a70 commit 251bb3a

21 files changed

+406
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
description: "NGINX is commonly referred as Reverse Proxy, a proxy is configured with hostname to intercept traffic targeted at that hostname"
2+
name: acm_api_proxy_hostname
3+
db_column_name: acm_api_proxy_hostname
4+
type: string
5+
modules:
6+
- acm
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
description: "NGINX is commonly referred as Reverse Proxy, a proxy is an abstraction to represent that NGINX proxy is configured with hostname and listeners to intercept traffic and follow routing instructions and proxy name identifies the proxy."
2+
name: acm_api_proxy_name
3+
db_column_name: acm_api_proxy_name
4+
type: string
5+
modules:
6+
- acm
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
description: "Proxy lifecycle is managed through versioning and the proxy version identifies a versioned proxy that is configured with hostname, listeners and routing instructions"
2+
name: acm_api_proxy_version
3+
db_column_name: acm_api_proxy_version
4+
type: string
5+
modules:
6+
- acm
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
description: "Environment is a logical grouping of proxies and associated physical infrastructure to host the proxies and environment name identifies the environment"
2+
name: acm_environments_name
3+
db_column_name: acm_environments_name
4+
type: string
5+
modules:
6+
- acm
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
description: "Type indicates usage of infrastructure in a production or non-production setting"
2+
name: acm_environments_type
3+
db_column_name: acm_environments_type
4+
type: string
5+
modules:
6+
- acm
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
description: "Infrastructure represents physical infrastructure and an infra workspace is a logical concept introduced to segregate business units or teams and give ownership (BUs/LOBs) of their infrastructure"
2+
name: acm_infra_workspaces_name
3+
db_column_name: acm_infra_workspaces_name
4+
type: string
5+
modules:
6+
- acm
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
description: "Service represents an abstract networked function and a service workspace is a logical concept introduced to segregate business units or teams and give ownership (BUs/LOBs) of their services"
2+
name: acm_service_workspaces_name
3+
db_column_name: acm_service_workspaces_name
4+
type: string
5+
modules:
6+
- acm
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
description: "The ID of the worker process."
2+
name: process_id
3+
db_column_name: process_id
4+
type: string
5+
modules:
6+
- platform
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
---
3+
name: plus.http.ssl.handshakes.failed
4+
categories:
5+
- nginx
6+
description: The total number of failed SSL handshakes grouped by HTTP Server.
7+
type: counter
8+
source: plus_status
9+
unit: integer
10+
rate: double
11+
visible: true
12+
compound_payload: "false"
13+
modules:
14+
- platform
15+
aggregations:
16+
- MIN
17+
- MAX
18+
- SUM
19+
- AVG
20+
- COUNT
21+
- RATE
22+
dimensions:
23+
- system_id
24+
- hostname
25+
- display_name
26+
- nginx_id
27+
- instance_group
28+
- system.tags
29+
- server_zone
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
---
3+
name: plus.http.ssl.handshakes
4+
categories:
5+
- nginx
6+
description: The total number of successful SSL handshakes grouped by HTTP Server.
7+
type: counter
8+
source: plus_status
9+
unit: integer
10+
rate: double
11+
visible: true
12+
compound_payload: "false"
13+
modules:
14+
- platform
15+
aggregations:
16+
- MIN
17+
- MAX
18+
- SUM
19+
- AVG
20+
- COUNT
21+
- RATE
22+
dimensions:
23+
- system_id
24+
- hostname
25+
- display_name
26+
- nginx_id
27+
- instance_group
28+
- system.tags
29+
- server_zone

0 commit comments

Comments
 (0)