Skip to content

Commit

Permalink
Metabase project skeleton added (#18660)
Browse files Browse the repository at this point in the history
  • Loading branch information
bparmar-crest committed Sep 26, 2024
1 parent c5e3a19 commit 35afacc
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ integration/mesos_master:
- mesos_master/**/*
integration/mesos_slave:
- mesos_slave/**/*
integration/metabase:
- metabase/**/*
integration/mimecast:
- mimecast/**/*
integration/mongo:
Expand Down
7 changes: 7 additions & 0 deletions metabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - Metabase

## 1.0.0 / 2024-09-24

***Added***:

* Initial Release
34 changes: 34 additions & 0 deletions metabase/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## Overview

[Metabase][1] is a business intelligence analytics platform that can be used to ask questions about your data.

## Setup

### Configuration

!!! Add list of steps to set up this integration !!!

### Validation

!!! Add steps to validate integration is functioning as expected !!!

## Data Collected

### Metrics

Metabase does not include any metrics.

### Service Checks

Metabase does not include any service checks.

### Events

Metabase does not include any events.

## Troubleshooting

Need help? Contact [Datadog support][2].

[1]: https://www.metabase.com/
[2]: https://docs.datadoghq.com/help/
29 changes: 29 additions & 0 deletions metabase/assets/metabase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions metabase/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
39 changes: 39 additions & 0 deletions metabase/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"manifest_version": "2.0.0",
"app_uuid": "9ff6b01e-693b-4619-9bf1-677c0dc5244f",
"app_id": "metabase",
"display_on_public_website": false,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Metabase is a business intelligence analytics platform that can be used to ask questions about your data",
"title": "Metabase",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Submitted Data Type::Logs",
"Offering::Integration"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 27139021,
"source_type_name": "Metabase",
"events": {
"creates_events": false
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
}
},
"author": {
"support_email": "help@datadoghq.com",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "info@datadoghq.com"
}
}

0 comments on commit 35afacc

Please sign in to comment.