Skip to content

Commit afd87d5

Browse files
committed
fix: labelstore stub service name
1 parent 139571e commit afd87d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/service/labelstore/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ type disabledStore struct{}
319319

320320
func (d disabledStore) Definition() alloy_service.Definition {
321321
return alloy_service.Definition{
322-
Name: "disabled_labelstore",
322+
Name: ServiceName,
323323
ConfigType: nil,
324324
DependsOn: nil,
325325
Stability: featuregate.StabilityGenerallyAvailable,

0 commit comments

Comments
 (0)