corentinaltepe / nlog.loki

NLog target for Loki using an HTTP client
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

Modifications to support passing X-Scope-OrgID http header for multi-tenancy #120

Closed dfordthreecolts closed 4 months ago

dfordthreecolts commented 4 months ago

Modifications to support passing X-Scope-OrgID header for multi-tenancy.

Without this I was seeing failed push requests with an Unauthorized response. With this change my logs are now showing up in my test Loki system.

corentinaltepe commented 4 months ago

Hi, this is great ! Thank you. Let me quickly update the readme and I will publish a new version of the package. Closes #119