当前位置:   article > 正文

SpringBoot2.x系列教程之SpringBoot2.x配置大全03_management.health.diskspace.enabled

management.health.diskspace.enabled

一. SpringBoot2.x配置大全03

  1. #THREAD DUMP ENDPOINT(ThreadDumpEndpoint)
  2. management.endpoint.threaddump.cache.time-to-live = 0ms #可以缓存响应的最长时间。
  3. management.endpoint.threaddump.enabled = true #是否启用threaddump端点。
  4. #HEALTH INDICATORS
  5. management.health.db.enabled = true #是否启用数据库运行状况检查。
  6. management.health.cassandra.enabled = true #是否启用Cassandra运行状况检查。
  7. management.health.couchbase.enabled = true #是否启用Couchbase运行状况检查。
  8. management.health.defaults.enabled = true #是否启用默认健康指标。
  9. management.health.diskspace.enabled = true #是否启用磁盘空间运行状况检查。
  10. management.health.diskspace.path = #用于计算可用磁盘空间的路径。
  11. management.health.diskspace.threshold = 10MB#应该可用的最小磁盘空间。
  12. management.health.elasticsearch.enabled = true #是否启用Elasticsearch运行状况检查。
  13. management.health.elasticsearch.indices = #逗号分隔的索引名称。
  14. management.health.elasticsearch.response-timeout = 100ms #等待集群响应的时间。
  15. management.health.influxdb.enabled = true #是否启用InfluxDB运行状况检查。
  16. management.health.jms.enabled = true #是否启用JMS运行状况检查。
  17. management.health.ldap.enabled = true #是否启用LDAP运行状况检查。
  18. management.health.mail.enabled = true#是否启用邮件健康检查。
  19. management.health.mongo.enabled = true #是否启用MongoDB运行状况检查。
  20. management.health.neo4j.enabled = true #是否启用Neo4j运行状况检查。
  21. management.health.rabbit.enabled = true #是否启用RabbitMQ运行状况检查。
  22. management.health.redis.enabled = true #是否启用Redis运行状况检查。
  23. management.health.solr.enabled = true #是否启用Solr运行状况检查。
  24. management.health.status.http-mapping = #将健康状态映射到HTTP状态代码。默认情况下,已注册的运行状况映射到合理的默认值(例如,UP映射到200)。
  25. management.health.status.order = DOWN,OUT_OF_SERVICE,UP,UNKNOWN #以逗号分隔的健康状态列表,按严重程度排序。
  26. #HTTP TRACING(HttpTraceProperties)
  27. management.trace.http.enabled = true #是否启用HTTP请求 - 响应跟踪。
  28. management.trace.http.include =请求标头,响应标头,cookie,错误#要包含在跟踪中的项目。
  29. #INFO CONTRIBUTORS(InfoContributorProperties)
  30. management.info.build.enabled = true #是否启用构建信息。
  31. management.info.defaults.enabled = true #是否启用默认信息贡献者。
  32. management.info.env.enabled = true #是否启用环境信息。
  33. management.info.git.enabled = true #是否启用git信息。
  34. management.info.git.mode = simple #用于公开git信息的模式。
  35. #METRICS
  36. management.metrics.distribution.maximum-expected-value。* = #预计将以指定名称开始计量ID的最大值。
  37. management.metrics.distribution.minimum-expected-value。* = #预计将以指定名称开始的仪表ID的最小值。
  38. management.metrics.distribution.percentiles。* = #特定计算的非可聚合百分位数,用于以指定名称开始的仪表ID发送到后端。
  39. management.metrics.distribution.percentiles-histogram。* = #是否以指定名称开头的米ID应发布百分位直方图。
  40. management.metrics.distribution.sla。* =#以指定名称开头的仪表ID的特定SLA边界。最长的比赛获胜。
  41. management.metrics.enable。* = #应启用是否以指定名称开始的仪表ID。最长的匹配获胜,关键的“all”也可以用于配置所有的米。
  42. management.metrics.export.appoptics.api-token = #AppOptics API令牌。
  43. management.metrics.export.appoptics.batch-size = 500 #每个请求用于此后端的度量数。如果找到更多测量值,则将发出多个请求。
  44. management.metrics.export.appoptics.connect-timeout = 5s #对此后端的请求的连接超时。
  45. management.metrics.export.appoptics.enabled= true #是否启用将度量标准导出到此后端。
  46. management.metrics.export.appoptics.host-tag = instance #将指标发送到AppOptics时将映射到“@host”的标记。
  47. management.metrics.export.appoptics.num-threads = 2 #指标发布计划程序使用的线程数。
  48. management.metrics.export.appoptics.read-timeout = 10s #读取此后端请求的超时时间。
  49. management.metrics.export.appoptics.step = 1m #要使用的步长(即报告频率)。
  50. management.metrics.export.appoptics.uri = https://api.appoptics.com/v1/measurements# 将指标发送到的URI。
  51. management.metrics.export.atlas.batch-size = 10000 #每个请求用于此后端的度量数。如果找到更多测量值,则将发出多个请求。
  52. management.metrics.export.atlas.config-refresh-frequency = 10s ࿰
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/码创造者/article/detail/856513
推荐阅读
相关标签
  

闽ICP备14008679号