Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 38 additions & 3 deletions manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,28 @@ manifest:
express4: *ref_5_89_0
tests/apm_tracing_e2e/test_otel.py::Test_Otel_Span: missing_feature (missing /e2e_otel_span endpoint on weblog)
tests/apm_tracing_e2e/test_otel.py::Test_Otel_Span::test_distributed_otel_trace: irrelevant (Golang specific test with OTel Go contrib package)
tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags: missing_feature
tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags: # TODO: a lower version might be supported
- weblog_declaration:
'*': missing_feature
uds-express4: '>=5.93.0'
fastify: '>=5.93.0'
express4: '>=5.93.0'
express4-typescript: '>=5.93.0'
express5: '>=5.93.0'
tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags::test_telemetry_process_tags:
- weblog_declaration:
fastify: missing_feature
express5: missing_feature
express4-typescript: missing_feature
express4: missing_feature
uds-express4: missing_feature
tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags::test_telemetry_process_tags_svc:
- weblog_declaration:
fastify: missing_feature
express5: missing_feature
express4-typescript: missing_feature
express4: missing_feature
uds-express4: missing_feature
tests/apm_tracing_e2e/test_single_span.py::Test_SingleSpan: missing_feature (missing /e2e_otel_span endpoint on weblog)
tests/appsec/api_security/test_api_security_rc.py::Test_API_Security_RC_ASM_DD_processors:
- weblog_declaration:
Expand Down Expand Up @@ -2269,8 +2290,22 @@ manifest:
tests/test_library_logs.py::Test_NoExceptions::test_java_logs: irrelevant (only for Java)
tests/test_library_logs.py::Test_NoExceptions::test_java_telemetry_logs: irrelevant (only for Java)
tests/test_profiling.py::Test_Profile: *ref_5_16_0
tests/test_profiling.py::Test_Profile::test_process_tags: missing_feature
tests/test_profiling.py::Test_Profile::test_process_tags_svc: missing_feature
tests/test_profiling.py::Test_Profile::test_process_tags: # TODO: a lower version might be supported
- weblog_declaration:
'*': missing_feature
uds-express4: '>=5.93.0'
fastify: '>=5.93.0'
express4: '>=5.93.0'
express4-typescript: '>=5.93.0'
express5: '>=5.93.0'
tests/test_profiling.py::Test_Profile::test_process_tags_svc: # TODO: a lower version might be supported
- weblog_declaration:
'*': missing_feature
uds-express4: '>=5.93.0'
fastify: '>=5.93.0'
express4: '>=5.93.0'
express4-typescript: '>=5.93.0'
express5: '>=5.93.0'
tests/test_protobuf.py: missing_feature
tests/test_resource_renaming.py::Test_Resource_Renaming_HTTP_Endpoint_Tag:
- weblog_declaration:
Expand Down
Loading