Skip to content

Commit

Permalink
Fix header propagation in PromRemoteWriteSink (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuspie committed Feb 3, 2024
1 parent 098e4ac commit 5936b81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exporter/sinks/prom.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import (
"strconv"
"time"

"github.com/castai/promwrite"
"github.com/sirupsen/logrus"
"inet.af/netaddr"

"github.com/castai/promwrite"

"github.com/castai/egressd/exporter/config"
"github.com/castai/egressd/pb"
)
Expand All @@ -25,6 +26,7 @@ func NewPromRemoteWriteSink(log logrus.FieldLogger, sinkName string, cfg config.
}),
client: promwrite.NewClient(cfg.URL),
timeGetter: timeGetter,
cfg: cfg,
}
}

Expand Down

0 comments on commit 5936b81

Please sign in to comment.