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/controller/telemetry/collector.go
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,8 @@ type ConfigurationGetter interface {
39
39
40
40
// Data is telemetry data.
41
41
//
42
-
// nolint
43
-
//
44
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
45
-
typeDatastruct {
43
+
typeDatastruct {//nolint
46
44
// ImageSource tells whether the image was built by GitHub or locally (values are 'gha', 'local', or 'unknown')
47
45
ImageSourcestring
48
46
tel.Data// embedding is required by the generator.
0 commit comments