Skip to content

Commit d3a4198

Browse files
committed
unpin fixedint
1 parent ad4ae74 commit d3a4198

File tree

5 files changed

+334
-1
lines changed

5 files changed

+334
-1
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
pylint: commands[3]> python C:\Users\jeremyvoss\workplace_local\azure-sdk-for-python/eng/tox/run_pylint.py -t C:\Users\jeremyvoss\workplace_local\azure-sdk-for-python\sdk\monitor\azure-monitor-opentelemetry-exporter
2+
************* Module azure.monitor.opentelemetry.exporter.export.metrics._exporter
3+
azure\monitor\opentelemetry\exporter\export\metrics\_exporter.py:58: [C0301(line-too-long), ] Line too long (123/120)
4+
azure\monitor\opentelemetry\exporter\export\metrics\_exporter.py:170: [C0303(trailing-whitespace), ] Trailing whitespace
5+
************* Module azure.monitor.opentelemetry.exporter._performance_counters._constants
6+
azure\monitor\opentelemetry\exporter\_performance_counters\_constants.py:6: [C0301(line-too-long), ] Line too long (136/120)
7+
azure\monitor\opentelemetry\exporter\_performance_counters\_constants.py:7: [C0301(line-too-long), ] Line too long (152/120)
8+
azure\monitor\opentelemetry\exporter\_performance_counters\_constants.py:8: [C0301(line-too-long), ] Line too long (123/120)
9+
azure\monitor\opentelemetry\exporter\_performance_counters\_constants.py:10: [C0301(line-too-long), ] Line too long (145/120)
10+
azure\monitor\opentelemetry\exporter\_performance_counters\_constants.py:12: [C0301(line-too-long), ] Line too long (129/120)
11+
azure\monitor\opentelemetry\exporter\_performance_counters\_constants.py:13: [C0301(line-too-long), ] Line too long (122/120)
12+
azure\monitor\opentelemetry\exporter\_performance_counters\_constants.py:27: [C0304(missing-final-newline), ] Final newline missing
13+
************* Module azure.monitor.opentelemetry.exporter._performance_counters._manager
14+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:38: [C0301(line-too-long), ] Line too long (144/120)
15+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:42: [C0301(line-too-long), ] Line too long (131/120)
16+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:381: [C0301(line-too-long), ] Line too long (123/120)
17+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:60: [C4739(docstring-missing-param), _get_process_cpu] Params missing in docstring: "options". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
18+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:60: [C4741(docstring-missing-return), _get_process_cpu] A return doc is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
19+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:60: [C4742(docstring-missing-rtype), _get_process_cpu] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
20+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:71: [W1201(logging-not-lazy), _get_process_cpu] Use lazy % formatting in logging functions
21+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:76: [C4739(docstring-missing-param), _get_process_cpu_normalized] Params missing in docstring: "options". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
22+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:76: [C4741(docstring-missing-return), _get_process_cpu_normalized] A return doc is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
23+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:76: [C4742(docstring-missing-rtype), _get_process_cpu_normalized] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
24+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:97: [W1201(logging-not-lazy), _get_process_cpu_normalized] Use lazy % formatting in logging functions
25+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:102: [C4739(docstring-missing-param), _get_available_memory] Params missing in docstring: "options". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
26+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:102: [C4741(docstring-missing-return), _get_available_memory] A return doc is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
27+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:102: [C4742(docstring-missing-rtype), _get_available_memory] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
28+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:114: [W1201(logging-not-lazy), _get_available_memory] Use lazy % formatting in logging functions
29+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:119: [C4739(docstring-missing-param), _get_process_memory] Params missing in docstring: "options". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
30+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:119: [C4741(docstring-missing-return), _get_process_memory] A return doc is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
31+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:119: [C4742(docstring-missing-rtype), _get_process_memory] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
32+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:130: [W1201(logging-not-lazy), _get_process_memory] Use lazy % formatting in logging functions
33+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:146: [W0621(redefined-outer-name), _get_process_io] Redefining name 'io_counters' from outer scope (line 46)
34+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:135: [C4739(docstring-missing-param), _get_process_io] Params missing in docstring: "options". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
35+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:135: [C4741(docstring-missing-return), _get_process_io] A return doc is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
36+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:135: [C4742(docstring-missing-rtype), _get_process_io] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
37+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:157: [W1201(logging-not-lazy), _get_process_io] Use lazy % formatting in logging functions
38+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:185: [C4739(docstring-missing-param), _get_processor_time] Params missing in docstring: "options". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
39+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:185: [C4741(docstring-missing-return), _get_processor_time] A return doc is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
40+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:185: [C4742(docstring-missing-rtype), _get_processor_time] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
41+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:203: [W1201(logging-not-lazy), _get_processor_time] Use lazy % formatting in logging functions
42+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:221: [W1201(logging-not-lazy), _get_request_rate] Use lazy % formatting in logging functions
43+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:239: [W1201(logging-not-lazy), _get_exception_rate] Use lazy % formatting in logging functions
44+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:262: [C4742(docstring-missing-rtype), AvailableMemory.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
45+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:286: [C4742(docstring-missing-rtype), ExceptionRate.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
46+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:309: [C4742(docstring-missing-rtype), RequestExecutionTime.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
47+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:333: [C4742(docstring-missing-rtype), RequestRate.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
48+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:360: [C4742(docstring-missing-rtype), ProcessCpu.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
49+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:387: [C4742(docstring-missing-rtype), ProcessCpuNormalized.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
50+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:410: [C4742(docstring-missing-rtype), ProcessIORate.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
51+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:433: [C4742(docstring-missing-rtype), ProcessPrivateBytes.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
52+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:457: [C4742(docstring-missing-rtype), ProcessorTime.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
53+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:501: [W1203(logging-fstring-interpolation), _PerformanceCountersManager.__init__] Use lazy % formatting in logging functions
54+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:504: [W1203(logging-fstring-interpolation), _PerformanceCountersManager.__init__] Use lazy % formatting in logging functions
55+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:545: [C4739(docstring-missing-param), enable_performance_counters] Params missing in docstring: "meter_provider". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
56+
57+
------------------------------------------------------------------
58+
Your code has been rated at 9.85/10 (previous run: 9.85/10, +0.00)
59+
60+
pylint: exit 1 (22.52 seconds) C:\Users\jeremyvoss\workplace_local\azure-sdk-for-python\sdk\monitor\azure-monitor-opentelemetry-exporter> python C:\Users\jeremyvoss\workplace_local\azure-sdk-for-python/eng/tox/run_pylint.py -t C:\Users\jeremyvoss\workplace_local\azure-sdk-for-python\sdk\monitor\azure-monitor-opentelemetry-exporter pid=24680
61+
pylint: FAIL code 1 (52.41=setup[0.05]+cmd[2.72,2.26,24.86,22.52] seconds)
62+
evaluation failed :( (52.78 seconds)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Successfully installed azure-monitor-opentelemetry-exporter-1.0.0b43
2+
pylint: commands[3]> python C:\Users\jeremyvoss\workplace_local\azure-sdk-for-python/eng/tox/run_pylint.py -t C:\Users\jeremyvoss\workplace_local\azure-sdk-for-python\sdk\monitor\azure-monitor-opentelemetry-exporter
3+
************* Module azure.monitor.opentelemetry.exporter._performance_counters._constants
4+
azure\monitor\opentelemetry\exporter\_performance_counters\_constants.py:54: [C0304(missing-final-newline), ] Final newline missing
5+
************* Module azure.monitor.opentelemetry.exporter._performance_counters._manager
6+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:148: [W0621(redefined-outer-name), _get_process_io] Redefining name 'io_counters' from outer scope (line 48)
7+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:159: [W1201(logging-not-lazy), _get_process_io] Use lazy % formatting in logging functions
8+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:187: [C4739(docstring-missing-param), _get_processor_time] Params missing in docstring: "options". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
9+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:187: [C4741(docstring-missing-return), _get_processor_time] A return doc is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
10+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:187: [C4742(docstring-missing-rtype), _get_processor_time] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
11+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:205: [W1201(logging-not-lazy), _get_processor_time] Use lazy % formatting in logging functions
12+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:223: [W1201(logging-not-lazy), _get_request_rate] Use lazy % formatting in logging functions
13+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:241: [W1201(logging-not-lazy), _get_exception_rate] Use lazy % formatting in logging functions
14+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:264: [C4742(docstring-missing-rtype), AvailableMemory.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
15+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:288: [C4742(docstring-missing-rtype), ExceptionRate.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
16+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:311: [C4742(docstring-missing-rtype), RequestExecutionTime.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
17+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:335: [C4742(docstring-missing-rtype), RequestRate.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
18+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:362: [C4742(docstring-missing-rtype), ProcessCpu.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
19+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:390: [C4742(docstring-missing-rtype), ProcessCpuNormalized.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
20+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:413: [C4742(docstring-missing-rtype), ProcessIORate.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
21+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:436: [C4742(docstring-missing-rtype), ProcessPrivateBytes.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
22+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:460: [C4742(docstring-missing-rtype), ProcessorTime.gauge] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
23+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:504: [W1203(logging-fstring-interpolation), _PerformanceCountersManager.__init__] Use lazy % formatting in logging functions
24+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:507: [W1203(logging-fstring-interpolation), _PerformanceCountersManager.__init__] Use lazy % formatting in logging functions
25+
azure\monitor\opentelemetry\exporter\_performance_counters\_manager.py:548: [C4739(docstring-missing-param), enable_performance_counters] Params missing in docstring: "meter_provider". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
26+
27+
------------------------------------------------------------------
28+
Your code has been rated at 9.95/10 (previous run: 9.85/10, +0.10)
29+
30+
pylint: exit 1 (22.81 seconds) C:\Users\jeremyvoss\workplace_local\azure-sdk-for-python\sdk\monitor\azure-monitor-opentelemetry-exporter> python C:\Users\jeremyvoss\workplace_local\azure-sdk-for-python/eng/tox/run_pylint.py -t C:\Users\jeremyvoss\workplace_local\azure-sdk-for-python\sdk\monitor\azure-monitor-opentelemetry-exporter pid=31072
31+
pylint: FAIL code 1 (61.69=setup[0.11]+cmd[5.14,2.64,30.99,22.81] seconds)
32+
evaluation failed :( (63.20 seconds)

0 commit comments

Comments
 (0)