James Moessis

Results 43 comments of James Moessis

> I think the classifications can be part of the schema files that we already support, I don't see why std attributes need to be classified in user code. Maybe...

@astencel-sumo I like your idea of a `systemreceiver/scraper` that scrapes general system info. I would be interested in working with anyone to create such a scraper, providing that we had...

I've also noticed there is an `InfoStat` [struct](https://github.com/shirou/gopsutil/blob/master/host/host.go) in `gopsutils` (the same lib that `hostmetricsreceiver` uses) which exposes uptime and a bunch of other system data. I think exposing that...

I would support `system.uptime` as a metric that measures the uptime of the system. The `process.uptime` is a different concern. `system.uptime` would be, in the case of linux, which is...

> How much YAML "code" sharing should there be between trace and metric conventions, regarding attributes? @Oberon00 This is a great question. For conventions that apply to both metrics and...

I'm more than happy to assist with this - @ocelotl did you need any help?

Hello folks, I've just done a bunch more work on https://github.com/open-telemetry/build-tools/pull/79 and I believe it is now at a stage close to being merged. If anyone else wants to review...

@jmacd you put a good case forward for it being an UpDownCounter, and after reading your points I think I agree. It seems that an Asynchronous UpDownCounter would result in...

@marcingrzejszczak Can I suggest going forward the W3C trace context propagators and W3C baggage propagator should be two separate implementations of `Propagation`. They propagate independently of each other so there...