Merge branch 'pratik/otel-phase7-native-metrics' into pratik/otel-phase8-log-correlation

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-06-01 14:51:39 +01:00
38 changed files with 1365 additions and 310 deletions

View File

@@ -94,7 +94,7 @@
auto const endpoint = get(telemetryParams, "endpoint",
"http://localhost:4318/v1/metrics");
std::string const& prefix(get(params, "prefix"));
m_collector = beast::insight::OTelCollector::New(
collector_ = beast::insight::OTelCollector::New(
endpoint, prefix, journal);
}
```

View File

@@ -16,10 +16,6 @@ The most effective way to prevent spoofing from external sources is to treat you
**NGINX Example (Stripping Headers):**
Code output
File generated successfully.
```nginx
server {
listen 80;