It would be a helpful feature to deactivate Generators when they are not desired.

      EG. The Plugin identifies SonarQube Data but we don't want it to be available in InfluxDB (for any reason) you should be able to deactivate the SonarQUbePointGenerator.

          [JENKINS-55031] Deactivate undesired Generators

          René Scheibe added a comment -

          aleksisimell I could have a look at it. Should it be a) configurable per target or b) a single configuration for all targets? I suggest to go for a).

          René Scheibe added a comment - aleksisimell I could have a look at it. Should it be a) configurable per target or b) a single configuration for all targets? I suggest to go for a).

          Aleksi Simell added a comment -

          Definitely a). I also took a glance at this this morning. Jelly doesn't really seem to support multiple choice selections, which can cause some repetitive code.

          Aleksi Simell added a comment - Definitely a). I also took a glance at this this morning. Jelly doesn't really seem to support multiple choice selections, which can cause some repetitive code.

          Aleksi Simell added a comment -

          Don't know if renescheibe has made any progress with this. But inspired by this pull request I could make it so that each generator checks for a DISABLE_<generator_name> environment variable if the value is true. This would allow an easy control over the generators without having a multi-select list. The list would be easier, but (at least for me) would require much more work than checking environment variables.

          Aleksi Simell added a comment - Don't know if renescheibe has made any progress with this. But inspired by this pull request I could make it so that each generator checks for a DISABLE_<generator_name> environment variable if the value is true. This would allow an easy control over the generators without having a multi-select list. The list would be easier, but (at least for me) would require much more work than checking environment variables.

          René Scheibe added a comment - - edited

          I just created a draft pull request (https://github.com/jenkinsci/influxdb-plugin/pull/104) containing my old changes as I am not sure when I will have a look at it again.

          René Scheibe added a comment - - edited I just created a draft pull request ( https://github.com/jenkinsci/influxdb-plugin/pull/104) containing my old changes as I am not sure when I will have a look at it again.

            aleksisimell Aleksi Simell
            forster_ch Christoph Forster
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: