Skip to content

Use consistent naming for initialisms in notifications and observability modules

Improve naming for initialisms (#468 (closed)) in notifications and observability modules. This MR includes the following changes:

  • Rename mockApi to mockAPI in observability module
  • Rename Api to API in observability module
  • Rename defaultObservabilityReadinessProbeUrlPath to defaultObservabilityReadinessProbeURLPath in observability module
  • Rename defaultObservabilityLivenessProbeUrlPath to defaultObservabilityLivenessProbeURLPath in observability module
  • Rename defaultObservabilityPrometheusUrlPath to defaultObservabilityPrometheusURLPath in observability module
  • Rename ReadinessProbeUrlPath to ReadinessProbeURLPath in observability module
  • Rename LivenessProbeUrlPath to LivenessProbeURLPath in observability module
  • Rename PrometheusUrlPath to PrometheusURLPath in observability module
  • Rename readinessProbeUrlPath to readinessProbeURLPath in observability module
  • Rename livenessProbeUrlPath to livenessProbeURLPath in observability module
  • Rename prometheusUrlPath to prometheusURLPath in observability module
  • Rename defaultGrpcLogLevel to defaultGRPCLogLevel in observability module
  • Rename DefaultGrpcLogLevel to DefaultGRPCLogLevel in observability module
  • Rename GrpcLogLevel to GRPCLogLevel in observability module
  • Rename rpcApi to rpcAPI in notifications module

Merge request reports