Skip to content

Commit

Permalink
Add dynatrace histogram package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinando Villa committed Nov 24, 2024
1 parent 49bd135 commit 6c92c02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Histogram object for transport. TODO manage categories, legends, basic statistics etc.
*/
public interface Histogram extends Serializable {

int[] getBins();

double[] getBoundaries();
Expand Down
6 changes: 6 additions & 0 deletions klab.core.services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@
<version>9.11.1</version>
</dependency>

<dependency>
<groupId>com.dynatrace.dynahist</groupId>
<artifactId>dynahist</artifactId>
<version>1.4</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit -->
<dependency>
<groupId>org.eclipse.jgit</groupId>
Expand Down

0 comments on commit 6c92c02

Please sign in to comment.