You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: internal/mode/static/telemetry/collector.go
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import (
8
8
"sort"
9
9
"strings"
10
10
11
-
tel "github.com/nginxinc/telemetry-exporter/pkg/telemetry"
11
+
tel "github.com/nginx/telemetry-exporter/pkg/telemetry"
12
12
appsv1 "k8s.io/api/apps/v1"
13
13
v1 "k8s.io/api/core/v1"
14
14
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -39,7 +39,7 @@ type ConfigurationGetter interface {
39
39
40
40
// Data is telemetry data.
41
41
//
42
-
//go:generate go run -tags generator github.com/nginxinc/telemetry-exporter/cmd/generator -type=Data -scheme -scheme-protocol=NGFProductTelemetry -scheme-df-datatype=ngf-product-telemetry
42
+
//go:generate go run -tags generator github.com/nginx/telemetry-exporter/cmd/generator -type=Data -scheme -scheme-protocol=NGFProductTelemetry -scheme-df-datatype=ngf-product-telemetry
43
43
typeDatastruct {
44
44
// ImageSource tells whether the image was built by GitHub or locally (values are 'gha', 'local', or 'unknown')
45
45
ImageSourcestring
@@ -66,7 +66,7 @@ type Data struct {
66
66
67
67
// NGFResourceCounts stores the counts of all relevant resources that NGF processes and generates configuration from.
68
68
//
69
-
//go:generate go run -tags generator github.com/nginxinc/telemetry-exporter/cmd/generator -type=NGFResourceCounts
69
+
//go:generate go run -tags generator github.com/nginx/telemetry-exporter/cmd/generator -type=NGFResourceCounts
70
70
typeNGFResourceCountsstruct {
71
71
// GatewayCount is the number of relevant Gateways.
Copy file name to clipboardexpand all lines: site/content/how-to/monitoring/prometheus.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ NGINX Gateway Fabric provides a variety of metrics for monitoring and analyzing
72
72
73
73
### NGINX/NGINX Plus metrics
74
74
75
-
NGINX metrics cover specific NGINX operations such as the total number of accepted client connections. For a complete list of available NGINX/NGINX Plus metrics, refer to the [NGINX Prometheus Exporter developer docs](https://github.com/nginxinc/nginx-prometheus-exporter#exported-metrics).
75
+
NGINX metrics cover specific NGINX operations such as the total number of accepted client connections. For a complete list of available NGINX/NGINX Plus metrics, refer to the [NGINX Prometheus Exporter developer docs](https://github.com/nginx/nginx-prometheus-exporter#exported-metrics).
76
76
77
77
These metrics use the `nginx_gateway_fabric` namespace and include the `class` label, indicating the NGINX Gateway class. For example, `nginx_gateway_fabric_connections_accepted{class="nginx"}`.
Copy file name to clipboardexpand all lines: site/content/overview/nginx-plus.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ NGINX Gateway Fabric can use NGINX Open Source or NGINX Plus as its data plane.
9
9
10
10
## Benefits of NGINX Plus
11
11
12
-
-**Robust metrics**: A plethora of [additional Prometheus metrics](https://github.com/nginxinc/nginx-prometheus-exporter#metrics-for-nginx-plus) are available.
12
+
-**Robust metrics**: A plethora of [additional Prometheus metrics](https://github.com/nginx/nginx-prometheus-exporter#metrics-for-nginx-plus) are available.
13
13
-**Live activity monitoring**: The [NGINX Plus dashboard]({{< relref "/how-to/monitoring/dashboard.md" >}}) shows real-time metrics and information about your server infrastructure.
14
14
-**Dynamic upstream configuration**: NGINX Plus can dynamically reconfigure upstream servers when applications in Kubernetes scale up and down, preventing the need for an NGINX reload.
15
15
-**Support**: With an NGINX Plus license, you can take advantage of full [support](https://my.f5.com/manage/s/article/K000140156/) from NGINX, Inc.
0 commit comments