semantic-conventions icon indicating copy to clipboard operation
semantic-conventions copied to clipboard

Introduction of file provider attribute

Open thompson-tomo opened this issue 1 year ago • 3 comments
trafficstars

Area(s)

area:file

Is your change request related to a problem? Please describe.

I want to describe the underlying provider storing my files

Describe the solution you'd like

I would like the introduction of an additional attributes which describes the provider which enabling access to the files just like we have for databases & messaging. The structure would be:

  • file.provider.name -- AzureBlob
  • file.provider.supplier
  • file.provider.type -- LogicalDisk -- S3

Describe alternatives you've considered

No response

Additional context

No response

thompson-tomo avatar Jun 01 '24 10:06 thompson-tomo

See https://github.com/open-telemetry/semantic-conventions/pull/914. CC @trisch-me

joaopgrassi avatar Jul 09 '24 15:07 joaopgrassi

@joaopgrassi yeap I had seen that PR but as far as I can tell there is no strongly typed field which could be used for the purpose mentioned here.

thompson-tomo avatar Jul 10 '24 02:07 thompson-tomo

Yes we don't have there such a field. You can propose it in separate PR

trisch-me avatar Jul 16 '24 11:07 trisch-me