Skip to content

Commit 3242bde

Browse files
committed
doc: add badges to readme and update
1 parent 8eaf070 commit 3242bde

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Yevhenii Nikitin
3+
Copyright (c) 2026 Lucas Hünniger
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# NBomber Otel Sink
22

3+
[![CI](https://github.com/MhouneyLH/NBomber.Sinks.Otel/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/MhouneyLH/NBomber.Sinks.Otel/actions/workflows/ci-cd.yml)
4+
[![NuGet Version](https://img.shields.io/nuget/v/NBomber.Sinks.Otel.svg)](https://www.nuget.org/packages/NBomber.Sinks.Otel/)
5+
[![NuGet Downloads](https://img.shields.io/nuget/dt/NBomber.Sinks.Otel.svg)](https://www.nuget.org/packages/NBomber.Sinks.Otel/)
6+
[![GitHub stars](https://img.shields.io/github/stars/MhouneyLH/NBomber.Sinks.Otel.svg)](https://github.com/MhouneyLH/NBomber.Sinks.Otel/stargazers)
7+
38
NBomber Otel Sink is a custom sink for NBomber load-testing framework. It integrates with OpenTelemetry, a popular observability standard, to export load test metrics to various backends, including Prometheus and others.
49

510
**NBomber.Sinks.Otel** utilizes OpenTelemetry to export metrics based on the configured exporter type. During the execution of your load test, metrics are collected and exported according to the specified configuration.

0 commit comments

Comments
 (0)