blob: 25f6dc3decb3696f08afb2db0ae6f4969aa0bc49 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-azure-storage-datalake"]
= Azure storage datalake service
:linkattrs:
:cq-artifact-id: camel-quarkus-azure-storage-datalake
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Camel Azure Datalake Gen2 Component
:cq-deprecated: false
:cq-jvm-since: 1.8.0
:cq-native-since: n/a
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.8.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
endif::[]
Camel Azure Datalake Gen2 Component
[id="extensions-azure-storage-datalake-whats-inside"]
== What's inside
* xref:{cq-camel-components}::azure-storage-datalake-component.adoc[Azure Storage Datalake Service component], URI syntax: `azure-storage-datalake:accountName/fileSystemName`
Please refer to the above link for usage and configuration details.
[id="extensions-azure-storage-datalake-maven-coordinates"]
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-storage-datalake</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]
[id="extensions-azure-storage-datalake-usage"]
== Usage
[id="extensions-azure-storage-datalake-usage-micrometer-metrics-support"]
=== Micrometer metrics support
If you wish to enable the collection of Micrometer metrics for the Reactor Netty transports, then you should declare a dependency on `quarkus-micrometer` to ensure
that they are available via the Quarkus metrics HTTP endpoint.
[source,xml]
----
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-micrometer</artifactId>
</dependency>
----