Skip to content

Commit

Permalink
Merge pull request #481 from pragmaticivan/major-release
Browse files Browse the repository at this point in the history
feat!: bumps major version
  • Loading branch information
pragmaticivan committed May 8, 2024
2 parents 1531c83 + fc9aacb commit 029b88f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ Please read this [comprehensive whitepaper](https://github.com/cncf/tag-observab

![observability-signals](https://user-images.githubusercontent.com/24193764/121773601-55f86b80-cb53-11eb-8c8b-262a5aad781f.png)


## Examples

A full working examples are available. This includes a nestjs application fully integrated with prometheus, grafana, loki and tempo:

- [nestjs-otel-prom-grafana-tempo](https://github.com/pragmaticivan/nestjs-otel-prom-grafana-tempo )


## Installation

```bash
Expand Down Expand Up @@ -314,12 +322,6 @@ export const loggerOptions: LoggerOptions = {
export const logger: Logger = Pino(loggerOptions);
```

## Examples

A full working examples are available. This includes a nestjs application fully integrated with prometheus, grafana, loki and tempo:

- [nestjs-otel-prom-grafana-tempo](https://github.com/pragmaticivan/nestjs-otel-prom-grafana-tempo )

## Stargazers over time

[![Stargazers over time](https://starchart.cc/pragmaticivan/nestjs-otel.svg)](https://starchart.cc/pragmaticivan/nestjs-otel)

0 comments on commit 029b88f

Please sign in to comment.