Skip to content

Commit f6475ae

Browse files
committed
Add newly generated manifest
1 parent fea97f0 commit f6475ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

internal/mode/static/telemetry/ngfresourcecounts_attributes_generated.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
21
package telemetry
2+
33
/*
44
This is a generated file. DO NOT EDIT.
55
*/
66

77
import (
88
"go.opentelemetry.io/otel/attribute"
99

10-
1110
ngxTelemetry "github.com/nginxinc/telemetry-exporter/pkg/telemetry"
12-
1311
)
1412

1513
func (d *NGFResourceCounts) Attributes() []attribute.KeyValue {
@@ -27,7 +25,6 @@ func (d *NGFResourceCounts) Attributes() []attribute.KeyValue {
2725
attrs = append(attrs, attribute.Int64("RouteAttachedClientSettingsPolicyCount", d.RouteAttachedClientSettingsPolicyCount))
2826
attrs = append(attrs, attribute.Int64("ObservabilityPolicyCount", d.ObservabilityPolicyCount))
2927
attrs = append(attrs, attribute.Int64("NginxProxyCount", d.NginxProxyCount))
30-
3128

3229
return attrs
3330
}

0 commit comments

Comments
 (0)