Skip to content

Commit

Permalink
Fix publishing errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Apr 6, 2015
1 parent ee71b75 commit e9febce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
package org.hawkular.metrics.clients.ptrans.collectd.packet;

/**
* Abstract structure representing a <a href="https://collectd.org/wiki/index
* .php/Binary_protocol#Protocol_structure">collectd
* datagram part</a>.
* Abstract structure representing a
* <a href="https://collectd.org/wiki/index.php/Binary_protocol#Protocol_structure">
* collectd datagram part</a>.
* <p>
* A Part is composed of a {@link PartType} and a value.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
*/
package org.hawkular.metrics.clients.ptrans.graphite;

import java.util.ArrayList;
import java.util.List;

import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.MessageToMessageDecoder;
import io.netty.util.CharsetUtil;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.ArrayList;
import java.util.List;

import org.hawkular.metrics.client.common.SingleMetric;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* Decoder for plaintext metric data sent from Graphite
*
* @see <a href="http://graphite.readthedocs.org/en/latest/feeding-carbon.html">Graphite - Feeding Carbon</a>
*
* Format is source value path[\nsource value path]?
* Format is source value path[source value path]?
*
* @author Heiko W. Rupp
*/
Expand Down

0 comments on commit e9febce

Please sign in to comment.