Skip to content

Commit

Permalink
feat: events: update naming and attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr authored and aeneasr committed Dec 20, 2022
1 parent 3eb7c97 commit ecf137f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions otelx/semconv/events.go
Expand Up @@ -5,11 +5,12 @@
package semconv

const (
EventSessionIssued = "Session issued"
EventIdentityCreated = "Identity created"
EventSessionIssued = "SessionIssued"
EventIdentityCreated = "IdentityCreated"
)

const (
AttrIdentityID = "identity.id"
AttrNID = "nid"
AttrIdentityID = "IdentityID"
AttrNID = "ProjectID"
AttrClientIP = "ClientIP"
)

0 comments on commit ecf137f

Please sign in to comment.