https://github.com/aborroy/alfresco-transform-service-prometheus
Sample integration of Alfresco Transform Service with Prometheus
https://github.com/aborroy/alfresco-transform-service-prometheus
alfresco docker-compose prometheus
Last synced: 10 months ago
JSON representation
Sample integration of Alfresco Transform Service with Prometheus
- Host: GitHub
- URL: https://github.com/aborroy/alfresco-transform-service-prometheus
- Owner: aborroy
- License: lgpl-3.0
- Created: 2023-12-11T12:38:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T12:59:59.000Z (over 2 years ago)
- Last Synced: 2025-04-09T01:44:08.590Z (about 1 year ago)
- Topics: alfresco, docker-compose, prometheus
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Integrating Alfresco Transform Service with Prometheus
This project includes a Docker Compose template to provide a sample configuration that connects Alfresco Transform Service metrics endpoint with Prometheus.
* [.env](.env) specifies Alfresco Services version to be used by Docker Compose
* [compose.yaml](compose.yaml) describes Docker Compose deployment
* [prometheus.yml](prometheus.yml) includes sample Prometheus configuration for `transform-router` and `transform-core-aio` services
>> Note this is a sample deployment designed for education purposes. When using Alfresco Transform Service in real world, additional requirements should impact in the design of the final deployment.
Docker Images from [quay.io](https://quay.io/organization/alfresco) are used, since this product is only available for Alfresco Enterprise customers. If you are Enterprise Customer or Partner but you are still experimenting problems to download Docker Images, contact [Alfresco Hyland Support](https://community.hyland.com) in order to get required credentials and permissions.
## Using
```
docker-compose up --build --force-recreate
```
## Service URLs
* Prometheus: http://localhost:9090
* Transform Router Metrics: http://localhost:8095/actuator/prometheus
* Transform Core AIO Metrics: http://localhost:8090/actuator/prometheus