Skip to content

Commit

Permalink
feat: expose MetricTimeseriesSpecificationModel (#2472)
Browse files Browse the repository at this point in the history
* feat: expose MetricTimeseriesSpecification

* feat: expose more timeseries objects

* feat: dont need them
  • Loading branch information
jake-bassett authored Oct 17, 2023
1 parent 2c52154 commit 07dfe4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/observability/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ export * from './shared/dashboard/data/graphql/specifiers/metric-aggregation-spe

// Timeseries
export * from './shared/graphql/model/metric/metric-timeseries';
export * from './shared/dashboard/data/graphql/specifiers/metric-timeseries-specification.model';

// Card list
export * from './shared/components/card-list/card-list.component';
Expand Down

0 comments on commit 07dfe4d

Please sign in to comment.