Skip to content

Commit 7936ec9

Browse files
authored
Merge branch 'main' into theletterf-java-server-instructions
2 parents aea96db + 6447720 commit 7936ec9

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

content/en/blog/2023/opamp-status/index.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@ author: >-
88
Hausenblas](https://github.com/mhausenblas) (AWS), [Andy
99
Keller](https://github.com/andykellr) (observIQ, Inc), [Tigran
1010
Najaryan](https://github.com/tigrannajaryan) (Splunk)
11-
draft: false
1211
cSpell:ignore: Aronoff Najaryan observ Tigran
1312
---
1413

1514
[Open Agent Management Protocol (OpAMP)](/docs/collector/management/) is the
1615
emerging open standard to manage a fleet of telemetry agents at scale. In 2022,
1716
Splunk donated OpAMP to the OpenTelemetry (OTel) project, with initial feedback
1817
from observIQ, based on observIQ’s custom protocol used in BindPlane. The
19-
[OpAMP specification](https://github.com/open-telemetry/opamp-spec/blob/main/specification.md)
20-
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
2321
[Fluent Bit](https://fluentbit.io/) to custom agents you might use in your
2422
environment.
2523

@@ -55,11 +53,10 @@ want to use OpAMP both as an collector extension, with limited functionality, as
5553
well as as an (collector-external) supervisor that implements a broader set of
5654
OpAMP capabilities.
5755

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 %}}
6360

6461
The main idea to support both modes is to implement an extension in the
6562
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.
138135

139136
The community has been working on OpAMP now for more than a year and users are
140137
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
144-
[Observability day](https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/co-located-events/observability-day/).
145-
We’re super interested to learn from you about non-OTel collectors use cases and
138+
[KubeCon NA in Chicago, USA](/blog/2023/kubecon-na/) between Nov 6 and 9 2023,
139+
consider visiting us at the OpenTelemetry maintainers booth or find us at any of
140+
the many observability-related events such as the
141+
[Observability day](/blog/2023/kubecon-na/#co-located-events). We’re super
142+
interested to learn from you about non-OTel collectors use cases and
146143
requirements as well. For now, if you’re a vendor and implementing the OpAMP
147144
spec please provide feedback and as an end-user you may wish to try out the
148145
reference implementation of the Server, Supervisor and a simple UI by following

layouts/partials/banner.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
<div class="o-banner">
44

5-
[The results are in!](/blog/2023/gc-election-results/)
6-
Thanks to everyone who participated in the OpenTelemetry Governance Committee Election.
5+
<i class="fas fa-bullhorn"></i> Join us at
6+
[**KubeCon + CloudNativeCon NA**, Nov 6 - 9](/blog/2023/kubecon-na/)!
7+
8+
<!-- prettier-ignore -->
9+
<i class="fas fa-bullhorn"></i> OTel Governance Committee
10+
[election results](/blog/2023/gc-election-results/) are in!
11+
{.pt-0}
712

813
</div>
914
{{ end -}}

0 commit comments

Comments
 (0)