Skip to content

Commit 4207c42

Browse files
committed
Service name default
1 parent f6828fb commit 4207c42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/proposals/gateway-settings.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ type Telemetry struct {
8282
Exporter *TelemetryExporter `json:"exporter,omitempty"`
8383

8484
// ServiceName is the "service.name" attribute of the OpenTelemetry resource.
85-
// Default is 'nginx-gateway-fabric:<gateway-name>'.
85+
// Default is 'ngf:<gateway-namespace>:<gateway-name>'. If a value is provided by the user,
86+
// the the default becomes a prefix to that value.
8687
// +optional
8788
ServiceName *string `json:"serviceName,omitempty"`
8889

0 commit comments

Comments
 (0)