Skip to content

Commit

Permalink
add explicit service name to missing collectors
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling committed May 30, 2024
1 parent df936e7 commit 975a98e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client-side-load-balancing/otelcol-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ spec:
protocol: http/protobuf
headers:
Authorization: "Basic ..."
resource:
"service.name": "otelcol-server"
2 changes: 2 additions & 0 deletions own-telemetry/otelcol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ service:
protocol: http/protobuf
headers:
Authorization: "Basic ..."
resource:
"service.name": "otelcol-own-telemetry"

0 comments on commit 975a98e

Please sign in to comment.