Skip to content

Commit

Permalink
Remove LB exporter panels
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev committed Mar 6, 2024
1 parent 00c8427 commit b90dd57
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions operations/agent-static-mixin/dashboards.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -598,14 +598,16 @@ local template = grafana.template;
.addPanel(exportedFailedSpans)
.addPanel(receivedSpans('receiver!="otlp/lb"', 6))
.addPanel(exportedSpans('exporter!="otlp"', 6))
)
.addRow(
row.new('Load balancing')
.addPanel(loadBalancedSpans)
.addPanel(peersNum)
.addPanel(receivedSpans('receiver="otlp/lb"', 3))
.addPanel(exportedSpans('exporter="otlp"', 3))
),
// TODO(ptodev): Uncomment this when Collector has instrumeneted LB exporter using OTel:
// https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29867
// .addRow(
// row.new('Load balancing')
// .addPanel(loadBalancedSpans)
// .addPanel(peersNum)
// .addPanel(receivedSpans('receiver="otlp/lb"', 3))
// .addPanel(exportedSpans('exporter="otlp"', 3))
// ),

'agent-logs-pipeline.json':
local sumByPodRateCounter(title, metric, format='short') =
Expand Down

0 comments on commit b90dd57

Please sign in to comment.