permesi

Crates.iopermesi
lib.rspermesi
version0.1.5
sourcesrc
created_at2021-07-16 17:08:01.551667
updated_at2024-03-18 08:14:13.839225
descriptionIdentity and Access Management
homepagehttps://permesi.dev
repositoryhttps://github.com/permesi/permesi
max_upload_size
id423724
size265,449
(nbari)

documentation

https://github.com/permesi/permesi/blob/main/README.md

README

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
Commit count: 67

cargo fmt