Giter Site home page Giter Site logo

Comments (5)

anryko avatar anryko commented on July 17, 2024

Hey nordewal,
Sure this should be possible. However you need plugin name to match actual metrics beginning part.
So in your case something like this should work:

plugins.disk_ = new Plugin();

  plugins.disk_.diskOps = {
    'graph': {
      'read': {
        'apply': 'derivative',
        'type': 'disk_ops'
      },
      'write': {
        'math': '* -1',
        'apply': 'derivative',
        'type': 'disk_ops'
      }
    },
    'panel': {
      'title': 'Disk Operations',
      'grid': { 'max': null, 'min': null, 'leftMin': null },
      'y_formats': [ 'iops' ]
    }
  };

plugins.disk = new Plugin();
  plugins.disk.config.multi = true;

  plugins.disk.diskOps = {
    'graph': {
      'read': {
        'color': '#447EBC',
        'apply': 'derivative',
        'type': 'disk_ops'
      },
      'write': {
        'color': '#508642',
        'math': '* -1',
        'apply': 'derivative',
        'type': 'disk_ops'
      }
    },
    'panel': {
      'title': 'Disk Operations for @metric',
      'grid': { 'max': null, 'min': null, 'leftMin': null },
      'y_formats': [ 'iops' ]
    }
  };

from grafana-influx-dashboard.

nordewal avatar nordewal commented on July 17, 2024

Thanks, that works. When trying to add only one definition to a group, either both plugin definitions are loaded or none.
How is this supposed to work?

from grafana-influx-dashboard.

anryko avatar anryko commented on July 17, 2024

Hmm, this is strange. I just tested it and it works as expected for me.

Here is what I'm doing:
I added new groups for the test

  plugins.groups.net = [
    'interface',
    'interface_'
  ];
  plugins.groups.net1 = [
    'interface'
  ];
  plugins.groups.net2 = [
    'interface_'
  ];

and all 3 work as expected. I used interface plugin for my test, but yours should work the same way with 'disk' and 'disk_'.

Please let me know if this helps. Otherwise plz post here or gist relevant parts of your config so I would be able to reproduce the issue.

from grafana-influx-dashboard.

anryko avatar anryko commented on July 17, 2024

Hey nordewal,
Have you figured out your getdash plugin group issue? Can we close this?

from grafana-influx-dashboard.

nordewal avatar nordewal commented on July 17, 2024

Hey anryko, it works thanks :-)

from grafana-influx-dashboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.