Skip to content

Commit

Permalink
Merge pull request #11 from JellyFishCode/flownative/task/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
robertlemke authored Jun 1, 2024
2 parents 240eaf8 + 50ba796 commit 4bdd516
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,20 @@ A gauge:
);
```

Setting for each metric:

```yaml
Flownative:
Prometheus:
metrics:
acme_myproject_controller_hits_total:
type: counter
help: 'metric description'
acme_myproject_successful_login_total:
type: counter
help: 'metric description'
```

Manual usage of the Collector Registry, using the `InMemoryStorage`:

````php
Expand Down

0 comments on commit 4bdd516

Please sign in to comment.