Google Cloud Trace Java Instrumentation
Google Cloud Trace Java Instrumentation is a collection of Java libraries that integrate with Google Cloud Trace for collecting, displaying, and analyzing latency data from applications.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.google.cloud.trace.instrumentation |
| Идентификатор | Идентификаторroot |
| Последняя версия | Последняя версия0.1.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGoogle Cloud Trace Java Instrumentation
Google Cloud Trace Java Instrumentation is a collection of Java libraries
that integrate with Google Cloud Trace for collecting, displaying, and
analyzing latency data from applications.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| root-0.1.1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/root/ -->
<dependency>
<groupId>com.google.cloud.trace.instrumentation</groupId>
<artifactId>root</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/root/
implementation 'com.google.cloud.trace.instrumentation:root:0.1.1'
// https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/root/
implementation ("com.google.cloud.trace.instrumentation:root:0.1.1")
'com.google.cloud.trace.instrumentation:root:pom:0.1.1'
<dependency org="com.google.cloud.trace.instrumentation" name="root" rev="0.1.1">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.trace.instrumentation', module='root', version='0.1.1')
)
libraryDependencies += "com.google.cloud.trace.instrumentation" % "root" % "0.1.1"
[com.google.cloud.trace.instrumentation/root "0.1.1"]
Google Cloud Trace Java Instrumentation is a collection of Java libraries that integrate with Google Cloud Trace for collecting, displaying, and analyzing latency data from applications.