Skip to content

Commit

Permalink
Need to use table not __table__.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Feb 17, 2023
1 parent cfbd359 commit c0b8805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/telemetry/cassandra_agent/cassandra_agent_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
},
Relabels: []promapi.RelabelConfig{
{
SourceLabels: []string{"__table__"},
SourceLabels: []string{"table"},
Regex: ".+",
TargetLabel: "should_drop",
Replacement: "true",
Expand Down

0 comments on commit c0b8805

Please sign in to comment.