Skip to content

Commit

Permalink
we support rebar2 now too
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Sep 28, 2017
1 parent f7548fa commit 897c095
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,18 @@ __Version:__ 3.4.0
- [Statistics Collector](https://github.com/deadtrickster/prometheus.erl/blob/master/doc/prometheus_vm_statistics_collector.md)
- [System Information Collector](https://github.com/deadtrickster/prometheus.erl/blob/master/doc/prometheus_vm_system_info_collector.md).

## Prometheus.erl and OTP versions
## Compatibility

### OTP versions
Version 3.x works on OTP18+. For older version (oldest tested is R16B03) please use
[3.x-pre18 branch](https://github.com/deadtrickster/prometheus.erl/tree/3.x-pre18).
3.x-pre18 will work on all OTP releases starting from R16B03 and its beam will recompile itself to accommodate.
For example, this branch is used by [RabbitMQ Exporter](https://github.com/deadtrickster/prometheus_rabbitmq_exporter) 3.6.x
that should be compatible with all versions starting from R16B03.

### Build tools
Rebar3 and rebar2 are supported.

## Example Console Session

Run shell with compiled and loaded app:
Expand Down
7 changes: 6 additions & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,18 @@ __Version:__ 3.4.0
- [Statistics Collector](prometheus_vm_statistics_collector.md)
- [System Information Collector](prometheus_vm_system_info_collector.md).

## Prometheus.erl and OTP versions
## Compatibility

### OTP versions
Version 3.x works on OTP18+. For older version (oldest tested is R16B03) please use
[3.x-pre18 branch](https://github.com/deadtrickster/prometheus.erl/tree/3.x-pre18).
3.x-pre18 will work on all OTP releases starting from R16B03 and its beam will recompile itself to accommodate.
For example, this branch is used by [RabbitMQ Exporter](https://github.com/deadtrickster/prometheus_rabbitmq_exporter) 3.6.x
that should be compatible with all versions starting from R16B03.

### Build tools
Rebar3 and rebar2 are supported.

## Example Console Session

Run shell with compiled and loaded app:
Expand Down
7 changes: 6 additions & 1 deletion doc/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,18 @@
- {@link prometheus_vm_statistics_collector. Statistics Collector}
- {@link prometheus_vm_system_info_collector. System Information Collector}.

## Prometheus.erl and OTP versions
## Compatibility

### OTP versions
Version 3.x works on OTP18+. For older version (oldest tested is R16B03) please use
[3.x-pre18 branch](https://github.com/deadtrickster/prometheus.erl/tree/3.x-pre18).
3.x-pre18 will work on all OTP releases starting from R16B03 and its beam will recompile itself to accommodate.
For example, this branch is used by [RabbitMQ Exporter](https://github.com/deadtrickster/prometheus_rabbitmq_exporter) 3.6.x
that should be compatible with all versions starting from R16B03.

### Build tools
Rebar3 and rebar2 are supported.


## Example Console Session

Expand Down

0 comments on commit 897c095

Please sign in to comment.