[BUG] tracer #344
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: unistack-org/micro#344
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
придумать как скипнуть ненужные хендлеры в http/grpc сервере при старте трейсов
Хочется скипать MeterService и не писать по ним ни метрики ни трейсы HealthService
Как я вижу - сделать
var (
excludeEndpoints map[string]bool
excludeEndpointsMu sync.Mutex
)
func ExcludeEndpointsAdd(...string)
func ExcludeEndpointsDel(...string)
func ExcludeEndpointsList() []string
внутри через лок мьютекса добавлять, убирать из мапы и тп.
тоже самое сделать для meter
сделано