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
//go:generate go run -tags=generator github.com/nginxinc/telemetry-exporter/cmd/generator -type Data -scheme -scheme-protocol=NICProductTelemetry -scheme-df-datatype=nic-product-telemetry -scheme-namespace=ingress.nginx.com
54
+
//go:generate go run -tags=generator github.com/nginx/telemetry-exporter/cmd/generator -type Data -scheme -scheme-protocol=NICProductTelemetry -scheme-df-datatype=nic-product-telemetry -scheme-namespace=ingress.nginx.com
55
55
typeDatastruct {
56
56
tel.Data
57
57
NICResourceCounts
58
58
}
59
59
60
60
// NICResourceCounts holds a count of NIC specific resource.
61
61
//
62
-
//go:generate go run -tags=generator github.com/nginxinc/telemetry-exporter/cmd/generator -type NICResourceCounts
62
+
//go:generate go run -tags=generator github.com/nginx/telemetry-exporter/cmd/generator -type NICResourceCounts
63
63
typeNICResourceCountsstruct {
64
64
// VirtualServers is the number of VirtualServer resources managed by the Ingress Controller.
This file is update if properties of the Data struct in the [telemetry-exporter](https://github.com/nginxinc/telemetry-exporter) library are added, updated or deleted.
17
+
This file is update if properties of the Data struct in the [telemetry-exporter](https://github.com/nginx/telemetry-exporter) library are added, updated or deleted.
18
18
19
19
-`internal/telemetry/data.avdl`
20
20
This file is updated if either the NICResourceCounts or the Data struct is updated.
@@ -33,5 +33,5 @@ type NICResourceCounts struct {
33
33
34
34
2. An existing data point has been updated or delete
35
35
36
-
This may either be a data point under `NICResourceCounts`, or a field in the common `Data` struct in [telemetry-exporter](https://github.com/nginxinc/telemetry-exporter) library.
36
+
This may either be a data point under `NICResourceCounts`, or a field in the common `Data` struct in [telemetry-exporter](https://github.com/nginx/telemetry-exporter) library.
37
37
For example, we may change the name of, or delete, `MyNewResources` used in the first example.
0 commit comments