https://github.com/newrelic-experimental/mod-newrelic-telemetry
Apache HTTP Server module to collect and send telemetry to New Relic
https://github.com/newrelic-experimental/mod-newrelic-telemetry
apache apache-httpd nrlabs nrlabs-data nrlabs-odp observability-data telemetry
Last synced: 4 months ago
JSON representation
Apache HTTP Server module to collect and send telemetry to New Relic
- Host: GitHub
- URL: https://github.com/newrelic-experimental/mod-newrelic-telemetry
- Owner: newrelic-experimental
- License: apache-2.0
- Created: 2021-03-31T21:26:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T21:28:06.000Z (about 4 years ago)
- Last Synced: 2025-01-13T19:22:36.848Z (6 months ago)
- Topics: apache, apache-httpd, nrlabs, nrlabs-data, nrlabs-odp, observability-data, telemetry
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-2.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Build
## Install Apache HTTPD as appropriate for your machine
## Install Boost C++ Library
- Download Boost
- Decompress it
- Set the commented variables in `CMakeLists.txt` to the root of the decompressed file
- NOTE: There is no need to build Boost as this code uses _header only_ Boost libraries