jenkinsci / jenkinsci/plot-plugin

[JENKINS-21095] Make 'Data series legend label' data source independent

Open
#242 0 comments 0 reactions 0 assignees View on GitHub
component:plot-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
62
Forks
93
Avg merge
1d 17h
Merged PRs (30d)
1

Description

For my project I create multiple projects and want to track their ROM and RAM usage. To have a complete overview, I want to have all ROM statistics in a single plot, and all RAM statistics in another plot.

With the 'java properties file' source, it's possible to define a custom label. Right now I'm using .csv files instead. The problem that I run into is that all my data series all define the their own RAM value, which means that only the last value is remembered.

The solution for me would be to make the 'Data series legend label' field available for all data source types. In my case I'd call the plot 'ROM usage' and each data series by the projects name.

---
Originally reported by ruudalthuizen, imported from: Make 'Data series legend label' data source independent


  • assignee: nidaley
  • status: Open
  • priority: Major
  • component(s): plot-plugin
  • resolution: Unresolved
  • votes: 1
  • watchers: 2
  • imported: 20260512-210953

Raw content of original issue

For my project I create multiple projects and want to track their ROM and RAM usage. To have a complete overview, I want to have all ROM statistics in a single plot, and all RAM statistics in another plot.

With the 'java properties file' source, it's possible to define a custom label. Right now I'm using .csv files instead. The problem that I run into is that all my data series all define the their own RAM value, which means that only the last value is remembered.

The solution for me would be to make the 'Data series legend label' field available for all data source types. In my case I'd call the plot 'ROM usage' and each data series by the projects name.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.