https://github.com/open-telemetry/opamp-go
OpAMP protocol implementation in Go
https://github.com/open-telemetry/opamp-go
Last synced: about 1 year ago
JSON representation
OpAMP protocol implementation in Go
- Host: GitHub
- URL: https://github.com/open-telemetry/opamp-go
- Owner: open-telemetry
- License: apache-2.0
- Created: 2021-11-03T13:44:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T22:16:41.000Z (about 1 year ago)
- Last Synced: 2025-05-15T00:11:56.401Z (about 1 year ago)
- Language: Go
- Size: 834 KB
- Stars: 163
- Watchers: 19
- Forks: 86
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# OpAMP protocol implementation in Go
---
---
[Open Agent Management Protocol (OpAMP)](https://github.com/open-telemetry/opamp-spec)
is a network protocol for remote management of large fleets of data collection Agents.
OpAMP allows Agents to report their status to and receive configuration from a
Server and to receive agent package updates from the server.
The protocol is vendor-agnostic, so the Server can remotely monitor and
manage a fleet of different Agents that implement OpAMP, including a fleet of
mixed agents from different vendors.
This repository is work-in-progress of an OpAMP implementation in Go.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
Approvers ([@open-telemetry/opamp-go-approvers](https://github.com/orgs/open-telemetry/teams/opamp-go-approvers)):
- [Anthony Mirabella](https://github.com/Aneurysm9), AWS
- [Evan Bradley](https://github.com/evan-bradley), Dynatrace
Emeritus Approvers
- [Alex Boten](https://github.com/codeboten), Lightstep
- [Przemek Maciolek](https://github.com/pmm-sumo), Sumo Logic
- [Srikanth Chekuri](https://github.com/srikanthccv), signoz.io
Maintainers ([@open-telemetry/opamp-go-maintainers](https://github.com/orgs/open-telemetry/teams/opamp-go-maintainers)):
- [Andy Keller](https://github.com/andykellr), Bindplane
- [Tigran Najaryan](https://github.com/tigrannajaryan), Splunk
Learn more about roles in the [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md).
Thanks to all the people who already contributed!