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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?