Git Product home page Git Product logo

custom-dashboards's Introduction

Sample Custom Dashboards

While Instana provides curated dashboards to support common use-cases, there are situations where a custom dashboard is the right tool for the job.

This repository contains some sample custom dashboards which can be used as an inspiration what is possible or as a starting point for customization. These don't replace the built-in dashboards and support on these are community driven.

Prerequisites

This Makefile leverages the Instana API. Access control is managed by Access Tokens. Ensure that the token has right permission: "Creation of public custom dashboards". Set the API access token as an environment variable. e.g.:

export INSTANA_API_TOKEN="123123123"

Also you need to set the user_id of the API token. Copy it from the URL and set it:

export INSTANA_API_TOKEN_RELATION_ID="123123123-123-123-123-12312312312"

To query the API you need to set the base URL of the Istana tenant unit you want to create the dashboards in. e.g.

export INSTANA_BASE_URL="https://test-example.instana.io"

Finally to create a dashboard you need to aquire a user_id which is set as the owner of the dashboards you create. This user will be able to edit, delete and share the custom dashboard. There are several ways to the user-id. Set the user_id as an environment variable e.g.

export INSTANA_USER_ID="123123123"

Configure & Adapting Dashoards

The specs aber based on Jsonnet. To configure the individual dashboards see the respective _config+ section.

Install

The specs are pure Jsonnet.

# Install Jsonnet. Eg.
$ brew install go-jsonnet

Than see the Makefile

custom-dashboards's People

Contributors

luebken avatar

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.