Skip to content

Commit

Permalink
[APM] Updates APM general settings (elastic#159912)
Browse files Browse the repository at this point in the history
![screencapture-localhost-5601-hyo-app-apm-settings-general-settings-2023-06-19-12_14_17](https://github.com/elastic/kibana/assets/5831975/04e40d6e-d43d-4078-a9dc-c7be30c5d37a)


Closes elastic#159911
  • Loading branch information
gbamparop authored Jun 19, 2023
1 parent 14c5fff commit 52978a6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ import {
apmAWSLambdaRequestCostPerMillion,
apmEnableServiceMetrics,
apmEnableContinuousRollups,
enableInfrastructureHostsView,
enableAwsLambdaMetrics,
enableAgentExplorerView,
} from '@kbn/observability-plugin/common';
import { isEmpty } from 'lodash';
import React from 'react';
Expand All @@ -36,6 +39,9 @@ const apmSettingsKeys = [
apmAWSLambdaRequestCostPerMillion,
apmEnableServiceMetrics,
apmEnableContinuousRollups,
enableInfrastructureHostsView,
enableAwsLambdaMetrics,
enableAgentExplorerView,
];

export function GeneralSettings() {
Expand Down

0 comments on commit 52978a6

Please sign in to comment.