kamon-netty

kamon netty integration

Github星跟踪图

Kamon Netty

Build Status
Gitter
Maven Central

Getting Started

The kamon-netty module ships with bytecode instrumentation that brings automatic traces and metrics to your
Netty based applications and libraries.

The kamon-netty module requires you to start your application using the AspectJ Weaver Agent. Kamon will warn you
at startup if you failed to do so.

Kamon Netty is currently available for Scala 2.11 and 2.12.

Supported releases and dependencies are shown below., kamon, status, jdk, scala, :------:, :------:, :----:, ------------------, 1.0.0, experimental, 1.8+, 2.11, 2.12

To get started with SBT, simply add the following to your build.sbt or pom.xml
file:

libraryDependencies += "io.kamon" %% "kamon-netty" % "1.0.0"
<dependency>
    <groupId>io.kamon</groupId>
    <artifactId>kamon-netty_2.12</artifactId>
    <version>1.0.0</version>
</dependency>

Documentation

Event Loop Metrics

The metrics that you will get for an EventLoop are:

  • registered-channels: The number of registered Channels.
  • task-processing-time: A histogram that tracks the nanoseconds the last processing of all tasks took.
  • task-queue-size: The number of tasks that are pending for processing.
  • task-waiting-time: A histogram that tracks the waiting time in the queue.

Image of Netty Metrics

Traces

Image of Netty Metrics

主要指标

概览
名称与所有者kamon-io/kamon-netty
主编程语言Scala
编程语言Scala (语言数: 2)
平台
许可证Apache License 2.0
所有者活动
创建于2017-07-31 23:18:43
推送于2020-08-30 15:48:22
最后一次提交2017-08-31 17:03:27
发布数0
用户参与
星数10
关注者数4
派生数2
提交数19
已启用问题?
问题数2
打开的问题数1
拉请求数2
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?