| 组织ID: |
io.zipkin.brave |
| 项目ID: |
brave-core |
| 版本: |
4.8.1 |
| 最后修改时间: |
2019-11-30 02:03:35 |
| 包类型: |
jar |
| 标题: |
archive/brave-core |
| 描述: |
Brave core. |
| 大小: |
133.55KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core</artifactId>
<version>4.8.1</version>
</dependency>
|
| Gradle引入代码: |
io.zipkin.brave:brave-core:4.8.1
|
| 下载Jar包: |
|
| POM文件内容: |
<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>
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-parent</artifactId>
<version>4.8.1</version>
</parent>
<artifactId>brave-core</artifactId>
<packaging>jar</packaging>
<name>archive/brave-core</name>
<description>Brave core.</description>
<properties>
<main.basedir>${project.basedir}/../..</main.basedir>
<main.java.version>1.6</main.java.version>
<main.signature.artifact>java16</main.signature.artifact>
</properties>
<dependencies>
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.reporter</groupId>
<artifactId>zipkin-reporter</artifactId>
<version>${zipkin-reporter.version}</version>
</dependency>
<dependency>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter</artifactId>
<version>${zipkin-reporter2.version}</version>
</dependency>
<!-- for value types... don't worry. this dependency is compile only! -->
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<scope>provided</scope>
</dependency>
<!-- to mock AnnotationSubmitter's calls to System.currentTimeMillis() -->
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>3.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>brave</artifactId>
<optional>true</optional>
</dependency>
<!-- for testing SpanId -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core_2.12</artifactId>
<version>6.45.0</version>
<scope>test</scope>
</dependency>
<!-- To avoid java.lang.NoClassDefFoundError: StacktracePrintingMatcher -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
zipkinCore.thrift
com.github.kristofa.brave.CommonSpanState.class
com.github.kristofa.brave.ServerSpanState.class
com.github.kristofa.brave.ServerSpan.class
com.github.kristofa.brave.Sampler$1.class
com.github.kristofa.brave.Sampler$2.class
com.github.kristofa.brave.Sampler.class
com.github.kristofa.brave.ServerClientAndLocalSpanState.class
com.github.kristofa.brave.LocalSpanState.class
com.github.kristofa.brave.SpanCollector.class
com.github.kristofa.brave.ServerTracer$Builder.class
com.github.kristofa.brave.ServerTracer.class
com.github.kristofa.brave.AutoValue_Recorder_Default.class
com.github.kristofa.brave.package-info.class
com.github.kristofa.brave.LoggingReporter.class
com.github.kristofa.brave.BraveAnnotations.class
com.github.kristofa.brave.ServerResponseInterceptor.class
com.github.kristofa.brave.ServerResponseAdapter.class
com.github.kristofa.brave.KeyValueAnnotation.class
com.github.kristofa.brave.InetAddressUtilities.class
com.github.kristofa.brave.Brave$Builder.class
com.github.kristofa.brave.Brave$1.class
com.github.kristofa.brave.Brave.class
com.github.kristofa.brave.LocalTracer$Builder.class
com.github.kristofa.brave.LocalTracer.class
com.github.kristofa.brave.ServerRequestInterceptor.class
com.github.kristofa.brave.ClientRequestInterceptor.class
com.github.kristofa.brave.ClientResponseInterceptor.class
com.github.kristofa.brave.LocalSpanThreadBinder.class
com.github.kristofa.brave.TraceFilter.class
com.github.kristofa.brave.ClientResponseAdapter.class
com.github.kristofa.brave.ClientRequestAdapter.class
com.github.kristofa.brave.ServerRequestAdapter.class
com.github.kristofa.brave.TraceData$BuilderImpl.class
com.github.kristofa.brave.TraceData$Builder.class
com.github.kristofa.brave.TraceData.class
com.github.kristofa.brave.TracerAdapter$Brave4SpanFactory.class
com.github.kristofa.brave.TracerAdapter$Brave4Recorder.class
com.github.kristofa.brave.TracerAdapter.class
com.github.kristofa.brave.BoundarySampler.class
com.github.kristofa.brave.BraveRunnable.class
com.github.kristofa.brave.InheritableServerClientAndLocalSpanState$1.class
com.github.kristofa.brave.InheritableServerClientAndLocalSpanState$2.class
com.github.kristofa.brave.internal.package-info.class
com.github.kristofa.brave.InheritableServerClientAndLocalSpanState.class
com.github.kristofa.brave.EmptySpanCollectorMetricsHandler.class
com.github.kristofa.brave.IdConversion.class
com.github.kristofa.brave.FixedSampleRateTraceFilter.class
com.github.kristofa.brave.TraceKeys.class
com.github.kristofa.brave.EmptySpanCollector.class
com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState$1.class
com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState.class
com.github.kristofa.brave.BraveCallable.class
com.github.kristofa.brave.LoggingSpanCollector.class
com.github.kristofa.brave.AbstractSpanCollector.class
com.github.kristofa.brave.FlushingSpanCollector$Flusher.class
com.github.kristofa.brave.FlushingSpanCollector.class
com.github.kristofa.brave.NoAnnotationsClientResponseAdapter.class
com.github.kristofa.brave.SpanCollectorReporterAdapter.class
com.github.kristofa.brave.BraveExecutorService.class
com.github.kristofa.brave.CountingSampler.class
com.github.kristofa.brave.AutoValue_ClientTracer.class
com.github.kristofa.brave.AutoValue_ServerTracer.class
com.github.kristofa.brave.AutoValue_ServerSpan.class
com.github.kristofa.brave.AutoValue_BraveCallable.class
com.github.kristofa.brave.AutoValue_SpanFactory_Default$1.class
com.github.kristofa.brave.AutoValue_SpanFactory_Default.class
com.twitter.zipkin.gen.package-info.class
com.twitter.zipkin.gen.Endpoint$Builder.class
com.twitter.zipkin.gen.Span$1.class
com.twitter.zipkin.gen.Annotation.class
com.twitter.zipkin.gen.BinaryAnnotation.class
com.twitter.zipkin.gen.AnnotationType.class
META-INF/maven/io.zipkin.brave/brave-core/pom.properties
com.github.kristofa.brave.internal.InetAddresses.class
com.github.kristofa.brave.internal.Util.class
com.github.kristofa.brave.internal.DefaultSpanCodec.class
com.github.kristofa.brave.internal.InternalSpan.class
com.github.kristofa.brave.internal.Internal.class
com.github.kristofa.brave.internal.MaybeAddClientAddress.class
com.github.kristofa.brave.SpanCollectorMetricsHandler.class
com.github.kristofa.brave.AnnotationSubmitter$Clock.class
com.github.kristofa.brave.AnnotationSubmitter$DefaultClock.class
com.github.kristofa.brave.AnnotationSubmitter$1.class
com.github.kristofa.brave.AnnotationSubmitter$2.class
com.github.kristofa.brave.AnnotationSubmitter.class
com.github.kristofa.brave.CurrentSpan.class
com.github.kristofa.brave.Recorder$Default.class
com.github.kristofa.brave.Recorder.class
com.github.kristofa.brave.SpanAndEndpoint$ServerSpanAndEndpoint.class
com.github.kristofa.brave.SpanAndEndpoint$ClientSpanAndEndpoint.class
com.github.kristofa.brave.SpanAndEndpoint$LocalSpanAndEndpoint.class
com.github.kristofa.brave.SpanAndEndpoint.class
com.github.kristofa.brave.SpanId$Builder.class
com.github.kristofa.brave.AutoValue_LocalTracer$Builder.class
com.github.kristofa.brave.SpanId.class
com.github.kristofa.brave.AutoValue_LocalTracer$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
zipkin-reporter-${zipkin-reporter.version}.jar
/io.zipkin.reporter/zipkin-reporter/${zipkin-reporter.version}
查看zipkin-reporter所有版本文件
zipkin-reporter-${zipkin-reporter2.version}.jar
/io.zipkin.reporter2/zipkin-reporter/${zipkin-reporter2.version}
查看zipkin-reporter所有版本文件
powermock-module-junit4-${powermock.version}.jar
/org.powermock/powermock-module-junit4/${powermock.version}
查看powermock-module-junit4所有版本文件
powermock-api-mockito-${powermock.version}.jar
/org.powermock/powermock-api-mockito/${powermock.version}
查看powermock-api-mockito所有版本文件
metrics-core-3.2.3.jar
/io.dropwizard.metrics/metrics-core/3.2.3
查看metrics-core所有版本文件
finagle-core_2.12-6.45.0.jar
/com.twitter/finagle-core_2.12/6.45.0
查看finagle-core_2.12所有版本文件
hamcrest-core-1.3.jar
/org.hamcrest/hamcrest-core/1.3
查看hamcrest-core所有版本文件
|