Pavol Loffay
Pavol Loffay
Exponential smoothing models for metrics which are collected with high frequency (e.g. heap used metric) tend to work better for buckets. Therefore it is better to average N values and...
Model weights should be probably persisted on application shutdown or on every update?
Currently it s possible to ask for n steps ahead predictions. API should offer functionality for asking for predictions for any time in the future. Prediction time could be specified...
The contrib docker image does not have `journalctl` ```bash kanse@ikanse-mac journaldreceiver % oc logs app-log-journal-rc-kj9r6 -c otc-container 2024-01-24T09:30:20.755Z info [email protected]/telemetry.go:86 Setting up own telemetry... 2024-01-24T09:30:20.755Z info [email protected]/telemetry.go:159 Serving metrics {"address":...
**Description:** Do not merge this. the PR will be split into smaller PRs. **Link to tracking Issue:** Resolves: #2620 **Testing:** **Documentation:**
### Component(s) collector ### Describe the issue you're reporting Created from https://github.com/open-telemetry/opentelemetry-operator/pull/2532
### Component(s) _No response_ ### Is your feature request related to a problem? Please describe. Crated from https://github.com/open-telemetry/opentelemetry-operator/pull/2514#issuecomment-1894092595 The Java agent 2.x has several breaking changes https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.0.0: * exporter changed...