You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defines a network protocol for remote management of fleets of agents. These
21
-
agents can really be anything, from telemetry agents such as the
22
-
[OpenTelemetry Collector](/docs/collector/) to
18
+
[OpAMP specification](/docs/specs/opamp/) defines a network protocol for remote
19
+
management of fleets of agents. These agents can really be anything, from
20
+
telemetry agents such as the [OpenTelemetry Collector](/docs/collector/) to
23
21
[Fluent Bit](https://fluentbit.io/) to custom agents you might use in your
24
22
environment.
25
23
@@ -55,11 +53,10 @@ want to use OpAMP both as an collector extension, with limited functionality, as
55
53
well as as an (collector-external) supervisor that implements a broader set of
56
54
OpAMP capabilities.
57
55
58
-
{{% alert title="Note" color="info" %}} If you want to dive deeper here, we
59
-
suggest you read the
60
-
[OpAMP for OpenTelemetry Collector document](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/cmd/opampsupervisor/specification)
61
-
which describes how to implement both options while minimizing code
62
-
duplication.{{% /alert %}}
56
+
{{% alert title="Note" color="info" %}} For a deeper dive, see
57
+
[OpAMP for OpenTelemetry Collector document](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/cmd/opampsupervisor/specification),
58
+
which describes how to implement both options while minimizing code duplication.
59
+
{{% /alert %}}
63
60
64
61
The main idea to support both modes is to implement an extension in the
65
62
collector with a minimal set of OpAMP capabilities. This collector extension can
@@ -138,11 +135,11 @@ which will enable you to easily deploy the bridge into a Kubernetes cluster.
138
135
139
136
The community has been working on OpAMP now for more than a year and users are
140
137
excited about the opportunities it promises to deliver. If you’re around at
141
-
[KubeCon NA in Chicago, USA](https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/)
142
-
between Nov 6 and 9 2023, consider visiting us at the OpenTelemetry maintainers
143
-
booth or find us at any of the many observability-related events such as the
0 commit comments