Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/java-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
</parent>

<artifactId>java-plugin</artifactId>
<name>Java Plugin</name>
<description>Attach special Java attributes to the collected snapshots.</description>

<properties>
Expand Down
1 change: 1 addition & 0 deletions plugins/otel-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
</parent>

<artifactId>otel-plugin</artifactId>
<name>OTel Plugin</name>

<properties>
</properties>
Expand Down
1 change: 1 addition & 0 deletions plugins/prometheus-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</parent>

<artifactId>prometheus-metrics</artifactId>
<name>Prometheus Metrics Plugin</name>

<properties>
<prometheus.version>1.1.0</prometheus.version>
Expand Down