Skip to content

Commit ece7336

Browse files
committed
markdown fix
1 parent 71176d5 commit ece7336

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

instrumentation-docs/readme.md

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Prior to running the DocGeneratorApplication, run the following command to colle
2323
* Run the doc generator
2424
* `./gradlew :instrumentation-docs`
2525

26-
2726
## Instrumentation Hierarchy
2827

2928
An "InstrumentationEntity" represents a module that that targets specific code in a framework/library/technology.

instrumentation-docs/src/main/java/io/opentelemetry/instrumentation/docs/utils/YamlHelper.java

-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public static void printInstrumentationList(
9292
entityMap.put("metrics", metricsList);
9393
}
9494

95-
// Add span_data section
9695
Map<String, Object> spanDataMap = new LinkedHashMap<>();
9796
if (entity.getSpanKinds() != null && !entity.getSpanKinds().isEmpty()) {
9897
spanDataMap.put("span_kinds", entity.getSpanKinds());
@@ -117,7 +116,6 @@ public static void printInstrumentationList(
117116
output.put(group, groupMap);
118117
});
119118

120-
System.out.println(output);
121119
DumperOptions options = new DumperOptions();
122120
options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
123121

0 commit comments

Comments
 (0)