Coder Social home page Coder Social logo

grafana-dashboard-generator's People

Contributors

bhattchaitanya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

grafana-dashboard-generator's Issues

Screenshot with datapoints

Hi
Would you update the example screenshot with some data? Would be easier to get understanding of what that tool output looks like.

The raw queries are not working in InfluxDB 0.9.2.

The raw queries are not working in InfluxDB 0.9.2.

Current generated query (does not work)

          "targets": [ 
          {
              "column": "value",
              "function": "mean",
              "query": "select * from jmeter.test.meanAT where $timeFilter",
              "rawQuery": false,
              "tags": [],
              "groupByTags": [],
              "fields": [
                {
                  "name": "value",
                  "func": "mean"
                }
              ]
            }

Query that works, after adjusting it in grafana

          "targets": [
            {
              "column": "value",
              "function": "mean",
              "query": "SELECT mean(value) FROM \"jmeter.test.meanAT\" WHERE $timeFilter GROUP BY time($interval)",
              "rawQuery": false,
              "tags": [],
              "groupByTags": [],
              "fields": [
                {
                  "name": "value",
                  "func": "mean"
                }
              ],
              "measurement": "jmeter.test.meanAT"
            }

FYI generator may have issues with complex test plans

Unfortunately at the moment, I can't share sample test plan, until I can later generalize it for public consumption.

I notice using this that:

  1. on a complex test plan, it generated a JSON file that was invalid JSON, pasting the text into JSON lint web tool showed that for a rows field, it didn't terminate the object array correctly, where the expected }], came out to be },],. So I had to fix the JSON to import it to grafana.
  2. the complex test plan import only shows 4 "total thread" graph sections in the dashboard. It does not include the various samplers below unlike some simpler test plans.

I wonder if I'm the only user with complex test plans that is trying it out with this tool here.

FYI, I'm using jmeter 2.13, not sure what version of grafana.

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.