An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# OpAMP protocol implementation in Go

---



Getting In Touch



Go Docs


Build Status


Go Report Card


Codecov Status


GitHub release (latest by date including pre-releases)

---

[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!