Skip to content

Commit e94353e

Browse files
Merge pull request #2426 from jan--f/prom-jsonnet-typo-fix
NO-JIRA: fix: fix a small typo
2 parents cb6f5b6 + 29ed97b commit e94353e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonnet/components/prometheus.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ function(params)
395395
// This aligns any scrape timestamps <= 15ms to the a multiple of
396396
// the scrape interval. This optmizes tsdb compression.
397397
// 15ms was chosen for being a conservative value given our default
398-
// scrape interval of 30s. Even for half the default value we onlt
398+
// scrape interval of 30s. Even for half the default value we only
399399
// move scrape interval timestamps by <= 1% of their absolute
400400
// length.
401401
{

0 commit comments

Comments
 (0)