GithubHelp home page GithubHelp logo

signoz / signoz.io Goto Github PK

View Code? Open in Web Editor NEW
38.0 38.0 92.0 650.44 MB

SigNoz website | SigNoz is an Open source Application Performance Monitoring (APM) tool ๐Ÿ”ฅ | An open-source alternative to DataDog, NewRelic, etc. ๐Ÿ–ฅ.

Home Page: https://signoz.io

License: Other

JavaScript 38.07% CSS 15.24% TypeScript 46.69%

signoz.io's Introduction

Netlify Status

This is source for signoz.io website and docs at signoz.io/docs built on docusaurus 2

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

signoz.io's People

Contributors

akshay-bharadva avatar andreipope avatar ankit01-oss avatar ankitnayan avatar anukulpandey avatar calm-rock avatar cruxaki avatar dependabot[bot] avatar fabiob avatar favourdaniel avatar himanshu-dixit avatar himanshu-source21 avatar hwoodiwiss avatar luna215 avatar makeavish avatar mindhash avatar nityanandagohain avatar palashgdev avatar pg-gold avatar pranay01 avatar prashant-shahi avatar publikphigor avatar raj-k-singh avatar rajat-dabade avatar serverless-mom avatar sf-pchakraborty avatar srikanthccv avatar vinyasmusic avatar younixm avatar zriyansh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

signoz.io's Issues

Provide instructions for troubleshooting, upgrade, installs etc. for each supported platforms

Would be good to have the following items around troubleshooting, upgrade etc. for each platform explicitly in our docs so that users can follow them easily

--
Operate

  • Docker Standalone

    • Troubleshooting
    • Configure (any configuration tasks)
    • Stop/Start
    • Upgrade
    • Uninstall
  • Docker Swarm

    • Troubleshooting
    • Configure (any configuration tasks)
    • Stop/Start
    • Scale up and down
    • Upgrade
    • Uninstall
  • Kubernetes

    • Troubleshooting
    • Configure (any configuration tasks)
    • Stop/Start
    • Scale up and down
    • Upgrade
    • Uninstall

Placeholders should be clearly defined

User was confused how to get <service_name>. He mentioned if it is something that needs to be set up in the SigNoz dashboard. It should be clearly called out before the step. And an example should be added after the command.

Update in docs instructions on adding alerts for RPS for a service

Rules for checking for all services

        alert: Service Down
        expr: sum(rate(signoz_latency_count{span_kind="SPAN_KIND_SERVER"}[2m])) by (service_name) == 0
        for: 0m
        labels:
            severity: severe
        annotations:
            summary: Service is down
            description: RPS has gone down to 0
			 VALUE = {{ $value }}
			 LABELS = {{ $labels }}"

replace expr with

sum(rate(signoz_latency_count{span_kind="SPAN_KIND_SERVER", service_name='xyz'}[2m])) == 0
for checking a specific service

Image zoom with caption & other functionalities and mobile-fix

For the blog section, we need image zoom functionality with the following functionalities:

  • Add caption (see example: medium blog)
  • add alt text
  • adjust height and width

In the medium blog, the caption does not zoom out with the image. When an image is clicked, only the image zooms out. Our blog should have similar behavior.

Mobile Fix

Currently, on mobile, the images gets smaller on clicking. For reference on how it should work, you can check the same medium blog.

Add scroll to top text at the footer

Is your feature request related to a problem?

If I need to access the navbar I need to scroll to the top, any its sometimes very frustrating to scroll again and again to the top of the page which very long(such as the blog page.

Describe the solution you'd like

Add a scroll to top text at the footer of the page so that it is convenient for the user to easily scroll to the top instead of scrolling again and again every time.

Describe alternatives you've considered

Making the navbar fixed and making the blurred navbar once user scroll down to the page.

Additional context

Here is a Figma prototype where the scroll top text is present below the Subscribe section.
image

Thank you for your feature request โ€“ we love each and every one!

Make it clearer in docs instructions on how to restart SigNoz

For testing, it might not be clear to users how to restart/reinstall SigNoz.
Scenario:
A user has installed SigNoz on local host, but he might want to play with it later. In the meantime, he doesn't want SigNoz to keep using the ports.
This guy uninstalled SigNoz bring docker images down using sudo docker-compose -f docker/clickhouse-setup/docker-compose.yaml down -v. But he was unsure whether to use install script again. His question was whether he needs to do this everytime.

Add Test case for website

Is your feature request related to a problem?

Add Test case to find out if there are any bugs in the site. As it improves your application architecture and maintainability.

Describe the solution you'd like

Add various testing case to test several components of the site.

Describe alternatives you've considered

Additional context

Add any other context or screenshots about the feature request here.

Thank you for your feature request โ€“ we love each and every one!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.