Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit1997 committed Jul 16, 2020
1 parent 6abcbb0 commit f1ed13b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Presto Metrics
# Presto Metrics
![Go](https://github.com/atlanhq/presto-metrics/workflows/Go/badge.svg)

This is an agent which scraps metrics from Presto and pushes it to AWS Cloudwatch and also serves them on a prometheus compatible endpoint.

## Table of Contents

- Compatibility
- Build and Run
- Metrics
- Contribute
- [Compatibility](https://github.com/atlanhq/presto-metrics#Compatibility)
- [Build and Run](https://github.com/atlanhq/presto-metrics#Build%20and%20Run)
- [Metrics](https://github.com/atlanhq/presto-metrics#Metrics)
- [Contribute](https://github.com/atlanhq/presto-metrics#Contribute)

### Compatibility

Expand Down Expand Up @@ -44,7 +45,7 @@ We recommend to install the agent inside the presto coordinator. See [releases p
--web.cloudwatch-region=<cloudwatch_region_to_push_metrics>
```

#### Metrics
### Metrics

```bash
# HELP atlan_presto_active_workers Active workers of the presto cluster.
Expand Down Expand Up @@ -167,7 +168,7 @@ atlan_presto_worker_total_node_memory{prestoStackName="presto-oss-107",prestoWor
atlan_presto_worker_total_node_memory{prestoStackName="presto-oss-107",prestoWorkerId="i-0540e97929f83f8bd"} 0
```

#### Contribute
### Contribute

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
Expand Down

0 comments on commit f1ed13b

Please sign in to comment.