Skip to content

Commit

Permalink
feat(slo): Add optional pipeline processor in the SLI ingest pipeline…
Browse files Browse the repository at this point in the history
… for advanced customer (#193628)

(cherry picked from commit cd32aff)
  • Loading branch information
kdelemme committed Sep 23, 2024
1 parent 1143a10 commit 0de836f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ export const getSLOPipelineTemplate = (slo: SLODefinition) => ({
.join(','),
},
},
{
pipeline: {
ignore_missing_pipeline: true,
ignore_failure: true,
name: `slo-${slo.id}@custom`,
},
},
],
_meta: {
description: 'Ingest pipeline for SLO rollup data',
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0de836f

Please sign in to comment.