Skip to content

Commit

Permalink
GettingStarted Fit and Finish (#2205)
Browse files Browse the repository at this point in the history
* UI and json update fit and finish, integration bug fix for url

Signed-off-by: Adam Tackett <[email protected]>

* fixed merge conflicts

Signed-off-by: Adam Tackett <[email protected]>

* lowercase metrics / traces exporter

Signed-off-by: Adam Tackett <[email protected]>

* Add constant for integrations breadcrumb text

Signed-off-by: Adam Tackett <[email protected]>

---------

Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Adam Tackett <[email protected]>
Co-authored-by: Adam Tackett <[email protected]>
  • Loading branch information
TackAdam and Adam Tackett authored Oct 15, 2024
1 parent 6fb112c commit be9b544
Show file tree
Hide file tree
Showing 14 changed files with 485 additions and 170 deletions.
2 changes: 2 additions & 0 deletions common/constants/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ export const OPENSEARCH_CATALOG_URL =

// Upstream doesn't export this, so we need to redeclare it for our use.
export type Color = 'success' | 'primary' | 'warning' | 'danger' | undefined;

export const integrationsBreadcrumb = 'Integrations';
Loading

0 comments on commit be9b544

Please sign in to comment.