This file is indexed.

/usr/lib/python3/dist-packages/gnocchi-4.2.0.egg-info/PKG-INFO is in python3-gnocchi 4.2.0-0ubuntu5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Metadata-Version: 2.1
Name: gnocchi
Version: 4.2.0
Summary: Metric as a Service
Home-page: http://gnocchi.xyz
Author: Gnocchi developers
License: UNKNOWN
Description: ===============================
         Gnocchi - Metric as a Service
        ===============================
        
        .. image:: https://travis-ci.org/gnocchixyz/gnocchi.png?branch=master
            :target: https://travis-ci.org/gnocchixyz/gnocchi
            :alt: Build Status
        
        .. image:: https://badge.fury.io/py/gnocchi.svg
            :target: https://badge.fury.io/py/gnocchi
        
        .. image:: doc/source/_static/gnocchi-logo.png
        
        Gnocchi is an open-source |time series| database.
        
        The problem that Gnocchi solves is the storage and indexing of |time series|
        data and resources at a large scale. This is useful in modern cloud platforms
        which are not only huge but also are dynamic and potentially multi-tenant.
        Gnocchi takes all of that into account.
        
        Gnocchi has been designed to handle large amounts of |aggregates| being stored
        while being performant, scalable and fault-tolerant. While doing this, the goal
        was to be sure to not build any hard dependency on any complex storage system.
        
        Gnocchi takes a unique approach to |time series| storage: rather than storing
        raw data points, it aggregates them before storing them. This built-in feature
        is different from most other |time series| databases, which usually support
        this mechanism as an option and compute aggregation (average, minimum, etc.) at
        query time.
        
        Because Gnocchi computes all the aggregations at ingestion, getting the data
        back is extremely fast, as it just needs to read back the pre-computed results.
        
        You can read the full documentation online at http://gnocchi.xyz.
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: System :: Monitoring
Provides-Extra: ceph
Provides-Extra: ceph_alternative
Provides-Extra: doc
Provides-Extra: keystone
Provides-Extra: mysql
Provides-Extra: postgresql
Provides-Extra: prometheus
Provides-Extra: redis
Provides-Extra: s3
Provides-Extra: swift
Provides-Extra: test
Provides-Extra: test_swift