← All dashboards

Atempo Tina

Dashboard for Atempo Tina Data Protection

Prerequisites

This dashboard requires :

  • Tina server version 4.9 or superior
  • Prometheus for scraping

Enable OpenMetrics endpoint

Open Tina webUI then navigate to Settings -> Preferences. Edit Application Parameters.

Activate metrics endpoint then check Enable trusted IP address. Enter the IP address of your Prometheus scraper server.

Click Save to enable your configuration.

Example of Prometheus configuration

This is an example of Prometheus configuration to scrape Tina metrics

Extract of scrape_configs section of prometheus.yml configuration file :

  - job_name: 'catalog@tina-server.yourdomain.com'
    scrape_interval: 5m
    scrape_timeout: 1m
    params:
      catalog: ['catalog']
      server: ['tina-server']
    metrics_path: /tina/api/metrics
    scheme: https
    tls_config:
      insecure_skip_verify: true
    static_configs:
      - targets: ['tina-server.yourdomain.com:25088']

Replace catalog with Tina catalog name and tina-server with Tina hostname as configured in the application. If you have multiple catalogs, you must create one scrape config per catalog.

Replace tina-server.yourdomain.com:25088 with hostname and administration port of your Tina server.

Note: Parameter insecure_skip_verify: true is only required if your Tina server certificate is not valid (self-signed or unknown authority).

Import dashboard

Import the current dashboard into Grafana.

Dashboard revisions

RevisionDecscriptionCreated

Reviews

Login or Sign up to write a review

Reviews from the community

Get this dashboard

Data source:

Dependencies:

Import the dashboard template:

or

Download JSON

Docs: Importing dashboards

Downloads: 22