Skip to content

Commit 5973270

Browse files
authored
remove inherited data (#1123)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 1fc3825 commit 5973270

File tree

67 files changed

+13
-979
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+13
-979
lines changed

benchmarks/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
<maven.javadoc.skip>true</maven.javadoc.skip>
2424
</properties>
2525

26-
<licenses>
27-
<license>
28-
<name>The Apache Software License, Version 2.0</name>
29-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
30-
<distribution>repo</distribution>
31-
</license>
32-
</licenses>
33-
3426
<dependencies>
3527
<dependency>
3628
<groupId>org.openjdk.jmh</groupId>

examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@
1515
Part of a distributed "Hello, World" REST service to show Exemplars with OpenTelemetry's distributed tracing
1616
</description>
1717

18-
<licenses>
19-
<license>
20-
<name>The Apache Software License, Version 2.0</name>
21-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22-
<distribution>repo</distribution>
23-
</license>
24-
</licenses>
25-
26-
<developers>
27-
<developer>
28-
<id>fstab</id>
29-
<name>Fabian Stäber</name>
30-
<email>[email protected]</email>
31-
</developer>
32-
</developers>
33-
3418
<dependencies>
3519
<dependency>
3620
<groupId>io.prometheus</groupId>

examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@
1515
Part of a distributed "Hello, World" REST service to show Exemplars with OpenTelemetry's distributed tracing
1616
</description>
1717

18-
<licenses>
19-
<license>
20-
<name>The Apache Software License, Version 2.0</name>
21-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22-
<distribution>repo</distribution>
23-
</license>
24-
</licenses>
25-
26-
<developers>
27-
<developer>
28-
<id>fstab</id>
29-
<name>Fabian Stäber</name>
30-
<email>[email protected]</email>
31-
</developer>
32-
</developers>
33-
3418
<dependencies>
3519
<dependency>
3620
<groupId>io.prometheus</groupId>

examples/example-exemplars-tail-sampling/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@
1616
Example project showing Examplars with OpenTelemetry's Tail Sampling.
1717
</description>
1818

19-
<licenses>
20-
<license>
21-
<name>The Apache Software License, Version 2.0</name>
22-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
23-
<distribution>repo</distribution>
24-
</license>
25-
</licenses>
26-
27-
<developers>
28-
<developer>
29-
<id>fstab</id>
30-
<name>Fabian Stäber</name>
31-
<email>[email protected]</email>
32-
</developer>
33-
</developers>
34-
3519
<modules>
3620
<module>example-greeting-service</module>
3721
<module>example-hello-world-app</module>

examples/example-exporter-httpserver/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@
1515
Prometheus Metrics Example using the HTTPServer for exposing the metrics endpoint
1616
</description>
1717

18-
<licenses>
19-
<license>
20-
<name>The Apache Software License, Version 2.0</name>
21-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22-
<distribution>repo</distribution>
23-
</license>
24-
</licenses>
25-
26-
<developers>
27-
<developer>
28-
<id>fstab</id>
29-
<name>Fabian Stäber</name>
30-
<email>[email protected]</email>
31-
</developer>
32-
</developers>
33-
3418
<dependencies>
3519
<dependency>
3620
<groupId>io.prometheus</groupId>

examples/example-exporter-multi-target/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@
1515
Prometheus Metrics Example for multi-target pattern implementation
1616
</description>
1717

18-
<licenses>
19-
<license>
20-
<name>The Apache Software License, Version 2.0</name>
21-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22-
<distribution>repo</distribution>
23-
</license>
24-
</licenses>
25-
26-
<developers>
27-
<developer>
28-
<id>fstab</id>
29-
<name>Guido Anzuoni</name>
30-
<email>[email protected]</email>
31-
</developer>
32-
</developers>
33-
3418
<dependencies>
3519
<dependency>
3620
<groupId>io.prometheus</groupId>

examples/example-exporter-opentelemetry/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@
1515
Example of exposing metrics in OpenTelemetry format and pushing them to an OpenTelemetry collector
1616
</description>
1717

18-
<licenses>
19-
<license>
20-
<name>The Apache Software License, Version 2.0</name>
21-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22-
<distribution>repo</distribution>
23-
</license>
24-
</licenses>
25-
26-
<developers>
27-
<developer>
28-
<id>fstab</id>
29-
<name>Fabian Stäber</name>
30-
<email>[email protected]</email>
31-
</developer>
32-
</developers>
33-
3418
<dependencies>
3519
<dependency>
3620
<groupId>io.prometheus</groupId>

examples/example-exporter-servlet-tomcat/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@
1515
Prometheus Metrics Example using Embedded Tomcat and the Exporter Servlet
1616
</description>
1717

18-
<licenses>
19-
<license>
20-
<name>The Apache Software License, Version 2.0</name>
21-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22-
<distribution>repo</distribution>
23-
</license>
24-
</licenses>
25-
26-
<developers>
27-
<developer>
28-
<id>fstab</id>
29-
<name>Fabian Stäber</name>
30-
<email>[email protected]</email>
31-
</developer>
32-
</developers>
33-
3418
<dependencies>
3519
<dependency>
3620
<groupId>io.prometheus</groupId>

examples/example-native-histogram/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@
1515
End-to-End example of a Native histogram: Java app -&gt; Prometheus -&gt; Grafana
1616
</description>
1717

18-
<licenses>
19-
<license>
20-
<name>The Apache Software License, Version 2.0</name>
21-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22-
<distribution>repo</distribution>
23-
</license>
24-
</licenses>
25-
26-
<developers>
27-
<developer>
28-
<id>fstab</id>
29-
<name>Fabian Stäber</name>
30-
<email>[email protected]</email>
31-
</developer>
32-
</developers>
33-
3418
<dependencies>
3519
<dependency>
3620
<groupId>io.prometheus</groupId>

examples/example-prometheus-properties/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@
1515
Example of runtime configuration with prometheus.properties
1616
</description>
1717

18-
<licenses>
19-
<license>
20-
<name>The Apache Software License, Version 2.0</name>
21-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22-
<distribution>repo</distribution>
23-
</license>
24-
</licenses>
25-
26-
<developers>
27-
<developer>
28-
<id>fstab</id>
29-
<name>Fabian Stäber</name>
30-
<email>[email protected]</email>
31-
</developer>
32-
</developers>
33-
3418
<dependencies>
3519
<dependency>
3620
<groupId>io.prometheus</groupId>

0 commit comments

Comments
 (0)