Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MasslessParticle committed Apr 12, 2024
1 parent 1800d3d commit 6af040f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/logql/shardmapper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ func TestMappingStrings(t *testing.T) {
)`,
},
{
// produced by sum/count --> (sumby(foo_extracted)(downstream<sumby(foo_extracted)(quantile_over_time(0.95,{foo=\"baz\"}|logfmt|unwrapfoo_extracted|__error__=\"\"[5m])),shard=0_of_2>++downstream<sumby(foo_extracted)(quantile_over_time(0.95,{foo=\"baz\"}|logfmt|unwrapfoo_extracted|__error__=\"\"[5m])),shard=1_of_2>)/sumby(foo_extracted)(downstream<countby(foo_extracted)(quantile_over_time(0.95,{foo=\"baz\"}|logfmt|unwrapfoo_extracted|__error__=\"\"[5m])),shard=0_of_2>++downstream<countby(foo_extracted)(quantile_over_time(0.95,{foo=\"baz\"}|logfmt|unwrapfoo_extracted|__error__=\"\"[5m])),shard=1_of_2>))
in: `avg by(foo_extracted) (quantile_over_time(0.95, {foo="baz"} | logfmt | unwrap foo_extracted | __error__="" [5m]))`,
out: `(
sum by (foo_extracted) (
Expand Down

0 comments on commit 6af040f

Please sign in to comment.