1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include namespace smithy { namespace components { namespace tracing { /** * A utility class for common tracing activities. */ class SMITHY_API TracingUtils { public: TracingUtils() = default; static const char COUNT_METRIC_TYPE[]; static const char MICROSECOND_METRIC_TYPE[]; static const char BYTES_PER_SECOND_METRIC_TYPE[]; static const char SMITHY_CLIENT_DURATION_METRIC[]; static const char SMITHY_CLIENT_ENDPOINT_RESOLUTION_METRIC[]; static const char SMITHY_CLIENT_DESERIALIZATION_METRIC[]; static const char SMITHY_CLIENT_SIGNING_METRIC[]; static const char SMITHY_CLIENT_SERIALIZATION_METRIC[]; static const char SMITHY_CLIENT_SERVICE_CALL_METRIC[]; static const char SMITHY_CLIENT_SERVICE_BACKOFF_DELAY_METRIC[]; static const char SMITHY_CLIENT_SERVICE_ATTEMPTS_METRIC[]; static const char SMITHY_METHOD_AWS_VALUE[]; static const char SMITHY_SERVICE_DIMENSION[]; static const char SMITHY_METHOD_DIMENSION[]; static const char SMITHY_SYSTEM_DIMENSION[]; static const char SMITHY_METRICS_DNS_DURATION[]; static const char SMITHY_METRICS_CONNECT_DURATION[]; static const char SMITHY_METRICS_SSL_DURATION[]; static const char SMITHY_METRICS_DOWNLOAD_SPEED_METRIC[]; static const char SMITHY_METRICS_UPLOAD_SPEED_METRIC[]; static const char SMITHY_METRICS_UNKNOWN_METRIC[]; /** * Will run a function and emit the duration of that function in millisecond timing to the * meter provided as a Histogram metrics. Will return the result af the function. * @tparam T The type that is being returned from the function. * @param func A function that returns T. * @param metricName The name of the metric that is being captured by the function. * @param meter The meter making the measurement. * @param attributes The attributes or dimensions associate with this measurement. * @param description The description of the measurement. * @return the result of func. */ template static T MakeCallWithTiming(std::function func, const Aws::String &metricName, const Meter &meter, Aws::Map&& attributes, const Aws::String &description = "") { auto before = std::chrono::steady_clock::now(); auto returnValue = func(); auto after = std::chrono::steady_clock::now(); auto duration = std::chrono::duration_cast(after - before).count(); auto histogram = meter.CreateHistogram(metricName, MICROSECOND_METRIC_TYPE, description); if (!histogram) { AWS_LOG_ERROR("TracingUtil", "Failed to create histogram"); return {}; } histogram->record((double) duration, std::forward>(attributes)); return returnValue; } /** * Will run a function and emit the duration of that function in millisecond timing to the * meter provided as a Histogram metrics. * @param func a function that does not return anything but will be measured. * @param metricName The name of the metric that is being captured by the function. * @param meter The meter making the measurement. * @param attributes The attributes or dimensions associate with this measurement. * @param description The description of the measurement. */ static void MakeCallWithTiming(std::function func, Aws::String metricName, const Meter &meter, Aws::Map&& attributes, Aws::String description = "") { auto before = std::chrono::steady_clock::now(); func(); auto after = std::chrono::steady_clock::now(); auto duration = std::chrono::duration_cast(after - before).count(); auto histogram = meter.CreateHistogram(std::move(metricName), MICROSECOND_METRIC_TYPE, std::move(description)); if (!histogram) { AWS_LOG_ERROR("TracingUtil", "Failed to create histogram"); return; } histogram->record((double) duration, std::forward>(attributes)); } /** * Emits http metrics to a specified meter. * @param metrics A http metrics collection that we will emit. * @param meter The meter used for metrics emissions. * @param attributes The attributes or dimensions associate with this measurement. * @param description The description of the measurement. */ static void EmitCoreHttpMetrics(const Aws::Monitoring::HttpClientMetricsCollection &metrics, const Meter &meter, Aws::Map&& attributes, Aws::String description = "") { for (auto const &entry: metrics) { auto smithyMetric = ConvertCoreMetricToSmithy(entry.first); if (smithyMetric.first != SMITHY_METRICS_UNKNOWN_METRIC) { auto histogram = meter.CreateHistogram(std::move(smithyMetric.first), smithyMetric.second, std::move(description)); if (!histogram) { AWS_LOG_ERROR("TracingUtil", "Failed to create histogram"); } histogram->record((double) entry.second, attributes); } } } /** * Converts the string Representation of a Core metric to a smithy metric. * @param name the metric name. * @return A tuple of metric name to measurement unit. */ static std::pair ConvertCoreMetricToSmithy(const Aws::String &name) { //TODO: Make static map, Aws::Map cannot be made static with a customer memory manager as of the moment. Aws::Map> metricsTypeToName = { std::pair>( static_cast(Aws::Monitoring::HttpClientMetricsType::DnsLatency), std::make_pair(SMITHY_METRICS_DNS_DURATION, MICROSECOND_METRIC_TYPE)), std::pair>( static_cast(Aws::Monitoring::HttpClientMetricsType::ConnectLatency), std::make_pair(SMITHY_METRICS_CONNECT_DURATION, MICROSECOND_METRIC_TYPE)), std::pair>( static_cast(Aws::Monitoring::HttpClientMetricsType::SslLatency), std::make_pair(SMITHY_METRICS_SSL_DURATION, MICROSECOND_METRIC_TYPE)), std::pair>( static_cast(Aws::Monitoring::HttpClientMetricsType::DownloadSpeed), std::make_pair(SMITHY_METRICS_DOWNLOAD_SPEED_METRIC, BYTES_PER_SECOND_METRIC_TYPE)), std::pair>( static_cast(Aws::Monitoring::HttpClientMetricsType::UploadSpeed), std::make_pair(SMITHY_METRICS_UPLOAD_SPEED_METRIC, BYTES_PER_SECOND_METRIC_TYPE)), }; auto metricType = Aws::Monitoring::GetHttpClientMetricTypeByName(name); auto it = metricsTypeToName.find(static_cast(metricType)); if (it == metricsTypeToName.end()) { return std::make_pair(SMITHY_METRICS_UNKNOWN_METRIC, "unknown"); } return it->second; } }; } } }