Resources

In IyziTrace, everything revolves around resources. A resource represents a component in your system:

  • Infrastructure: Physical or virtual hosts (e.g., servers, containers)
  • Services: Applications or microservices running on infrastructure
  • Operations: Individual functions or API endpoints within services

Resources follow OpenTelemetry semantic conventions and include attributes like:

  • cloud.region
  • host.name
  • host.ip
  • os.type
  • service.name
  • service.version