echo-contrib icon indicating copy to clipboard operation
echo-contrib copied to clipboard

Echo community contribution

Results 33 echo-contrib issues
Sort by recently updated
recently updated
newest added

Hi all Is there a way to disable certain type of metrics at the moment? For example, disable `request_size_bytes_bucket` or just completely disable histograms for any type of metric. In...

Hi, We're using Echo at my company for our microservices and we're about to add prometheus to all of them using this prometheus middleware. I've been used to finding dashboards...

**Description**: This pull request addresses an encoding issue when processing URLs. We have modified the URL retrieval mechanism to first check the `RawPath` of the request, and if it's empty,...

### Issue Description My organization has specific keys we use for the default prometheus labels like `code`, `url`, `method`. I'm fine adding in the appropriate ones, but the old ones...

## Abstract / Background Microservice architecture is often required integrated observability. Open-Telemetry is attracted attention one of the integrated observability method. ## What - [ ] Support open-telemetry middleware in...

Adding a specific logic for rate-limiter

This version provides a rate limiting middleware for the Echo web framework. Issue #134 **Features**: - In-memory rate limiting by IP address (default) or custom keys - Configurable time windows...

According to the [Go WIKI](https://go.dev/wiki/Deprecated) > To signal that an identifier should not be used, add a **paragraph** to its doc comment that begins with Deprecated: followed by some information...