Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed Dec 17, 2024
1 parent 0614e3a commit 7f09c50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public class MetricTests
private static readonly Dictionary<string, string[]> OptionalTagsByMetricName = new()
{
{ "event_created", new[] { "has_codeowner", "is_unsupported_ci", "is_benchmark" } },
{ "event_finished", new[] { "has_codeowner", "is_unsupported_ci", "is_benchmark", "is_new", "early_flake_detection_abort_reason", "browser_driver", "is_rum" } },
{ "git_requests.settings_response", new[] { "coverage_enabled", "itrskip_enabled", "early_flake_detection_enabled" } },
{ "event_finished", new[] { "has_codeowner", "is_unsupported_ci", "is_benchmark", "is_new", "early_flake_detection_abort_reason", "browser_driver", "is_rum", "agentless_log_submission_enabled" } },
{ "git_requests.settings_response", new[] { "coverage_enabled", "itrskip_enabled", "early_flake_detection_enabled", "flaky_test_retries_enabled" } },
{ "endpoint_payload.requests_errors", ["status_code"] },
{ "git_requests.search_commits_errors", ["status_code"] },
{ "git_requests.objects_pack_errors", ["status_code"] },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,8 @@
"test_session": {
"tags": [
"provider",
"auto_injected"
"auto_injected",
"agentless_log_submission_enabled",
],
"metric_type": "count",
"data_type": "events",
Expand Down Expand Up @@ -1195,6 +1196,7 @@
"tags": [
"coverage_enabled",
"itrskip_enabled",
"flaky_test_retries_enabled",
"early_flake_detection_enabled"
],
"metric_type": "count",
Expand Down

0 comments on commit 7f09c50

Please sign in to comment.