Skip to content

Commit a412a05

Browse files
author
nginx
committed
Pre OSS commit
1 parent 85e8d68 commit a412a05

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)