kibana/x-pack/plugins/observability/common/index.ts
2021-08-13 07:05:45 -04:00

19 lines
708 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
export type { AsDuration, AsPercent } from './utils/formatters';
export const casesFeatureId = 'observabilityCases';
// The ID of the observability app. Should more appropriately be called
// 'observability' but it's used in telemetry by applicationUsage so we don't
// want to change it.
export const observabilityAppId = 'observability-overview';
// Used by feature and "solution" registration
export const observabilityFeatureId = 'observability';