Skip to content

Commit

Permalink
Add to feature tracking tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscovalentecastro committed Jan 17, 2025
1 parent 0946139 commit 597e6e8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions confgenerator/feature_tracking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ var expectedFeatureBase = []confgenerator.Feature{
Key: []string{"default_self_log_file_collection"},
Value: "true",
},
{
Module: "logging",
Kind: "service",
Type: "otel_logging",
Key: []string{"otel_logging_support"},
Value: "true",
},
}

var expectedMetricsPipelineOverriden = []confgenerator.Feature{
Expand All @@ -85,6 +92,13 @@ var expectedMetricsPipelineOverriden = []confgenerator.Feature{
Key: []string{"default_self_log_file_collection"},
Value: "true",
},
{
Module: "logging",
Kind: "service",
Type: "otel_logging",
Key: []string{"otel_logging_support"},
Value: "true",
},
}

var expectedTestFeatureBase = []confgenerator.Feature{
Expand All @@ -109,6 +123,13 @@ var expectedTestFeatureBase = []confgenerator.Feature{
Key: []string{"default_self_log_file_collection"},
Value: "true",
},
{
Module: "logging",
Kind: "service",
Type: "otel_logging",
Key: []string{"otel_logging_support"},
Value: "true",
},
{
Module: confgenerator.MetricsReceiverTypes.Subagent,
Kind: "receivers",
Expand Down

0 comments on commit 597e6e8

Please sign in to comment.