Skip to content

Commit

Permalink
Blueprints and ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaran11 committed Mar 22, 2024
1 parent db895fd commit 01471ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default class SingleNewEksFargateOpenSourceObservabilityConstruct {
);
doc = utils.changeTextBetweenTokens(
doc,
"{{ start enableAdotMetricsCollectionJob}}",
"{{ start enableAdotMetricsCollectionJob }}",
"{{ stop enableAdotMetricsCollectionJob }}",
jsonStringnew.context["adotcollectormetrics.pattern.enabled"]
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class SingleNewEksGravitonOpenSourceObservabilityPattern {
);
doc = utils.changeTextBetweenTokens(
doc,
"{{ start enableAdotMetricsCollectionJob}}",
"{{ start enableAdotMetricsCollectionJob }}",
"{{ stop enableAdotMetricsCollectionJob }}",
jsonStringnew.context["adotcollectormetrics.pattern.enabled"]
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class SingleNewEksOpenSourceobservabilityPattern {
);
doc = utils.changeTextBetweenTokens(
doc,
"{{ start enableAdotMetricsCollectionJob}}",
"{{ start enableAdotMetricsCollectionJob }}",
"{{ stop enableAdotMetricsCollectionJob }}",
jsonStringnew.context["adotcollectormetrics.pattern.enabled"]
);
Expand Down

0 comments on commit 01471ba

Please sign in to comment.