devaten_middlewareapp

command module
v0.0.0-...-4d8c9d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2022 License: MIT Imports: 16 Imported by: 0

README

Go Report Card

Devaten_Middleware

This middleware was created to have an easy to set up link between Devaten and Prometheus.

This middleware helps you, the user, moniter your database. Through Devaten and Prometheus all the relevant information about different tasks performed on your database will be monitored and saved, and this information is easily accessable through the Prometheus and Devaten dashboard.

Further down this document, you can find a guide on how to install, run and use this middleware.

You must have a Devaten account to use this middleware. You can create an account on their website.

How to Install

To install the middleware locally, you must have docker and docker compose installed and do the following:

Download the docker compose file from the release.

Open the directory in a terminal where the docker compose file is.

Write the following command: docker-compose pull

This will download the docker images locally.

How to Run

To start program open a terminal and navigate to the folder containing the docker compose file. Write following command: docker-compose up

Before proceding login. To login, see : Login

How to Use

When the docker image is running, it is running on the local port 8999, which is the port you can use to start and stop a Devaten recording.

We expose 2 ports for Prometheus. The first is 9090 which is where the "targets" and "graph" for Prometheus are located. Also, the image will open the port 9091 that can be used to access information about the recording through Prometheus.

The image will export Grafana on port 3000.

Once the middleware is up and running, you can do the following API calls, API calls can be made through the address-bar in the browser:

Login
localhost:8999/Login/{Devaten Username}/{Devaten Password}

This call must be made as the first API call, or it will not be possible to start or stop a recording.

Once you have logged in, you can start and stop recordings without having to log in again.

If the image is ever shut down, you must log in again when you restart the program.

Start Recording
localhost:8999/Start/{Usecase name}/{Application Identifier}

Usecase name can be anything that you choose.

Application Identifier can be found in Devaten, under Applications and Application Management.

Stop Recording
localhost:8999/Start/{Usecase name}/{Application Identifier}

Usecase name has to be the same as the name used to start the recording.

Application Identifier has to be the same as the application identifier used to start the recording.

Prometheus

Accessing metrics

Please remember to login before hand. See subsection Login Access prometheus dashboard (in browser) on path:http://mymiddelware.localhost:9090/ Access Devaten custom metrics in txt format on path: http://localhost:9091/metrics

Grafana

Access Grafana on path: http://localhost:3000/

OBS! Beware that first time users of Grafana needs to login with credentials: {uname}: admin, {password}: admin

Steps to connect Prometheus to Grafana
  • Press Add datasource.

  • Select Prometheus as the type.

  • Fill out the form, with the following info:

    HTTP

    The remaining fields should not be altered

    Auth

    • Basic auth: on

    The remaining fields should be left off

    Basic Auth Details

    • User: Username for Devaten
    • Password: Password for Devaten

    Alerting

    • Scrape interval: 5s

    All the remaining fields should be left untouched.

  • Press: Save & test.

  • Access metrics in explore.

  • See Grafana tutorials for more.

Swagger

Once the middleware is up and running, swagger documentation will be up on the following page: http://localhost:8999/swagger/index.html#/

How to use

When the swagger page is opened the API endpoints can be tested by opening a tab and pressing the “try it out” button. Fill out the required information and press execute.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag
Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL