Skip to content

Commit

Permalink
Merge pull request #15 from Cleafy/release/0.0.10
Browse files Browse the repository at this point in the history
bump to version 0.0.10
  • Loading branch information
lucamiorini authored Aug 7, 2023
2 parents abe6b5f + d313ba1 commit bcb7991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/promplay/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
memoryChunk = kingpin.Flag("memoryChunk", "Maximum number of chunks in memory").Default("100000000").Int()
maxChunkToPersist = kingpin.Flag("maxChunkToPersist", "Maximum number of chunks waiting, in memory, to be written on the disk").Default("10000").Int()
framereader = make(<-chan cm.Frame)
Version = "0.0.9"
Version = "0.0.10"
cfgMemoryStorage = local.MemorySeriesStorageOptions{
MemoryChunks: 0,
MaxChunksToPersist: 0,
Expand Down
2 changes: 1 addition & 1 deletion bin/promrec/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
umap = kingpin.Flag("umap", "stringmap [eg. service.name=http://get.uri:port/uri].").Short('u').StringMap()
output = kingpin.Flag("output", "Output file.").Short('o').OverrideDefaultFromEnvar("OUTPUT_FILE").Default("metrics").String()
maxIntervalsNumber = kingpin.Flag("maxIntervalsNumber", "Max number of intervals").Short('n').Default("120").Int()
Version = "0.0.9"
Version = "0.0.10"
filewriter io.WriteCloser
)

Expand Down

0 comments on commit bcb7991

Please sign in to comment.