Is your feature request related to a problem? Please describe.
We want to integrate automated reporting by programmatically processing the output of the vespa inspect profile tool. However, the current output format is not easily machine-readable, making automation more challenging.
Describe the solution you'd like
We propose adding a parameter to configure the profiling output as JSON and specify a target output file. This would allow seamless integration into automated workflows.
Example:
vespa inspect profile -f response_example.json -format json -o output.json
This enhancement would improve automation capabilities and make it easier to parse profiling data programmatically.
Is your feature request related to a problem? Please describe.
We want to integrate automated reporting by programmatically processing the output of the vespa inspect profile tool. However, the current output format is not easily machine-readable, making automation more challenging.
Describe the solution you'd like
We propose adding a parameter to configure the profiling output as JSON and specify a target output file. This would allow seamless integration into automated workflows.
Example:
vespa inspect profile -f response_example.json -format json -o output.jsonThis enhancement would improve automation capabilities and make it easier to parse profiling data programmatically.