iLogtail

1752
下载
iLogtail 是阿里云日志服务(Log Service)中的一款高性能、可扩展的日志采集工具。它被设计用于实时收集、解析和传输各类日志数据,支持多种数据源和复杂的日志处理场景,广泛应用于分布式系统、Web 服务器、应用程序等环境中的日志管理。

MetricInput示例插件


简介

metric_input_example 可作为编写MetricInput类插件的参考示例样例,该插件会定时生成模拟的指标数据。源代码

版本

Stable

配置参数

参数类型,默认值说明
TypeString,无默认值(必填)插件类型,固定为metric_input_example

样例

  • 采集配置
enable: true
inputs:
- Type: metric_input_example
flushers:
- Type: flusher_stdout
OnlyStdout: true
  • 输出
{
"__name__":"example_counter",
"__labels__":"hostname#$#************************|ip#$#172.***.***.***",
"__time_nano__":"1658491078378371632",
"__value__":"101",
"__time__":"1658491078"
}

observability.cn Authors 2024 | Documentation Distributed under CC-BY-4.0
Copyright © 2017-2024, Alibaba. All rights reserved. Alibaba has registered trademarks and uses trademarks.
浙ICP备2021005855号-32