diff --git a/modules/saml/lib/IdP/SAML1.php b/modules/saml/lib/IdP/SAML1.php
index 3f50fa3d51341aa401b00374cf2da9e4acd91086..8bd3eafbaa6215b3c91d3dcd3a9079f324d8717b 100644
--- a/modules/saml/lib/IdP/SAML1.php
+++ b/modules/saml/lib/IdP/SAML1.php
@@ -107,7 +107,7 @@ class sspmod_saml_IdP_SAML1 {
 				var_export($spEntityId, TRUE) . ': ' . var_export($shire, TRUE));
 		}
 
-		SimpleSAML_Stats::log('saml:AuthnRequest', array(
+		SimpleSAML_Stats::log('saml:idp:AuthnRequest', array(
 			'spEntityID' => $spEntityId,
 			'protocol' => 'saml1',
 		));
diff --git a/modules/saml/lib/IdP/SAML2.php b/modules/saml/lib/IdP/SAML2.php
index 15434a0362197ec6a14717c4bf47e358f43fbbd0..507570ef54e850473efc4a7a41d8887d7efa881d 100644
--- a/modules/saml/lib/IdP/SAML2.php
+++ b/modules/saml/lib/IdP/SAML2.php
@@ -328,7 +328,7 @@ class sspmod_saml_IdP_SAML2 {
 			SimpleSAML_Logger::info('SAML2.0 - IdP.SSOService: Incomming Authentication request: '. var_export($spEntityId, TRUE));
 		}
 
-		SimpleSAML_Stats::log('saml:AuthnRequest', array(
+		SimpleSAML_Stats::log('saml:idp:AuthnRequest', array(
 			'spEntityID' => $spEntityId,
 			'idpEntityID' => $idpMetadata->getString('entityid'),
 			'forceAuthn' => $forceAuthn,