Andrzej Stencel

Results 42 issues of Andrzej Stencel

Fixes #5625 **Testing:** I have run: ```console make install-tools make make otelcorecol ``` After the otelcorecol binary was built, I ran it with a simple config: ```yaml exporters: logging: receivers:...

Stale

**Is your feature request related to a problem? Please describe.** The collector v0.52.0 and before used to write an INFO log on shutdown that said "Shutdown complete". This was useful...

## What happened? ### Description The memory metrics reported by the `hostmetrics` receiver's `process` scraper do not adhere to the semantic conventions: - [`process.memory.physical_usage`](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.60.0/receiver/hostmetricsreceiver/internal/scraper/processscraper/process_scraper.go#L221) should be `process.memory.usage` according to the...

bug
priority:p2
receiver/hostmetrics

Fixes #2813 ## Changes Adds new metrics: `process.uptime` and `system.uptime` to the semantic conventions. Related issue: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14130

Fixes #1273 ## Changes Adds a new resource attribute `process.start_time` to the semantic conventions. Here's a related pull request that adds `process.uptime` and `system.uptime` metrics: https://github.com/open-telemetry/opentelemetry-specification/pull/2824. I also wanted to...

Fixes #2809 ## Changes Adds a new metric `process.paging.faults` to the semantic conventions.

Stale

Fixes #2811 ## Changes Adds a new metric `process.memory.utilization` to the semantic conventions. ## Context Here's a related proposal to implement this metric in the OT collector's `hostmetrics` receiver: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14084.

Fixes #2812 ## Changes Adds a new metric `process.disk.operations` to the semantic conventions. ## Context Here's a related proposal to implement this metric in the OT collector's `hostmetrics` receiver: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14084.

Stale

Fixes #2826 ## Changes Adds a new metric `process.signals_pending` to the semantic conventions. ## Context Here's a related proposal to implement this metric in the OT collector's `hostmetrics` receiver: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14084.

area:semantic-conventions
spec:metrics

**What are you trying to achieve?** I want to add process [page fault](https://en.wikipedia.org/wiki/Page_fault) metrics to the semantic conventions. Here are the specific metrics I have in mind, relative to how...

area:semantic-conventions
spec:metrics
needs discussion
triaged-needmoreinfo