4 个版本

0.1.5 2024 年 3 月 18 日
0.1.4 2024 年 2 月 21 日
0.1.3 2024 年 2 月 3 日
0.1.2 2024 年 1 月 20 日
0.1.1 2021 年 7 月 16 日

#320HTTP 服务器

Download history 3/week @ 2024-03-08 135/week @ 2024-03-15 20/week @ 2024-03-22 13/week @ 2024-03-29

每月 258 次下载

BSD-3-Clause

59KB
1K SLoC

permesi

permesi 身份和访问管理

crates.io Test & Build codecov

待办事项

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

设置 OTEL_EXPORTER_OTLP_ENDPOINT 变量

export OTEL_EXPORTER_OTLP_ENDPOINT=https://127.0.0.1:4317

依赖项

~84MB
~1.5M SLoC