Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@yugabytedb/troubleshoot-ui

Package Overview
Dependencies
Maintainers
3
Versions
630
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yugabytedb/troubleshoot-ui

Troubleshoot UI for Yugabyte applications

latest
npmnpm
Version
3.0.72
Version published
Weekly downloads
38
22.58%
Maintainers
3
Weekly downloads
 
Created
Source

yugabytedb/troubleshoot-ui

Troubleshoot UI for Yugabyte applications

install

npm i @yugabytedb/troubleshoot-ui

use

import { TroubleshootAdvisor } from '@yugabytedb/troubleshoot-ui';

<TroubleshootAdvisor universeUuid={universeUuid} timezone={timezone} />;

Need to pass the universeUuid or clusterUuid that is assigned to the current universe or cluster

Pass user time zone so as to show anomalies in the primary dashboard based on the user current time

Selecting the anomaly to view the secondary dashboard will list the main graph which can be viewed in both Overall or Outlier mode

The corresponding RCA graphs will also be listed in secondary dashboard to help user diagnose the issue

license

The MIT License (MIT) Copyright (c) 2024

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Build and Publish UI

npm run changelog

  • Updates version in package.json
  • Generates a section for adding notes in CHANGELOG file for latest version

npm run release

  • Builds the app for production to the dist folder.
    a. It correctly bundles React in production mode and optimizes the build for the best performance. b. The build is minified and the filenames include the hashes.\
  • Publishes the version to NPM registry using Yugabyte credentials.

FAQs

Package last updated on 02 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts