Skip to content

Commit

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



* fixed merge conflicts



* lowercase metrics / traces exporter



* Add constant for integrations breadcrumb text



---------




(cherry picked from commit be9b544)

Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam Tackett <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent 9b2ed26 commit 9bad4b9
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 9bad4b9

Please sign in to comment.