We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6828fb commit 4207c42Copy full SHA for 4207c42
docs/proposals/gateway-settings.md
@@ -82,7 +82,8 @@ type Telemetry struct {
82
Exporter *TelemetryExporter `json:"exporter,omitempty"`
83
84
// ServiceName is the "service.name" attribute of the OpenTelemetry resource.
85
- // Default is 'nginx-gateway-fabric:<gateway-name>'.
+ // 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.
87
// +optional
88
ServiceName *string `json:"serviceName,omitempty"`
89
0 commit comments