We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9321e8d commit 5d61afeCopy full SHA for 5d61afe
data_test/Readme.md
@@ -69,6 +69,15 @@ python3 run_metrics_tests.py <path_to_test_cases.json>
69
70
# For Trace Testing
71
python3 run_trace_tests.py <path_to_test_cases.json>
72
+
73
+## For Tags Testing
74
+python3 run_tag_tests.py <path_to_test_cases.json>
75
76
+## For Cloudtrail Events Testing
77
+python3 run_cloudtrail_test.py <path_to_test_cases.json>
78
79
+## For OTEL Resource Attribute Testing
80
+python3 run_otel_resource_attributes_tests.py <path_to_test_cases.json>
81
```
82
83
## Test Case Format
0 commit comments