Skip to content

Commit

Permalink
gofumpt-ed
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-nx committed Mar 8, 2024
1 parent 3a1577f commit f0f80c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions internal/telemetry/data_attributes_generated.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@

package telemetry

/*
This is a generated file. DO NOT EDIT.
*/

import (
"go.opentelemetry.io/otel/attribute"


ngxTelemetry "github.com/nginxinc/telemetry-exporter/pkg/telemetry"

)

func (d *Data) Attributes() []attribute.KeyValue {
Expand All @@ -18,7 +16,6 @@ func (d *Data) Attributes() []attribute.KeyValue {
attrs = append(attrs, d.Data.Attributes()...)
attrs = append(attrs, d.NICResourceCounts.Attributes()...)


return attrs
}

Expand Down
5 changes: 1 addition & 4 deletions internal/telemetry/nicresourcecounts_attributes_generated.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@

package telemetry

/*
This is a generated file. DO NOT EDIT.
*/

import (
"go.opentelemetry.io/otel/attribute"


ngxTelemetry "github.com/nginxinc/telemetry-exporter/pkg/telemetry"

)

func (d *NICResourceCounts) Attributes() []attribute.KeyValue {
Expand All @@ -19,7 +17,6 @@ func (d *NICResourceCounts) Attributes() []attribute.KeyValue {
attrs = append(attrs, attribute.Int64("VirtualServerRoutes", d.VirtualServerRoutes))
attrs = append(attrs, attribute.Int64("TransportServers", d.TransportServers))


return attrs
}

Expand Down

0 comments on commit f0f80c4

Please sign in to comment.