Giter VIP home page Giter VIP logo

grafana-n9e-datasource's People

Contributors

jsers avatar ulricqin 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

robbbit codyguo

grafana-n9e-datasource's Issues

出表格的问题

在使用n9e数据源在grafana绘制table表格,filed列显示的是”ip metric“ ,这样在多个query时没法聚合起来,是不是可以调整一下
image

配置非root用户token后无法获取部分数据BUG

环境:夜莺:v3.7 grafana:v7.3.6
问题点:
配置非root用户token后(只有部分organization权限,能在夜莺上正常查看指标),能看到服务树信息,但无法获取hosts下的endpoint和metric信息,修改成root用户后正常获取;对于no-hosts下的指标,前述非root用户可正常查看

添加数据源后测试报404

环境:
grafana-n9e-datasource版本:1.3.1
n9e版本:2.7.3
本地局域网安装
grafana版本:7.1.1,yum

问题描述:
添加数据源 404, nginx服务正常,monapi服务正常,datasource用的1.3.1,当前grafana添加数据源后点击测试报404

截图:
image
image
image

@710leo @UlricQin 可以帮忙看看吗?

前端渲染很慢

主机100台以上 就会渲染很慢 请求接口数据都保持在毫秒级别...

对于指标多个维度标识时,出现混乱

在夜莺平台上,查询api为

/api/index/counter/fullmatch ,请求体为
[
    {
        "endpoints":[
            "xxx"
        ],
        "metric":"MemNonHeapUsedM",
        "tagkv":[
            {
                "tagk":"role",
                "tagv":[
                    "DataNode"
                ]
            },
            {
                "tagk":"app",
                "tagv":[
                    "Hbase",
                    "hadoop"
                ]
            },
            {
                "tagk":"service",
                "tagv":[
                    "DataNode"
                ]
            },
            {
                "tagk":"name",
                "tagv":[
                    "JvmMetrics"
                ]
            }
        ]
    }
]

但是插件请求时,多了一个path维度,这个维度在夜莺上我们是留空的, 夜莺本身没有发出去,但是使用插件也是留空的,但是插件却将这个字段发出,产生的结果是插件发出的请求,不能查询结果

/api/datasources/proxy/1/api/index/counter/fullmatch请求体为
[
    {
        "endpoints":[
            "xxx"
        ],
        "metric":"MemNonHeapUsedM",
        "tagkv":[
            {
                "tagk":"path",
                "tagv":[]
            }
            {
                "tagk":"role",
                "tagv":[
                    "DataNode"
                ]
            },
            {
                "tagk":"app",
                "tagv":[
                    "Hbase",
                    "hadoop"
                ]
            },
            {
                "tagk":"service",
                "tagv":[
                    "DataNode"
                ]
            },
            {
                "tagk":"name",
                "tagv":[
                    "JvmMetrics"
                ]
            }
        ]
    }
]

[BUG]添加数据源时显示不受信任

使用版本:
grafana-7.0.3
n9e 最新版

问题现象:
前置条件都已准备到位,添加数据源之前在数据源列表搜索后显示该数据源不受信任;
添加数据源时,一直在转圈圈没有进入到配置界面;
点浏览器后退再刷新又可以进配置界面.

一直刷新界面:
image

grafana 添加n9e 数据源报错截图:
image

是否能实现name字段变量

夜莺的endpoint字段通常是IP,直接用endpoint来作为选择维度的话,在设备较多的情况下不是很友好,通常需要一台一台手动做str的映射。
请问能否实现拉取夜莺的设备name字段?

v2+grafana token设置问题

v3版本个人中心可设置token。v2版本自行生成token需配置在服务器哪个目录下。谢谢老哥
image

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.