Skip to content

Commit

Permalink
Merge branch 'main' into cypress/changing-role
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored May 27, 2024
2 parents b02872f + cbe2abf commit 6898fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const containerDiskIOBytes: TSVBMetricModelCreator = (
interval
): TSVBMetricModel => ({
id: 'containerDiskIOBytes',
requires: ['docker.disk'],
requires: ['docker.diskio'],
index_pattern: indexPattern,
interval,
time_field: timeField,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const containerDiskIOOps: TSVBMetricModelCreator = (
interval
): TSVBMetricModel => ({
id: 'containerDiskIOOps',
requires: ['docker.disk'],
requires: ['docker.diskio'],
index_pattern: indexPattern,
interval,
time_field: timeField,
Expand Down

0 comments on commit 6898fea

Please sign in to comment.