You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
* Instrument obs_receiver with otel go
* add changelog entry
* remove views configuration
* move otel-go metrics to obsreport
* add UseOtelForMetrics to TelemetrySettings; extract otel sdk initialization changes to another pr; remove public InstrumentWithOtel from obsreport;
* default UseOtelForMetrics to false
* remove duplicate oc registry initialization
* move `UseOtelForMetrics` to the internal package `obsreportconfig`
* address comments
* only register view if featuregate is disabled
* prefix meter name with `receiver/`
* change meter scope name
* upgrade otel metric sdk
* run make gotidy
* update changelog
* revert: otel go version upgrade
* revert: x/sys upgrades
Describe the bug
it looks like Kafkareceiver commits even un-processed (or processed with error) messages.
Steps to reproduce
configure kafkareciver with the below config:
Push traces into jaeger-spans topic and check LAG for otel-collector consumer group.
What did you expect to see?
LAG should constantly grow as we can't complete the pipeline due to the exporters endpoint is unavailable/not reachable
What did you see instead?
LAG is going up and down, which means that offsets are committed back
What version did you use?
Version:
opentelemetry collector 0.38.0
Additional context
queue and LAG:
spans accepted rate:
exporter sent rate:
The text was updated successfully, but these errors were encountered: