telemetry
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.snowflake</groupId> <artifactId>telemetry</artifactId> <version>0.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.snowflake</groupId> <artifactId>telemetry</artifactId> <version>0.1.0</version> <name>Snowflake Telemetry</name> <description>Snowflake Telemetry SDK</description> <url>https://www.snowflake.com/</url> <licenses> <license> <name>Snowflake License</name> <url>https://www.snowflake.com/legal/</url> </license> </licenses> <developers> <developer> <name>Snowflake Support Team</name> <email>snowflake-java@snowflake.net</email> <organization>Snowflake Computing</organization> <organizationUrl>https://www.snowflake.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/snowflakedb/snowpark</connection> <url>http://github.com/snowflakedb/snowpark/tree/main</url> </scm> <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <scoverage.plugin.version>1.4.0</scoverage.plugin.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>io.opentelemetry</groupId> <artifactId>opentelemetry-bom</artifactId> <version>1.35.0</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> <version>5.10.2</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.opentelemetry</groupId> <artifactId>opentelemetry-api</artifactId> </dependency> <dependency> <groupId>io.opentelemetry</groupId> <artifactId>opentelemetry-sdk</artifactId> </dependency> <dependency> <groupId>io.opentelemetry</groupId> <artifactId>opentelemetry-exporter-otlp-common</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.4</version> </dependency> <dependency> <groupId>io.opentelemetry.proto</groupId> <artifactId>opentelemetry-proto</artifactId> <version>1.1.0-alpha</version> <scope>test</scope> </dependency> <dependency> <groupId>io.opentelemetry</groupId> <artifactId>opentelemetry-sdk-testing</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> </dependencies> <distributionManagement> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh-snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> <build> <resources> <resource> <directory>resources</directory> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>3.4.2</version> <configuration> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> <finalName>telemetry-${version}-with-dependencies</finalName> <appendAssemblyId>false</appendAssemblyId> </configuration> <executions> <execution> <id>assemble-all</id> <phase>package</phase> <goals> <goal>single</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-and-deploy-file</id> <phase>deploy</phase> <goals> <goal>sign-and-deploy-file</goal> </goals> <configuration> <file>target/${project.artifactId}-${project.version}.jar</file> <repositoryId>ossrh</repositoryId> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> <pomFile>pom.xml</pomFile> <javadoc>target/${project.artifactId}-${project.version}-javadoc.jar</javadoc> <keyname>${env.GPG_KEY_ID}</keyname> <passphrase>${env.GPG_KEY_PASSPHRASE}</passphrase> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.3.1</version> <executions> <execution> <id>generate-javadoc</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <additionalOptions>--allow-script-in-comments</additionalOptions> <bottom>© {currentYear} Snowflake Inc. All Rights Reserved</bottom> <doctitle>Snowflake Telemetry Java API Reference ${project.version}</doctitle> <footer> <![CDATA[ <!-- Google Analytics Code --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-48785629-1', 'auto'); ga('send', 'pageview'); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-00K70YK8HQ"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-00K70YK8HQ'); </script> ]]> </footer> <header> <![CDATA[ <div style="margin-top: 14px"><strong> Snowflake Telemetry Java API Reference ${project.version} </strong></div> ]]> </header> <excludePackageNames>com.snowflake.*.internal</excludePackageNames> <windowtitle>Snowflake Telemetry Java API Reference ${project.version}</windowtitle> </configuration> </plugin> <plugin> <groupId>net.nicoulaj.maven.plugins</groupId> <artifactId>checksum-maven-plugin</artifactId> <version>1.10</version> <executions> <execution> <phase>package</phase> <goals> <goal>files</goal> </goals> </execution> </executions> <configuration> <csvSummary>false</csvSummary> <fileSets> <fileSet> <directory>target</directory> <includes>*.jar</includes> </fileSet> </fileSets> <algorithms> <algorithm>SHA-256</algorithm> <algorithm>md5</algorithm> </algorithms> </configuration> </plugin> <plugin> <groupId>com.diffplug.spotless</groupId> <artifactId>spotless-maven-plugin</artifactId> <version>2.30.0</version> <configuration> <java> <includes> <include>src/main/java/**/*.java</include> <!-- Check application code --> <include>src/test/java/**/*.java</include> <!-- Check application tests code --> </includes> <googleJavaFormat> <version>1.7</version> <style>GOOGLE</style> </googleJavaFormat> </java> </configuration> <executions> <execution> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.2.5</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.12</version> <executions> <execution> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>report</id> <phase>prepare-package</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>