Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
| Date | Stars |
|---|---|
| 2026-07-24 | 1272 |
| 2026-07-25 | 1272 |
| 2026-07-28 | 1272 |
| 2026-07-30 | 1272 |
| 2026-08-06 | 1272 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
[](https://github.com/elastic/apm-server/actions/workflows/ci.yml) [](https://github.com/elastic/apm-server/actions/workflows/smoke-tests-os-sched.yml) [](https://buildkite.com/elastic/apm-server-package) # APM Server The APM Server receives data from Elastic APM agents and transforms it into Elasticsearch documents. Read more about Elastic APM at [elastic.co/apm](https://www.elastic.co/apm). For questions and feature requests, visit the [discussion forum](https://discuss.elastic.co/c/apm). ## Getting Started To get started with APM, see our [Quick start guide](https://www.elastic.co/guide/en/apm/guide/current/apm-quick-start.html). ## APM Server Development ### Requirements * [Go][golang-download] [golang-download]: https://golang.org/dl/ ### Install * Fork the repo with the GitHub interface and clone it: ``` git clone [email protected]:[USER]/apm-server.git ``` Note that it should be cloned from the fork (replace [USER] with your GitHub user), not from origin. * Add the upstream remote: ``` git remote add elastic [email protected]:elastic/apm-server.git ``` ### Build To build the binary for APM Server run the command below. This will generate a binary in the same directory with the name apm-server. ``` make ``` If you make code changes, you may also need to update the project by running the additional command below: ``` make update ``` ### Run To run APM Server with debugging output enabled, run: ``` ./apm-server -c apm-server.yml -e -d "*" ``` APM Server expects index templates, ILM policies, and ingest pipelines to be set up externally. This should be done by [installing the APM integration](https://www.elastic.co/guide/en/observability/current/traces-get-started.html#add-apm-integration). When running APM Server directly, it is only necessary to install the integration and not to run an Elastic Agent. #### Tilt You can also run APM Server in a containerized environment using [Tilt](https://tilt.dev/). ``` tilt up ``` See [dev docs testing](https://github.com/elastic/apm-server/blob/5f247b3f66b0fab04381eee5a53e676dba030937/dev_docs/TESTING.md#tilt--kubernetes) for additional information. ### Testing For Testing check out the [testing guide](dev_docs/TESTING.md) ### Cleanup To clean up the build directory and generated artifacts, run: ``` make clean ``` ### Contributing See [contributing](CONTRIBUTING.md) for details about reporting bugs, requesting features, or contributing to APM Server. ### Releases See [releases](dev_docs/RELEASES.md) for an APM Server release checklist. ## Updating dependencies APM Server uses Go Modules for dependency management, without any vendoring. In general, you should use standard `go get` commands to add and update modules. The one exception to this is the dependency on `libbeat`, for which there exists a special Make target: `make update-beats`, described below. ### Updating libbeat By running `make update-beats` the `github.com/elastic/beats/vN` module will be updated to the most recent commit from the main branch, and a minimal set of files will be copied into the apm-server tree. You can specify an alternative branch or commit by specifying the `BEATS_VERSION` variable, such as: ``` make update-beats BEATS_VERSION=7.x make update-beats BEATS_VERSION=f240148065af94d55c5149e444482b9635801f27 ``` ## Packaging To build all apm-server packages from source, run: ``` make package ``` This will fetch and create all images required for the build process. The whole process can take several minutes. When complete, packages can be found in `build/distributions/`. ### Building docker packages To customize image configuration, see [the docs](https://www.elastic.co/gui
Excerpt of 5,414 characters
Read on GitHub721
496
489
Brandon Morelli · @elastic
389
343
Victor Martinez · @elastic · Spain
299
288
211
178
166
110
106
stuart nelson · @elastic · Germany
90
88
80
Ivan Fernandez Calvo · @elastic · Spain
53
39
39
Mike Place
39
34
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:01bbe5b0090e9d93, topic:opentelemetry, readme:observability