Skip to content

Commit b683c3d

Browse files
committed
add javadoc
1 parent 366b81a commit b683c3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxScraperContainer.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ public JmxScraperContainer withExtraJar(String jarPath) {
100100
return this;
101101
}
102102

103+
/**
104+
* Adds custom metrics yaml from classpath resource
105+
*
106+
* @param yamlPath path to resource in classpath
107+
* @return this
108+
*/
103109
@CanIgnoreReturnValue
104110
public JmxScraperContainer withCustomYaml(String yamlPath) {
105111
this.customYamlFiles.add(yamlPath);

0 commit comments

Comments
 (0)