diff --git a/docs/source/about/javadoc.rst b/docs/source/about/javadoc.rst index 0c68391d546..f3b79cb1175 100644 --- a/docs/source/about/javadoc.rst +++ b/docs/source/about/javadoc.rst @@ -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>`_ diff --git a/docs/source/manual/configuration.rst b/docs/source/manual/configuration.rst index 89b707165cf..31012c4bd8d 100644 --- a/docs/source/manual/configuration.rst +++ b/docs/source/manual/configuration.rst @@ -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 ` - -.. 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 diff --git a/dropwizard-bom/pom.xml b/dropwizard-bom/pom.xml index 72c58627112..4423d9696ae 100644 --- a/dropwizard-bom/pom.xml +++ b/dropwizard-bom/pom.xml @@ -703,11 +703,6 @@ dropwizard-metrics ${project.version} - - io.dropwizard - dropwizard-metrics-ganglia - ${project.version} - io.dropwizard dropwizard-metrics-graphite