Skip to content

Commit

Permalink
feat: add NET_TRANSPORT IPC attributes (open-telemetry#2026)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored and rauno56 committed Mar 23, 2021
1 parent d7c5e5e commit 05a9951
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ export const GeneralAttribute = {
IP_TCP: 'IP.TCP',
IP_UDP: 'IP.UDP',
INPROC: 'inproc',
PIPE: 'pipe',
UNIX: 'Unix',
};

0 comments on commit 05a9951

Please sign in to comment.