4 releases

0.1.5 Mar 18, 2024
0.1.4 Feb 21, 2024
0.1.3 Feb 3, 2024
0.1.2 Jan 20, 2024
0.1.1 Jul 16, 2021

#250 in HTTP server

Download history 12/week @ 2024-01-18 2/week @ 2024-02-01 66/week @ 2024-02-15 75/week @ 2024-02-22 24/week @ 2024-02-29 3/week @ 2024-03-07 130/week @ 2024-03-14 25/week @ 2024-03-21 11/week @ 2024-03-28 2/week @ 2024-04-04

258 downloads per month

BSD-3-Clause

59KB
1K SLoC

permesi

permesi Identity and Access Management

crates.io Test & Build codecov

TODO

Example for opentelemetry-collector:

---
receivers:
  otlp:
    protocols:
      grpc:
        endpoint: 0.0.0.0:4317

processors:
  batch:

exporters:
  otlp/honeycomb:
    endpoint: api.honeycomb.io:443
    headers:
      x-honeycomb-team: XXX
  otlp/aspecto:
    endpoint: otelcol.aspecto.io:4317
    headers:
      Authorization: XXX

service:
  pipelines:
    traces:
      receivers:
        - otlp
      processors:
        - batch
      exporters:
        - otlp/honeycomb
        - otlp/aspecto

Set the OTEL_EXPORTER_OTLP_ENDPOINT variable:

export OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317

Dependencies

~87MB
~1.5M SLoC