Skip to content

Commit ea7ec44

Browse files
authored
chore: rename agent reporter fn (#1121)
1 parent 256d969 commit ea7ec44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

observability/reporter.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Project = "livekit"
99

1010
type Reporter interface {
1111
Room() roomobs.Reporter
12-
Agents() agentsobs.Reporter
12+
Agent() agentsobs.Reporter
1313
Close()
1414
}
1515

@@ -23,7 +23,7 @@ func (reporter) Room() roomobs.Reporter {
2323
return roomobs.NewNoopReporter()
2424
}
2525

26-
func (reporter) Agents() agentsobs.Reporter {
26+
func (reporter) Agent() agentsobs.Reporter {
2727
return agentsobs.NewNoopReporter()
2828
}
2929

0 commit comments

Comments
 (0)