Prajwal Rao
Prajwal Rao
I have the same issue as well.. Operating system - **Mac Sierra OS 10.12.5** Nylas Mail version - **v2.0.32 (2.0.32)** Third-party plugins installed - **n1-avatars**, **Taiga theme** Issue related to...
@Prattjames Were you able to paste into the app? I can't seem to do it with a mouse or with keyboard shortcuts.
Change "react-native-router-flux" to "3.37.0" instead of "^3.37.0" in package.json and then.. ` rm -rf node_modules/ && npm install ` That should do the trick..
@mhollick Thanks for the PR, but I do have a question. Why would you hardcode a datasource into the dashboards? The reason it wasn't done so from the get-go was...
@mikehomee What version of Ambari are you running?
Do you see anything when you try accessing this endpoint via browser? http://ambari-host:port/api/v1/clusters/MyCluster/services/KAFKA/components/KAFKA_BROKER
@mikehomee As you can see, there are no metrics being emitted, which is why you see an error in Grafana logs. http://ambari-host:port/api/v1/clusters/MyCluster/services/HDFS/components/NAMENODE For example will show you the list of...
No problem @mikehomee Glad I could help :) You could use Ambari 2.2.2 (which comes with an AMS Datasource for Grafana ) and use it to visualize Kafka Metrics. »...
@kkdk5535 @u39kun I do have a Grafana datasource plugin working with Ambari (> v2.2.2) & AMS. I'Il create a repo for this by the end of this week and let...
@kkdk5535 Here you go - https://github.com/prajwalrao/ambari-metrics-grafana I've tried it out with the latest version as of today (v3.0.4) of Grafana, and I've had no issues. Let me know if you...