nginxinc / nginx-otel

Apache License 2.0
168 stars 19 forks source link

Support custom resource attributes (fix #32). #74

Closed p-pautov closed 2 weeks ago

p-pautov commented 2 weeks ago

Now attributes can be set with "otel_resource_attr" directive, e.g. otel_resource_attr my.name "my value";

We'll add tests later, after migration to pytest.