Skip to content

In=javathread#11

Merged
nmaguiar merged 2 commits intomainfrom
in=javathread
Feb 13, 2025
Merged

In=javathread#11
nmaguiar merged 2 commits intomainfrom
in=javathread

Conversation

@nmaguiar
Copy link
Contributor

This pull request introduces a new input type javathread for handling Java thread dump text files or Java process IDs. The changes span multiple files to integrate this new feature, including updates to documentation, configuration files, and JavaScript functions.

Integration of javathread input type:

  • data/completion.yaml: Added a new input type javathread with an option javathreadpid to specify the Java process ID.
  • data/usage.json: Included descriptions for the new javathread input type and its option javathreadpid. [1] [2]
  • src/docs/USAGE.md: Updated the documentation to include the new javathread input type and its options. [1] [2]

JavaScript function updates:

  • src/include/inputFns.js: Implemented the logic to handle the javathread input type, including parsing thread dump lines and extracting relevant data.
  • src/include/transformFns.js: Modified transformation functions to handle date formats correctly, using ow.format.fromISODate. [1] [2]

@nmaguiar nmaguiar added the enhancement New feature or request label Feb 13, 2025
@nmaguiar nmaguiar self-assigned this Feb 13, 2025
@nmaguiar nmaguiar merged commit a6b8980 into main Feb 13, 2025
1 check failed
@nmaguiar nmaguiar deleted the in=javathread branch February 13, 2025 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Development

Successfully merging this pull request may close these issues.

2 participants