-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update analytics examples (#3660)
* chore: update analytics examples Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> * chore: add back auth Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --------- Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
- Loading branch information
1 parent
be26774
commit 256d122
Showing
6 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<p align="center"> | ||
<img src="../../images/logos/prometheus.svg" alt="Prometheus" width=150 height=150 /> | ||
</p> | ||
|
||
# Prometheus Example | ||
|
||
Flipt supports storing and querying flag evaluation data by leveraging [Prometheus](https://prometheus.io/) as the backend data store. | ||
|
||
This example demonstrates how to use Flipt with Prometheus to store and query flag evaluation data. | ||
|
||
!['Analytics Example'](../../images/analytics.png) | ||
|
||
## Requirements | ||
|
||
To run this example application you'll need: | ||
|
||
* [Docker](https://docs.docker.com/install/) | ||
* [docker-compose](https://docs.docker.com/compose/install/) | ||
|
||
## Running the Example | ||
|
||
1. Run `docker compose up` from this directory | ||
1. Open the Flipt UI (default: [http://localhost:8080](http://localhost:8080)) | ||
1. Create some sample data: Flags/Segments/etc. Perform a few evaluations in the Console. | ||
1. Navigate to the `Analytics` tab for the flag that you created and evaluated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes