Skip to content

Commit

Permalink
Merge pull request #24 from dbecorp/more-readme
Browse files Browse the repository at this point in the history
More
  • Loading branch information
jakthom authored Oct 22, 2024
2 parents 6dfedf4 + fff210a commit 2676785
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ sources:

### Metrics

Each Hercules metric is define in `yml`, using `sql` in a number of supported dialects.
Metric definitions are `yml` and use `sql` in a number of supported dialects to aggregate, enrich, and materialize metric values.

Metric materialization expects two fields in the query resultset: a `struct` field of `tags` and a `value` column corresponding to the metric value.

#### Metric Types
#### Prometheus Metric Types

Hercules supports the following Prometheus metric types:
Hercules supports the following metric types:

- Gauge metrics ✅
- Counter metrics ✅
Expand Down Expand Up @@ -170,7 +170,7 @@ Macros are automatically ensured on startup and are useful for common activities

```
macros:
- sql: create or replace macro parse_tomcat_log() AS ( $PARSING_LOGIC );
- sql: create or replace macro parse_tomcat_log(logLine) AS ( $PARSING_LOGIC );
```


Expand Down

0 comments on commit 2676785

Please sign in to comment.