Skip to content

Commit

Permalink
Adding diagram to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsbk committed Aug 25, 2024
1 parent 8a514d5 commit 9d77c5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,5 @@ FodyWeavers.xsd
# Environment files
**/.env
.docker/.env
*.deb
*.deb
*.drawio.bkp
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Application leverages AWS API to dynamically discover:

making it easier for Prometheus to monitor these services without hardcoding their addresses and ports, or using any kind of [file-based discovery](https://prometheus.io/docs/guides/file-sd/) (thus can be run as a standalone application: as it's own AWS ECS Service, for example).

![AWS ECS & CloudMap Prometheus Discovery](/docs/diagram.svg)

## Features

Below is a high level overview of what application is capable of. For the full list of supported configuration parameters and how to override these using [Docker Environment Variables](https://docs.docker.com/reference/cli/docker/container/run/#env) please refer to [appsettings.json](src/Apptality.CloudMapEcsPrometheusDiscovery/appsettings.json)
Expand Down
3 changes: 3 additions & 0 deletions docs/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d77c5f

Please sign in to comment.