Skip to content

Commit

Permalink
Remove metrics-ganglia completely
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tsutsumi committed Mar 16, 2018
1 parent 5c5aba4 commit 1101620
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
1 change: 0 additions & 1 deletion docs/source/about/javadoc.rst
Expand Up @@ -18,7 +18,6 @@ Javadoc
- `dropwizard-lifecycle <../../dropwizard-lifecycle/apidocs/index.html>`_
- `dropwizard-logging <../../dropwizard-logging/apidocs/index.html>`_
- `dropwizard-metrics <../../dropwizard-metrics/apidocs/index.html>`_
- `dropwizard-metrics-ganglia <../../dropwizard-metrics-ganglia/apidocs/index.html>`_
- `dropwizard-metrics-graphite <../../dropwizard-metrics-graphite/apidocs/index.html>`_
- `dropwizard-migrations <../../dropwizard-migrations/apidocs/index.html>`_
- `dropwizard-servlets <../../dropwizard-servlets/apidocs/index.html>`_
Expand Down
44 changes: 0 additions & 44 deletions docs/source/manual/configuration.rst
Expand Up @@ -1077,50 +1077,6 @@ file No default The CSV file to write metrics to.
====================== =============== ===========


.. _man-configuration-metrics-ganglia:

Ganglia Reporter
----------------

Reports metrics periodically to Ganglia.

Extends the attributes that are available to :ref:`all reporters <man-configuration-metrics-all>`

.. note::

You will need to add ``dropwizard-metrics-ganglia`` to your POM.

.. code-block:: yaml
metrics:
reporters:
- type: ganglia
host: localhost
port: 8649
mode: unicast
ttl: 1
uuid: (none)
spoof: localhost:8649
tmax: 60
dmax: 0
====================== =============== ====================================================================================================
Name Default Description
====================== =============== ====================================================================================================
host localhost The hostname (or group) of the Ganglia server(s) to report to.
port 8649 The port of the Ganglia server(s) to report to.
mode unicast The UDP addressing mode to announce the metrics with. One of ``unicast``
or ``multicast``.
ttl 1 The time-to-live of the UDP packets for the announced metrics.
uuid (none) The UUID to tag announced metrics with.
spoof (none) The hostname and port to use instead of this nodes for the announced metrics.
In the format ``hostname:port``.
tmax 60 The tmax value to announce metrics with.
dmax 0 The dmax value to announce metrics with.
====================== =============== ====================================================================================================


.. _man-configuration-metrics-graphite:

Graphite Reporter
Expand Down
5 changes: 0 additions & 5 deletions dropwizard-bom/pom.xml
Expand Up @@ -703,11 +703,6 @@
<artifactId>dropwizard-metrics</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics-ganglia</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics-graphite</artifactId>
Expand Down

0 comments on commit 1101620

Please sign in to comment.