Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update next snapshot #158

Merged
merged 1 commit into from
Mar 7, 2024
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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.avioconsulting.mule</groupId>
<artifactId>mule-opentelemetry-module</artifactId>
<version>2.0.0-M3</version>
<version>2.0.0-M4-SNAPSHOT</version>
<packaging>mule-extension</packaging>

<parent>
Expand Down
8 changes: 5 additions & 3 deletions src/docs/asciidoc/module-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ To use this extension, add following dependency to your mule application project
[source,xml]
----
<dependency>
<groupId>com.avioconsulting</groupId>
<groupId>com.avioconsulting.mule</groupId>
<artifactId>mule-opentelemetry-module</artifactId>
<version>${mule-opentelemetry-module-version}</version> //<1>
<classifier>mule-plugin</classifier>
</dependency>
----

<1> The latest version of the module as published on https://search.maven.org/search?q=g:com.avioconsulting%20a:mule-opentelemetry-module[Maven Central].
<1> The latest version of the module as published on https://search.maven.org/search?q=g:com.avioconsulting.mule%20a:mule-opentelemetry-module[Maven Central].

WARNING: Dependency group id for 1.x is `com.avioconsulting`, while for 2.x is `com.avioconsulting.mule`.

NOTE: This module supports OpenTelemetry *Traces*. Logs are _not_ supported, yet.

Expand Down Expand Up @@ -196,7 +198,7 @@ The required Zipkin exporter dependencies must be configured as an https://docs.
<configuration>
<additionalPluginDependencies>
<plugin>
<groupId>com.avioconsulting</groupId>
<groupId>com.avioconsulting.mule</groupId>
<artifactId>mule-opentelemetry-module</artifactId>
<additionalDependencies>
<!--
Expand Down
Loading