We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139571e commit afd87d5Copy full SHA for afd87d5
1 file changed
internal/service/labelstore/service.go
@@ -319,7 +319,7 @@ type disabledStore struct{}
319
320
func (d disabledStore) Definition() alloy_service.Definition {
321
return alloy_service.Definition{
322
- Name: "disabled_labelstore",
+ Name: ServiceName,
323
ConfigType: nil,
324
DependsOn: nil,
325
Stability: featuregate.StabilityGenerallyAvailable,
0 commit comments