Skip to content

Commit

Permalink
Add comments for other synced files
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr committed Oct 9, 2023
1 parent 8825874 commit fbc4618
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions component/loki/process/metric/gauges.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package metric

// NOTE: This code is copied from Promtail (07cbef92268aecc0f20d1791a6df390c2df5c072) with changes kept to the minimum.

import (
"fmt"
"time"
Expand Down
2 changes: 2 additions & 0 deletions component/loki/process/metric/gauges_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package metric

// NOTE: This code is copied from Promtail (07cbef92268aecc0f20d1791a6df390c2df5c072) with changes kept to the minimum.

import (
"testing"
"time"
Expand Down
2 changes: 2 additions & 0 deletions component/loki/process/metric/histograms.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package metric

// NOTE: This code is copied from Promtail (07cbef92268aecc0f20d1791a6df390c2df5c072) with changes kept to the minimum.

import (
"fmt"
"time"
Expand Down
2 changes: 2 additions & 0 deletions component/loki/process/metric/histograms_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package metric

// NOTE: This code is copied from Promtail (07cbef92268aecc0f20d1791a6df390c2df5c072) with changes kept to the minimum.

import (
"testing"
"time"
Expand Down
2 changes: 2 additions & 0 deletions component/loki/process/metric/metricvec.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package metric

// NOTE: This code is copied from Promtail (07cbef92268aecc0f20d1791a6df390c2df5c072) with changes kept to the minimum.

import (
"strings"
"sync"
Expand Down

0 comments on commit fbc4618

Please sign in to comment.