GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
73 stars 38 forks source link

Map faas.* attributes to generic_task in resource mapping #265

Closed dashpole closed 11 months ago

dashpole commented 1 year ago

Implement https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/273 in the resource mapping in this repository.

psx95 commented 11 months ago

Just to confirm, the ask here is to resolve https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/issues/272 for the Java exporters, correct ?

Or is there any change in scope for this issue ?

dashpole commented 11 months ago

Thats correct. No change in scope

psx95 commented 11 months ago

The Java resource mapping implementation currently does not have mapping for GENERIC_NODE. I see that other language resource mappers have this mapping.

I think it would be great if we could update the scope of this issue to include that missing mapping as well.