File: control

package info (click to toggle)
opentelemetry-proto 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 548 kB
  • sloc: makefile: 142
file content (80 lines) | stat: -rw-r--r-- 3,253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Source: opentelemetry-proto
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Freexian Packaging Team <team+freexian@tracker.debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 libgrpc-dev,
 libprotobuf-c-dev,
 protobuf-compiler,
 protobuf-compiler-grpc,
 python3-all,
Standards-Version: 4.6.2
Homepage: https://opentelemetry.io/docs/specs/otlp/
Vcs-Browser: https://salsa.debian.org/science-team/opentelemetry-proto
Vcs-Git: https://salsa.debian.org/science-team/opentelemetry-proto.git

Package: opentelemetry-proto
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: OpenTelemetry protocol specification and proto files
 OpenTelemetry is an observability framework and toolkit designed to create and
 manage telemetry data such as traces, metrics, and logs. Crucially,
 OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a
 broad variety of Observability backends.
 .
 OpenTelemetry is focused on the generation, collection, management, and export
 of telemetry. A major goal of OpenTelemetry is that you can easily instrument
 your applications or systems, no matter their language, infrastructure, or
 runtime environment. The storage and visualization of telemetry is
 intentionally left to other tools.
 .
 This package contains the OpenTelemetry Protocol (OTLP) specification and
 the corresponding language independent interface types (.proto files).

Package: libopentelemetry-proto-dev
Architecture: all
Section: libdevel
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: OpenTelemetry protocol specification and proto files
 OpenTelemetry is an observability framework and toolkit designed to create and
 manage telemetry data such as traces, metrics, and logs. Crucially,
 OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a
 broad variety of Observability backends.
 .
 OpenTelemetry is focused on the generation, collection, management, and export
 of telemetry. A major goal of OpenTelemetry is that you can easily instrument
 your applications or systems, no matter their language, infrastructure, or
 runtime environment. The storage and visualization of telemetry is
 intentionally left to other tools.
 .
 This package contains the C++ library code.

Package: python3-opentelemetry-proto
Architecture: all
Section: python
Depends:
 python3-protobuf,
 python3:any,
 ${misc:Depends},
 ${shlibs:Depends},
Description: OpenTelemetry protocol specification and proto files
 OpenTelemetry is an observability framework and toolkit designed to create and
 manage telemetry data such as traces, metrics, and logs. Crucially,
 OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a
 broad variety of Observability backends.
 .
 OpenTelemetry is focused on the generation, collection, management, and export
 of telemetry. A major goal of OpenTelemetry is that you can easily instrument
 your applications or systems, no matter their language, infrastructure, or
 runtime environment. The storage and visualization of telemetry is
 intentionally left to other tools.
 .
 This package contains the Python library.