An open API service indexing awesome lists of open source software.

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

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