Devlive 开源社区 本次搜索耗时 0.037 秒,为您找到 1943 个相关结果.
  • Falcon 插件

    Nightingale 实现了 Open-Falcon 的 HTTP 数据接收接口,所以,Open-Falcon 社区很多采集插件也是可以直接使用的。但是 Falcon-Agent 不行,因为 Falcon-Agent 推送监控数据给服务端,走的是 RPC 接口。 如果你发现某个 Falcon-Plugin 是用 CRON 的方式驱动的,推送数据走的是 ...
  • 4.7 Cross-referencing within documents

    899 2024-05-10 《R Markdown Cookbook》
    References Cross-referencing is a useful way of directing your readers through your document, and can be automatically done within R Markdown. While this has been explained in Ch...
  • Adding a Blog

    898 2024-06-03 《Docusaurus 1.14.7》
    Initial Setup Adding Posts Header Options Summary Truncation Changing How Many Blog Posts Show on Sidebar Changing The Sidebar Title RSS Feed Social Buttons Advanced Topics ...
  • 升级文档

    1. 备份上一版本文件和数据库 2. 停止dolphinscheduler所有服务 3. 下载新版本的安装包 4. 数据库升级 5. 后端服务升级 6. 前端服务升级 1. 备份上一版本文件和数据库 2. 停止dolphinscheduler所有服务 sh ./script/stop-all.sh 3. 下载新版本的安装包 下载 ,...
  • config

    Intro to config file Example Config file structure hocon multi-line support json env source transform sink Other Config variable substitution What’s More Intro to co...
  • Compactions

    894 2024-06-22 《Apache Accumulo 2.x》
    Configuration External Compactions Starting the Components Configuration Overview External Compaction in Action Logging Metrics User compactions In Accumulo each tablet h...
  • Self-Optimizing

    894 2024-06-26 《Apache Amoro 0.6.1》
    Introduction Self-optimizing mechanism Self-optimizing scheduling policy Quota Balanced Introduction Lakehouse is characterized by its openness and loose coupling, with data...
  • Overview

    893 2024-06-28 《Apache Hudi 0.15.0》
    What is Apache Hudi Core Concepts to Learn Getting Started Connect With The Community Join in on discussions Come to Office Hours for help Community Calls Contribute Welco...
  • Maintenance

    Recommended Maintenance Expire Snapshots Remove old metadata files Delete orphan files Optional Maintenance Compact data files Rewrite manifests Maintenance operations req...
  • 数据推送

    OpenTSDB 协议 RemoteWrite 协议 推给客户端 在 采集器 章节可以看出,夜莺支持多种数据接收的接口(由 n9e-server 实现,推送数据就是推给 n9e-server 的 19000 端口),包括 OpenTSDB、Open-Falcon、RemoteWrite、Datadog 等协议。这节我们以 OpenTSDB 的数据接...