You can send custom metrics from your .NET Core application using Logzio.App.Metrics. Logzio.App.Metrics is an open-source and cross-platform .NET library used to record metrics within an application and forward the data to Layerlog.

These instructions show you how to:

  • Create a basic custom metrics export configuration with a hardcoded Layerlog exporter
  • Create a basic custom metrics export configuration with a Layerlog exporter defined by a configuration file
  • Add advanced settings to the basic custom metrics export configuration