[创建目录]hdfs dfs -mkdir -p /user/hdfs/sample_data/csv/devicehdfs dfs -mkdir -p /user/hdfs/sample_data/csv/metrics [赋予权限]sudo -u hdfs hadoop fs -chown -R ...
分类:
其他好文 时间:
2018-06-27 14:56:34
阅读次数:
1190
promethus Prometheus是一个开源的系统监控和报警的工具包。 主要特点是: 多维数据模型(有metric名称和键值对确定的时间序列) 灵活的查询语言 不依赖分布式存储 通过pull方式采集时间序列,通过http协议传输 支持通过中介网关的push时间序列的方式 监控数据通过服务或者静 ...
分类:
其他好文 时间:
2018-06-26 00:46:51
阅读次数:
964
在学spring cloud config的时候遇到一个ArrayIndexOutOfBoundsException的问题。 学习参考https://blog.csdn.net/forezp/article/details/70037291,该博文中的Demo使用的是Camden.SR6版本。 而我 ...
分类:
编程语言 时间:
2018-06-11 13:58:52
阅读次数:
694
https://www.slideshare.net/dataArtisans/apache-flink-training-metrics-monitoring https://ci.apache.org/projects/flink/flink-docs-release-1.4/monitorin ...
分类:
Web程序 时间:
2018-06-03 19:41:24
阅读次数:
163
from sklearn.metrics import precision_score,recall_score print (precision_score(y_true, y_scores,average='micro')) ...
分类:
编程语言 时间:
2018-06-01 16:50:28
阅读次数:
1253
从Metrics的使用说起 Flink的Metrics种类有四种Counters, Gauges, Histograms和Meters. 如何使用Metrics呢? 以Counter为例, 行7 getMetricGroup()获取MetricGroup 行8 从MetricGroup中获取Metr ...
分类:
其他好文 时间:
2018-05-30 21:36:07
阅读次数:
1749
搭建 1、下载solr压缩包solr-7.2.1.tgz。 2、解压solr-7.2.1.tgz包。 3、复制solr-7.2.1/server/solr-webapp目录下的webapp文件夹重命名为solr,并复制到jetty/webapps目录下。 4、server/lib/metrics* ...
分类:
其他好文 时间:
2018-05-27 23:45:55
阅读次数:
382
排错1:WarningFailedGetResourceMetric12s(x41over20m)horizontal-pod-autoscalerunabletogetmetricsforresourcecpu:unabletofetchmetricsfromAPI:theservercouldnotfindtherequestedresource(getpods.metrics.k8s.io)
分类:
Web程序 时间:
2018-05-24 10:34:08
阅读次数:
792
1 /** 2 * 3 * px dip 转换 4 */ 5 public class DensityUtil { 6 7 /** 8 * 根据手机分辨率 dip 转 px 9 */ 10 static public int dip2px(Context context,float dpValue)... ...
分类:
其他好文 时间:
2018-05-19 18:37:04
阅读次数:
366
Metrics+ElasticSearch+grafana——性能监控解决方案 https://blog.csdn.net/Shiyaru1314/article/details/76906461 利用Metrics+ElasticSearch+grafana来构建监控平台 Metrics 采集数据 ...
分类:
其他好文 时间:
2018-05-19 17:10:09
阅读次数:
275