Skip to content

Commit

Permalink
feat(slo): remove internal data (#150573)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelemme authored Feb 8, 2023
1 parent fdc1a78 commit 820500f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 403 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,6 @@ export const getSLOMappingsTemplate = (name: string) => ({
context: {
type: 'flattened',
},
_internal: {
properties: {
name: { type: 'keyword', ignore_above: 256 },
budgeting_method: { type: 'keyword' },
objective: {
properties: {
target: { type: 'double' },
},
},
time_window: {
properties: {
duration: { type: 'keyword' },
is_rolling: { type: 'boolean' },
},
},
},
},
},
},
},
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.

Loading

0 comments on commit 820500f

Please sign in to comment.