Skip to content

Commit 411b965

Browse files
committed
tests(agent): Updates integration/lang tests to have log labels metric
1 parent f14086b commit 411b965

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

tests/integration/lang/test_generator_5.6-7.0.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
[{"name":"Supportability/api/add_custom_tracer"}, [1, "??", "??", "??", "??", "??"]],
4747
[{"name":"Supportability/Logging/Forwarding/PHP/enabled"}, [1, "??", "??", "??", "??", "??"]],
4848
[{"name":"Supportability/Logging/Metrics/PHP/enabled"}, [1, "??", "??", "??", "??", "??"]],
49-
[{"name":"Supportability/Logging/LocalDecorating/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]]
49+
[{"name":"Supportability/Logging/LocalDecorating/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]],
50+
[{"name":"Supportability/Logging/Labels/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]]
5051
]
5152
]
5253
*/

tests/integration/lang/test_generator_7.1-7.4.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
[{"name":"Supportability/api/add_custom_tracer"}, [1, "??", "??", "??", "??", "??"]],
4343
[{"name":"Supportability/Logging/Forwarding/PHP/enabled"}, [1, "??", "??", "??", "??", "??"]],
4444
[{"name":"Supportability/Logging/Metrics/PHP/enabled"}, [1, "??", "??", "??", "??", "??"]],
45-
[{"name":"Supportability/Logging/LocalDecorating/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]]
45+
[{"name":"Supportability/Logging/LocalDecorating/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]],
46+
[{"name":"Supportability/Logging/Labels/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]]
4647
]
4748
]
4849
*/

tests/integration/lang/test_generator_8.0.php

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,21 @@
3232
"?? timeframe start",
3333
"?? timeframe stop",
3434
[
35-
[{"name": "Supportability/Logging/Forwarding/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]],
36-
[{"name": "Supportability/Logging/Metrics/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]],
37-
[{"name":"Supportability/Logging/LocalDecorating/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]],
38-
[{"name":"DurationByCaller/Unknown/Unknown/Unknown/Unknown/all"},
39-
[1, "??", "??", "??", "??", "??"]],
40-
[{"name":"DurationByCaller/Unknown/Unknown/Unknown/Unknown/allOther"},
41-
[1, "??", "??", "??", "??", "??"]],
42-
[{"name":"Custom/xrange"}, [11, "??", "??", "??", "??", "??"]],
43-
[{"name":"OtherTransaction/all"}, [1, "??", "??", "??", "??", "??"]],
44-
[{"name":"OtherTransaction/php__FILE__"}, [1, "??", "??", "??", "??", "??"]],
45-
[{"name":"OtherTransactionTotalTime"}, [1, "??", "??", "??", "??", "??"]],
46-
[{"name":"OtherTransactionTotalTime/php__FILE__"}, [1, "??", "??", "??", "??", "??"]],
47-
[{"name":"Custom/xrange","scope":"OtherTransaction/php__FILE__"},
48-
[11, "??", "??", "??", "??", "??"]],
49-
[{"name":"Supportability/InstrumentedFunction/xrange"}, [11, "??", "??", "??", "??", "??"]],
50-
[{"name":"Supportability/api/add_custom_tracer"}, [1, "??", "??", "??", "??", "??"]]
35+
[{"name":"Supportability/Logging/Forwarding/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]],
36+
[{"name":"Supportability/Logging/Metrics/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]],
37+
[{"name":"Supportability/Logging/LocalDecorating/PHP/disabled"},[1, "??", "??", "??", "??", "??"]],
38+
[{"name":"DurationByCaller/Unknown/Unknown/Unknown/Unknown/all"}, [1, "??", "??", "??", "??", "??"]],
39+
[{"name":"DurationByCaller/Unknown/Unknown/Unknown/Unknown/allOther"}, [1, "??", "??", "??", "??", "??"]],
40+
[{"name":"Custom/xrange"}, [11, "??", "??", "??", "??", "??"]],
41+
[{"name":"OtherTransaction/all"}, [1, "??", "??", "??", "??", "??"]],
42+
[{"name":"OtherTransaction/php__FILE__"}, [1, "??", "??", "??", "??", "??"]],
43+
[{"name":"OtherTransactionTotalTime"}, [1, "??", "??", "??", "??", "??"]],
44+
[{"name":"OtherTransactionTotalTime/php__FILE__"}, [1, "??", "??", "??", "??", "??"]],
45+
[{"name":"Custom/xrange",
46+
"scope":"OtherTransaction/php__FILE__"}, [11, "??", "??", "??", "??", "??"]],
47+
[{"name":"Supportability/InstrumentedFunction/xrange"}, [11, "??", "??", "??", "??", "??"]],
48+
[{"name":"Supportability/api/add_custom_tracer"}, [1, "??", "??", "??", "??", "??"]],
49+
[{"name":"Supportability/Logging/Labels/PHP/disabled"}, [1, "??", "??", "??", "??", "??"]]
5150
]
5251
]
5352
*/

0 commit comments

Comments
 (0)