-
Notifications
You must be signed in to change notification settings - Fork 15
Add end-to-end Test_ExtendedHeartbeat for app-extended-heartbeat telemetry event #6338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
682a31d
36d138b
011f076
736c5cc
10c756f
6be060e
ee72e96
2cf6d0c
0650819
f3e3558
1939816
2afc8ef
f13a0a7
6014da1
b8d7d40
1b11a18
58f28a8
e5dfac1
efab352
bb0ca10
f3639ff
24690ab
8228995
ee40a2d
4dfaa04
1bfb4b8
63b9cf4
388375a
5f083a1
0c14d55
03bca5b
b554ffd
7024834
bd71581
ef468b2
d27ca17
c44e4f3
11e4845
d219e87
0ed912f
4b9c4ec
9d3aa89
e9f257e
0742b54
9477f2c
1512829
b55785e
ca5ad27
dca9b64
38137fa
49f6dc1
4f7f76e
c78fad7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -186,6 +186,16 @@ class _Scenarios: | |
| doc="Test env var `DD_TELEMETRY_METRICS_ENABLED=false`", | ||
| scenario_groups=[scenario_groups.telemetry], | ||
| ) | ||
| telemetry_extended_heartbeat = EndToEndScenario( | ||
| "TELEMETRY_EXTENDED_HEARTBEAT", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This adds a new Useful? React with 👍 / 👎. |
||
| weblog_env={ | ||
| "DD_TELEMETRY_HEARTBEAT_INTERVAL": "1", | ||
| "DD_TELEMETRY_EXTENDED_HEARTBEAT_INTERVAL": "2", | ||
| "_DD_TELEMETRY_EXTENDED_HEARTBEAT_INTERVAL": "2", | ||
| }, | ||
| doc="Test app-extended-heartbeat telemetry event with a shortened interval", | ||
| scenario_groups=[scenario_groups.telemetry], | ||
| ) | ||
|
|
||
| # ASM scenarios | ||
| appsec_missing_rules = EndToEndScenario( | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to add this scenario in .github/workflows/run-end-to-end.yml
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in 4f7f76e — the
TELEMETRY_EXTENDED_HEARTBEATstep is now registered betweenTELEMETRY_ENHANCED_CONFIG_REPORTINGandTELEMETRY_LOG_GENERATION_DISABLED.