项目作者: jhuynh1

项目描述 :
Implementation of Apache Geode MetricsPublishingService to publish Micrometer metrics to Wavefront.
高级语言: Java
项目地址: git://github.com/jhuynh1/geode-wavefront-publisher.git
创建时间: 2020-03-18T00:39:25Z
项目社区:https://github.com/jhuynh1/geode-wavefront-publisher

开源协议:Other

下载


geode-wavefront-publisher

This is an impementation of a Apache Geode MetricsPublishingService that allows Apache Geode metrics to be published to Wavefront.

Obtain a geode-wavefront-publisher.jar

Pick either to download a prebuilt geode-wavefront-publisher.jar or build from source

Build from Source

git clone https://github.com/jhuynh1/geode-wavefront-publisher.git

./gradlew shadowJar

Obtain a Wavefront API token

Generate an API token from the Wavefront UI

Deploy

Here is an example command to start a locator and server

start locator —name=locator —classpath=/Users/jhuynh/geode-wavefront-publisher/build/libs/geode-wavefront-publisher-1.0-SNAPSHOT-all.jar —J=-Dgeode-wavefront-api-token=someapitoken —J=-Dgeode-wavefront-prefix=wavefront.jhuynh —J=-Dgeode-wavefront-source=apache.geode

start server —name=server —classpath=/Users/jhuynh/geode-wavefront-publisher/build/libs/geode-wavefront-publisher-1.0-SNAPSHOT-all.jar —J=-Dgeode-wavefront-api-token=someapitoken —J=-Dgeode-wavefront-prefix=wavefront.jhuynh —J=-Dgeode-wavefront-source=apache.geode

Configuration Parameters

name description default
geode-wavefront-prefix the wavefront prefix for metrics wavefront
geode-wavefront-source the source name for the metric apache.geode
geode-wavefront-api-token the wavefront api token N/A