{"id":23033932,"url":"https://github.com/freenowtech/tableau-prometheus-exporter","last_synced_at":"2025-08-14T15:33:42.833Z","repository":{"id":189098782,"uuid":"679298229","full_name":"freenowtech/tableau-prometheus-exporter","owner":"freenowtech","description":"Tableau Server Manager Prometheus Exporter","archived":false,"fork":false,"pushed_at":"2024-09-03T22:28:03.000Z","size":174,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-19T13:52:48.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freenowtech.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.rst","support":null,"governance":null}},"created_at":"2023-08-16T14:26:09.000Z","updated_at":"2024-04-16T17:15:01.000Z","dependencies_parsed_at":"2023-08-18T09:15:26.197Z","dependency_job_id":null,"html_url":"https://github.com/freenowtech/tableau-prometheus-exporter","commit_stats":null,"previous_names":["freenowtech/tableau-prometheus-exporter"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freenowtech%2Ftableau-prometheus-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freenowtech%2Ftableau-prometheus-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freenowtech%2Ftableau-prometheus-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freenowtech%2Ftableau-prometheus-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freenowtech","download_url":"https://codeload.github.com/freenowtech/tableau-prometheus-exporter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229843383,"owners_count":18132900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T16:28:06.725Z","updated_at":"2024-12-15T16:28:07.236Z","avatar_url":"https://github.com/freenowtech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://static.pepy.tech/badge/tableau-prometheus-exporter\n    :alt: Monthly Downloads\n    :target: https://pepy.tech/project/tableau-prometheus-exporter\n\n.. image:: https://img.shields.io/pypi/v/tableau-prometheus-exporter.svg\n    :alt: PyPI-Server\n    :target: https://pypi.org/project/tableau-prometheus-exporter/\n\n.. image:: https://coveralls.io/repos/github/freenowtech/tableau-prometheus-exporter/badge.svg?branch=main\n    :target: https://coveralls.io/github/freenowtech/tableau-prometheus-exporter?branch=main\n\n.. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold\n    :alt: Project generated with PyScaffold\n    :target: https://pyscaffold.org/\n\n|\n\n===========================\nTableau Prometheus Exporter\n===========================\n\n\n    Tableau Server Manager Prometheus Exporter\n\n\nThis repository contains the codebase to expose the Tableau Server Manager metrics to prometheus and visualize them in grafana.\n\n---------------\nMetrics Example\n---------------\n\n.. code-block::\n\n    # HELP tableau_service_status Tableau services statuses\n    # TYPE tableau_service_status gauge\n    tableau_service_status{instance_id=\"0\",node_id=\"node2\",service_name=\"filestore\",state=\"Enabled\",status=\"Active\"} 1.0\n    tableau_service_status{instance_id=\"0\",node_id=\"node2\",service_name=\"authnservice\",state=\"Enabled\",status=\"Active\"} 1.0\n    tableau_service_status{instance_id=\"0\",node_id=\"node2\",service_name=\"databasemaintenance\",state=\"Disabled\",status=\"Stopped\"} 0.0\n    tableau_service_status{instance_id=\"0\",node_id=\"node2\",service_name=\"dataserver\",state=\"Enabled\",status=\"Active\"} 1.0\n    tableau_service_status{instance_id=\"1\",node_id=\"node2\",service_name=\"dataserver\",state=\"Enabled\",status=\"Active\"} 1.0\n    tableau_service_status{instance_id=\"0\",node_id=\"node2\",service_name=\"cacheserver\",state=\"Enabled\",status=\"Active\"} 1.0\n    tableau_service_status{instance_id=\"1\",node_id=\"node2\",service_name=\"cacheserver\",state=\"Enabled\",status=\"Active\"} 1.0\n    tableau_service_status{instance_id=\"0\",node_id=\"node2\",service_name=\"interactive\",state=\"Enabled\",status=\"Active\"} 1.0\n    tableau_service_status{instance_id=\"0\",node_id=\"node2\",service_name=\"searchserver\",state=\"Enabled\",status=\"Active\"} 1.0\n    tableau_service_status{instance_id=\"0\",node_id=\"node2\",service_name=\"statsservice\",state=\"Enabled\",status=\"Active\"} 1.0\n    tableau_service_status{instance_id=\"0\",node_id=\"node2\",service_name=\"vizportal\",state=\"Enabled\",status=\"Active\"} 1.0\n    tableau_service_status{instance_id=\"1\",node_id=\"node2\",service_name=\"vizportal\",state=\"Enabled\",status=\"Active\"} 1.0\n    tableau_service_status{instance_id=\"0\",node_id=\"node2\",service_name=\"backuprestore\",state=\"Disabled\",status=\"Stopped\"} 0.0\n\n\n--------------------\nInstall it from PyPI\n--------------------\n\n.. code-block:: bash\n\n    $ pip install tableau-prometheus-exporter\n\n-----\nUsage\n-----\n\n**Python**\n\n.. code-block:: python\n\n    from tableau_prometheus_exporter.server import Server\n\n    Server(config).start_and_run_forever()\n\n**Command Line**\n\n.. code-block:: bash\n\n    $ python -m tableau_prometheus_exporter --h\n\n**Docker**\n\n.. code-block:: bash\n\n    $ docker run --rm -p 8000:8000 -v ${PWD}/config.yaml:/app/config.yaml tableau-prometheus-exporter --config-file config.yaml\n\nGo to http://localhost:8000/ to see the metrics.\n\n-------------\nConfiguration\n-------------\n\nA sample configuration can be found at\n`samples/config.yaml.template \u003chttps://github.com/freenowtech/tableau-prometheus-exporter/blob/main/samples/config.yaml.template\u003e`_\n\n---------\nDashboard\n---------\n\nA sample Grafana Dashboard can be found at\n`samples/grafana.json \u003chttps://github.com/freenowtech/tableau-prometheus-exporter/blob/main/samples/grafana.json\u003e`_\n\n.. image:: samples/dashboard.jpeg\n    :width: 80%\n    :align: center\n    :alt: Grafana Dashboard\n\n--------\nAlerting\n--------\n\nA sample of prometheus alert can be found at\n`samples/prometheus.yaml \u003chttps://github.com/freenowtech/tableau-prometheus-exporter/blob/main/samples/prometheus.yaml\u003e`_\n\n------------\nContributing\n------------\n\nPlease refer to the `CONTRIBUTING \u003chttps://github.com/freenowtech/tableau-prometheus-exporter/blob/main/CONTRIBUTING.md\u003e`_\nfile for information about how to get involved. We welcome issues, questions, and pull requests.\n\n----\nNote\n----\n\nThis project has been set up using PyScaffold 4.5. For details and usage\ninformation on PyScaffold see https://pyscaffold.org/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreenowtech%2Ftableau-prometheus-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreenowtech%2Ftableau-prometheus-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreenowtech%2Ftableau-prometheus-exporter/lists"}